On Fri, Jul 25, 2008 at 9:12 AM, Hendrik Maryns <[EMAIL PROTECTED]> wrote: > but I'd be happy if people could point me to other ways to to this.
Not easy to setup the first time indeed. I used lots of custom tasks when I did that in a previous life, but it'd be too long to explain it all, sorry. > <include name="Mona.java,MonaJNI.java,mg*.java" /> Would work if it was in the 'includes' attribute of <fileset>, but <include name> takes a *single* pattern. You thus need: <include name="Mona.java" /> <include name="MonaJNI.java" /> <include name="mg*.java" /> Cheers, --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]