Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
68048168
Commit
68048168
authored
Feb 20, 2015
by
Claus Nagel
Browse files
updated usage example for ade-xjc
parent
b262944d
Changes
3
Hide whitespace changes
Inline
Side-by-side
.classpath
View file @
68048168
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER"
/>
<classpathentry
kind=
"lib"
path=
"lib/xercesImpl.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/xercesImpl.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/xml-apis.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/xml-apis.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/args4j-2.0.11.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jaxb-core.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jaxb-core.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jaxb-impl.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jaxb-impl.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jaxb-xjc.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jaxb-xjc.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/args4j-2.0.21.jar"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
</classpath>
sample/binding.xjb
View file @
68048168
...
@@ -7,6 +7,11 @@
...
@@ -7,6 +7,11 @@
<jaxb:property
name=
"boundedBySurface"
/>
<jaxb:property
name=
"boundedBySurface"
/>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
<jaxb:bindings
node=
"//xs:complexType[@name='HollowSpaceType']"
>
<jaxb:bindings
node=
".//xs:element[@name='boundedBy']"
>
<jaxb:property
name=
"boundedBySurface"
/>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
sample/build.xml
View file @
68048168
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<echo
level=
"info"
message=
"invoking "java -jar !app.jar! ${arg}""
/>
<echo
level=
"info"
message=
"invoking "java -jar !app.jar! ${arg}""
/>
<echo
/>
<echo
/>
<java
jar=
"!app.jar!"
fork=
"true"
>
<java
jar=
"!app.jar!"
fork=
"true"
>
<jvmarg
value=
"-Djavax.xml.accessExternalSchema=file"
/>
<arg
value=
"${arg}"
/>
<arg
value=
"${arg}"
/>
</java>
</java>
</target>
</target>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment