|
I use this one <target
name="run-bind" depends="compileJMX" description="Adds
the Jibx XML bindings">
<java classname="org.jibx.binding.Compile" fork="yes"
dir="${basedir}"
failonerror="true" classpathref="base.path">
<classpath path="${project.build.jmx.dir}" />
<arg value="${basedir}\DataBinding.xml"/>
</java>
</target> Classpathref argument:" needs to contain
the necessary jars <classpath
path>: needs to point to the compiled classes <arg
value>: needs to point to the binding definition Koen Claerhout From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Hello all, I found some messages from last Nov of 2004 where Norm Deane
was going to submit an Eclipse Plugin that would make working with Jibx under
eclipse easier. I’ve searched the project , but can’t find it
anywhere.. Can somebody tell me where can I get it? Also, could somebody please post an Ant task that would work
under Eclipse and only run Jibx processing on classes under full build? Thanks, Dmitry. |
