RE: javac and filesets?

2002-01-25 Thread Donald Mitchell
[mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 5:23 PM To: Ant Users List Subject: Re: javac and filesets? Care to share what the problem was? - Original Message - From: "Donald Mitchell" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMA

Re: javac and filesets?

2002-01-25 Thread Erik Hatcher
Care to share what the problem was? - Original Message - From: "Donald Mitchell" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 8:07 PM Subject: RE: javac and filesets? > I found my problem

RE: javac and filesets?

2002-01-25 Thread Donald Mitchell
I found my problem. Thanks, Don -Original Message- From: Donald Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 4:19 PM To: 'Ant Users List' Subject: javac and filesets? Hi, I want to use a fileset or patternset to include and exclude files for the javac

javac and filesets?

2002-01-25 Thread Donald Mitchell
Hi, I want to use a fileset or patternset to include and exclude files for the javac tag, but I don't know how to reference it. The javadoc page for javac has this comment: This task forms an implicit FileSet and supports all attributes of (dir becomes srcdir) as well as the nested , and ele

Re: javac and filesets

2001-08-22 Thread T Master
- From: "Jon Eaves" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 5:13 PM Subject: Re: javac and filesets > Hi all, > > This is how I've done it: (actually it's some fragments from > my build files, so there's bits missing

Re: javac and filesets

2001-08-21 Thread Jon Eaves
uild.xml - %Common; ]> &Common; --- - Original Message - From: "T Master" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 3:

Re: javac and filesets

2001-08-21 Thread T Master
;ant user mailist" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 11:14 AM Subject: RFE: javac and filesets > I use filesets in my build file for cleaning (deleting ) class and java > files. > > However, I can't use these filesets in partnerhsip with the javac task

RFE: javac and filesets

2001-08-21 Thread T Master
I use filesets in my build file for cleaning (deleting ) class and java files. However, I can't use these filesets in partnerhsip with the javac task as it doesn't allow use of a fileset. Shouldn't it be a pattern for Ant Tasks, that those requiring a list of files or directories, that they allo