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 <[email protected]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]