You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Scott Jeppesen <je...@corp.earthlink.net> on 2001/12/05 00:32:10 UTC

unexpected element?

Hello,
I was just trying to install Velocity(which uses ant for the build) but
when I run ANT I get this output....
 
Buildfile: build.xml
 
BUILD FAILED
 
Build.xml:73: Unexpected element "path"
 
Total time: 0 seconds
 
 
 
Any help you can give me will be appreciated.
 
Thank you,
SJ


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: unexpected element?

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 4 Dec 2001, Scott Jeppesen <je...@corp.earthlink.net>
wrote:

> Hello, I was just trying to install Velocity(which uses ant for the
> build) but when I run ANT I get this output....

You are running a very old version of Ant (1.1 or older), you may not
even be aware of this as many projects ship with old buggy versions -
check your CLASSPATH and remove all references to something called
ant.jar, then come back to Jakarta and pick up Ant 1.4.1, install it
and it should work.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>