Hi, is there any way to solve the following problem:
I declare a list of files in a property: <property name="p" value="f1.java,f2.java,f3.java"/> In some tasks I want to use this property directly (compiler). In some other tasks I need the same file list but: a) the files with different extensions "f1.class,f2.class,f3.class" (jar) b) the files with different separators "f1.class:f2.class:f3.class" (j2ee packager) Of course, I don't want to declare the file list every time - I want to declare the conversion only. Thanks, Ingo
