----- Original Message -----
From: "Yiu Wing" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Sunday, December 23, 2001 11:35 PM
Subject: classpath
> <classpath refid=app.classpath>
> <pathelement path="${myclass}/>
> </classpath>
>
> So I want to reuse the app.classpath for a classpath, but I also want to
> finetune classpath as well.
For javac you can use for example
<javac ...>
<classpath refid="app.classpath"/>
<classpath>
...
</classpath>
...
</javac>
This should be possible with most (if not all) of the tasks accepting a
classpath.
Nico
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>