I desperately try to pass args to my java program.
I do this:
<java classname="com.openedi.unece.xsd.XSDFileGenerator" fork="true">
<arg value="-version"/>
<arg value="${version.uppercase}"/>
<arg value="-directoryName"/>
<arg value="${project.dir}"/>
<arg value="-messageType"/>
<arg value="${messageType}"/>
<classpath>
<pathelement location="${lib.dir}/EdifactConverter.jar" />
</classpath>
</java>
All the properties have default values set in the build script, but it does not work.
Thanks for suggestions
Matthias