> > <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>
Another quick reply. I didn't know I had such good luck tonight, I thought
everyone was on holiday ;-)
I'll try it out, too.
Thanks for that.
> 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]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>