Man...
he want to do the following:
<target name="many javacs">
<javac srcdir="..." destdir="..." debug="..."/>
<javac srcdir="..." destdir="..." debug="..."/>
<javac srcdir="..." destdir="..." debug="...""/>
</target>
Now, he wants to set the options for each of the javac tasks all at once.
----- Original Message -----
From: "Saurabh Agarwal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 2:11 PM
Subject: Re: Attributes for several tasks all at once?
> <target name="make-classes" >
> <javac srcdir="${build_dir}\src"
> destdir="${build_dir_classes}"
> debug="on"
> classpath="${classpath}"
> >
> </javac>
> </target>
- Attributes for several tasks all at once? Steffen Euch
- Re: Attributes for several tasks all at once? Saurabh Agarwal
- Re: Attributes for several tasks all at onc... Steffen Euch
- Re: Attributes for several tasks all at... Saurabh Agarwal
- Re: Attributes for several tasks al... Ingmar Stein
- Re: Attributes for several tas... Saurabh Agarwal
- Re: Attributes for several... Joe Fisher
- Re: Attributes for several tasks all at onc... Ingmar Stein
- Re: Attributes for several tasks all at once? Stefan Bodewig
- Re: Attributes for several tasks all at onc... Larry V. Streepy, Jr.
- Re: Attributes for several tasks all at... Steffen Euch
- Re: Attributes for several tasks all at onc... Steffen Euch
- Re: Attributes for several tasks all at... Stefan Bodewig
- Re: Attributes for several tasks al... Steffen Euch
- Re: Attributes for several tasks all at once? Diane Holt
