Hi
I tried ant and found it amasing. Just one question to developers.
There is a feature in standard makefiles: name substitution. For
example, I would like to have something like
<property name="sources" value="a.java,b.java">
...
<javac srcdir="."
destdir="classes"
includes="${sources}"/>
...
<jar jarfile="project.jar"
basedir="classes"
includes="${sources,.java=.class}"/>
...
Is this possible in ant? What is the workaround for today? Probably,
this point was already discussed (sorry, I could not find archives of
this list)? Please comment
Regards,
--
Sergey V. Udaltsov
[EMAIL PROTECTED]