aagh, for getting filenames in as arguements:
found this, will try it
<target name="run">
<fileset dir="." id="fs" />
<pathconvert pathsep=" " property="files" refid="fs"/>
<java classname="PrintArgs">
<arg line="${files}"/>
</java>
</target>
</project>
--
Shawn
Happily using M2, Opera's revolutionary e-mail client:
http://www.opera.com/m2/
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|