>>>>> "SVU" == Sergey V Udaltsov <[EMAIL PROTECTED]> writes:
SVU> Is this possible in ant?
No, not in a form like you describe - at least not yet.
SVU> What is the workaround for today?
SVU> <property name="sources" value="a.java,b.java">
SVU> ...
SVU> <javac srcdir="." destdir="classes" includes="${sources}"/>
SVU> ...
SVU> <jar jarfile="project.jar" basedir="classes"
SVU> includes="${sources,.java=.class}"/>
SVU> ...
Hmm, <property name="patterns" value="a.*,b.*"> and use it in either
case?
SVU> (sorry, I could not find archives of this list)
Please take a close look at the welcome message you've received.
Stefan