Re: AW: Passing a list of files to javac

2010-03-11 Thread Nan Null
gt;> Jan >>> >>>> -Ursprüngliche Nachricht- >>>> Von: Robert Menteer [mailto:reet...@me.com] >>>> Gesendet: Mittwoch, 10. März 2010 21:28 >>>> An: user@ant.apache.org >>>> Betreff: Passing a list of files to j

Re: AW: Passing a list of files to javac

2010-03-11 Thread Matt Benson
jan.mate...@rzf.fin-nrw.de wrote: - <-- email is about this + <-- email is about this Jan -Ursprüngliche Nachricht- Von: Robert Menteer [mailto:reet...@me.com] Gesendet: Mittwoch, 10. März 2010 21:28 An: user@ant.apache.org Betreff: Passing a list of files t

Re: AW: Passing a list of files to javac

2010-03-11 Thread Robert Menteer
w.de wrote: > - <-- email is about this > + <-- email is about this > > Jan > >> -Ursprüngliche Nachricht- >> Von: Robert Menteer [mailto:reet...@me.com] >> Gesendet: Mittwoch, 10. März 2010 21:28 >> An: user@ant.apache.org

AW: Passing a list of files to javac

2010-03-10 Thread Jan.Materne
- <-- email is about this + <-- email is about this Jan >-Ursprüngliche Nachricht- >Von: Robert Menteer [mailto:reet...@me.com] >Gesendet: Mittwoch, 10. März 2010 21:28 >An: user@ant.apache.org >Betreff: Passing a list of files to javac > >H

Passing a list of files to javac

2010-03-10 Thread Robert Menteer
How can I get the javac task to use an existing fileset? In my build.xml I have created several filesets to be used in multiple places throughout build file. Here is how they have been defined: I have also used