I have a <path id="myid"> ... </path> that I use as a class path via refid="myid" for a couple of tasks.
For one task I need to add a couple of path elements to the path before passing it to my task. So I have something like <javac> ... <classpath> <pathelement path="blahblah" /> <!-- this is more or less what I *want* to do, but ant rejects this --> <classpath refid="myid"> </classpath> So, basically, I'm trying to add to the task before passing it in. How do I do this in ant? Brendan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]