Re: Correction ... Re: Passing a fileset into javac

2002-10-16 Thread Laurie Harper
"Dominique Devienne" <[EMAIL PROTECTED]> wrote: >> >>> You mean using ? ;-) --DD >>> >>> -Original Message- >>> From: Laurie Harper [mailto:[EMAIL PROTECTED]] >>> Sent: Wednesday, October 16, 2002 2:28 PM >>>

Correction ... Re: Passing a fileset into javac

2002-10-16 Thread Elizabeth Cooper
>L. > >On 10/16/02 3:36 PM, "Dominique Devienne" <[EMAIL PROTECTED]> wrote: > > > You mean using ? ;-) --DD > > > > -Original Message- > > From: Laurie Harper [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, October 16, 2002 2:28

Re: Passing a fileset into javac

2002-10-16 Thread Elizabeth Cooper
ue Devienne" <[EMAIL PROTECTED]> wrote: > > > You mean using ? ;-) --DD > > > > -Original Message- > > From: Laurie Harper [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, October 16, 2002 2:28 PM > > To: Ant Users List > > Subject: Re: Passi

Re: Passing a fileset into javac

2002-10-16 Thread Laurie Harper
Ick :-) I think I'd rather look at patching the javac task to inherit fileset's refid attribute if that's viable... L. On 10/16/02 3:36 PM, "Dominique Devienne" <[EMAIL PROTECTED]> wrote: > You mean using

RE: Passing a fileset into javac

2002-10-16 Thread Dominique Devienne
You mean using

Re: Passing a fileset into javac

2002-10-16 Thread Laurie Harper
x27; fileset that grabs JARs in not appropriate. > wants .java files as input. Maybe your fileset was for the classpath > to use for ? --DD > > -Original Message- > From: Laurie Harper [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 10:29 AM > To: An

RE: Passing a fileset into javac

2002-10-16 Thread Dominique Devienne
2 10:29 AM To: Ant Users List Subject: Re: Passing a fileset into javac Nope, that gives an error that 'The task doesn't support the nested "fileset" element.' :-( L. On 10/16/02 3:09 AM, "Frank Schroeder" <[EMAIL PROTECTED]> wrote: > I think you have

Re: Passing a fileset into javac

2002-10-16 Thread Laurie Harper
Nope, that gives an error that 'The task doesn't support the nested "fileset" element.' :-( L. On 10/16/02 3:09 AM, "Frank Schroeder" <[EMAIL PROTECTED]> wrote: > I think you have to do it like this > > > > > Laurie Harper wrote: > >> The documentation for the 'javac' task says it accep

Re: Passing a fileset into javac

2002-10-16 Thread Alexandre Touret
So, the target 'javac' does only work with .java files , and not with jar files. If these files contain source files, you must extract these files and compile Alexandre Touret Frank Schroeder wrote: > I think you have to do it like this > > > > > Laurie Harper wrote: > >> The documentat

Re: Passing a fileset into javac

2002-10-15 Thread Frank Schroeder
I think you have to do it like this Laurie Harper wrote: >The documentation for the 'javac' task says it accepts all attributes >supported by 'fileset'. So I tried this: > > > > > > > >But I got an error that the 'javac' task doesn't support the 'refid' >attribute. Is there any