mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
The build on MacOS fails (https://github.com/google/nomulus/issues/67) due to different syntax for sed on BSD vs. Linux. See this StackOverflow discussion: https://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux Also adds a newline between @SuppressWarnings annotation and the class definition. Note that MacOS support is best-effort only. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161661181 |
||
---|---|---|
.. | ||
bindings.xjb | ||
BUILD | ||
generated_files.bzl | ||
JaxbFragment.java | ||
list_generated_files.sh | ||
make_pkginfo.sh | ||
package-info.java | ||
package-info.java.in | ||
README.missing-code | ||
XjcObject.java | ||
XjcXmlTransformer.java |
You may be wondering where all the source code is for XML classes like XjcEpp.java, XjcRdeDeposit.java, etc. These files are magically generated by JAXB from the XML schemas (.xsd) files. Run the command `ant gensrc` and they should be available under: build/gensrc/google/registry/xjc/