Dear All:
I was wondering if there might be a simple, ant-specific way to automate tasks
like this:
<target name="jar-all" depends="pre-dist-all,compile">
<antcall target="jar">
<param name="platform" value="gtk-linux-x86_64"/>
</antcall>
<antcall target="jar">
<param name="platform" value="win32-win32-x86"/>
</antcall>
</target>
Specifically, I'd like to have a list of platforms, and be able to repeat a
task for each platform like above.
Any help much appreciated!
Thank you
Misha
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]