Commit 07ace2dc authored by Claus Nagel's avatar Claus Nagel
Browse files

Merge branch 'master' of https://github.com/citygml4j/ade-xjc

parents 44a39e49 c4b38f64
...@@ -35,12 +35,12 @@ To control the compilation process, ade-xjc offers the following program argumen ...@@ -35,12 +35,12 @@ To control the compilation process, ade-xjc offers the following program argumen
|Argument | Description |Argument | Description
|------|---------- |------|----------
|`binding <fileName>` | An optional global JAXB binding file |`binding <fileName>` | An optional global JAXB binding file
|`clean` | Cleans the output folder before compilation
|`help`, `h` | Prints a help message to the console
|`non-strict` | Per default, ade-xjc terminates with an error if the content of the `schemas` subfolder has been changed in order to ensure deterministic compilation results; use this argument to force ade-xjc to continue
|`output <folderName>` | Target folder where to create the JAXB classes (default: `src-gen`) |`output <folderName>` | Target folder where to create the JAXB classes (default: `src-gen`)
|`package <packageName>` | Name of the Java package to be used for the JAXB classes (default: `ade`) |`package <packageName>` | Name of the Java package to be used for the JAXB classes (default: `ade`)
|`non-strict` | Per default, ade-xjc terminates with an error if the content of the `schemas` subfolder has been changed in order to ensure deterministic compilation results; use this argument to force ade-xjc to continue
|`clean` | Cleans the output folder before compilation
|`version` | Prints version information to the console |`version` | Prints version information to the console
|`help`, `h` | Prints a help message to the console
Note that the ade-xjc binding compiler requires that your ADE schema points to the official CityGML and GML schemas provided in the subfolder `schemas`. So please adapt all `<xs:import>` statements in your ADE schema accordingly before launching ade-xjc. Note that the ade-xjc binding compiler requires that your ADE schema points to the official CityGML and GML schemas provided in the subfolder `schemas`. So please adapt all `<xs:import>` statements in your ADE schema accordingly before launching ade-xjc.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment