Hello, User. Is it possible to apply mapper to <filelist> to get other <filelist> or, even better, <fileset>? For example, if I have list of classes and root source dir, how could I get <fileset> which contains all source files? Something like this:
<fileset dir="${root}"> <filelist files="${list.of.classes}/> <unpackagemapper from="*" to="*.java /> </fileset> But it doesn't work :( -- // Black Lion AKA Lev Serebryakov <l...@serebryakov.spb.ru> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org