Re: I must be blind

2010-03-26 Thread Robert Menteer
pache.org/manual/conceptstypeslist.html > > I find it a bit challenging, too. > > --glenn > > > On Fri, Mar 26, 2010 at 16:20, Robert Menteer wrote: > >> I'm looking over the documentation that comes with Apache Ant version 1.8.0 >> and can't find where classp

I must be blind

2010-03-26 Thread Robert Menteer
I'm looking over the documentation that comes with Apache Ant version 1.8.0 and can't find where classpath, path and pathelement are documented. I've found a page that describes path like structures but it doesn't list the valid attributes or nested elements for these. Another thing I can't find

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

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