Like this:
<classpath>
<path refid="app.classpath">
<pathelement path="${myclass}"/>
</classpath>
----- Original Message -----
From: "Yiu Wing" <yiuwingyip@yahoo.com>
To: "Ant Users List" <ant-user@jakarta.apache.org>
Sent: Sunday, December 23, 2001 5:35 PM
Subject: classpath
> Hello All,
>
> How can I add something to the classpath with the refid already in place?
> What I want to do is something like,
>
> <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.
>
> Thank you.
>
> Merry Christmas!
>
>
> --
> To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
>
>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|