On Fri, 13 Jul 2001, Fernando Padilla <[EMAIL PROTECTED]>
wrote:
> I have just been attempting to use a path element from within a
> task.
More than just nitpicking: You mean target here 8-)
> Ant 1.3 will not allow me to do this.
Right, this has been identified as a problem and will be fixed in Ant 1.4.
As a workaround, "define" the path the first time you use it in a task
(and I mean task 8-) - so the first <javac> or whatever task that uses
it, spells out the path completely and assigns an id to it. Another
option is to use nightly build.
Stefan