Commit 68048168 authored by Claus Nagel's avatar Claus Nagel
Browse files

updated usage example for ade-xjc

parent b262944d
......@@ -4,9 +4,9 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/xercesImpl.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-impl.jar"/>
<classpathentry kind="lib" path="lib/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="lib/args4j-2.0.21.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
......@@ -7,6 +7,11 @@
<jaxb:property name="boundedBySurface"/>
</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>
......@@ -15,6 +15,7 @@
<echo level="info" message="invoking &quot;java -jar !app.jar! ${arg}&quot;" />
<echo />
<java jar="!app.jar!" fork="true">
<jvmarg value="-Djavax.xml.accessExternalSchema=file"/>
<arg value="${arg}" />
</java>
</target>
......
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