Sreedhar Tatavarthi <[EMAIL PROTECTED]> writes:
> Thanks. I did run "ant"...but now it says.
>
> Buildfile: build.xml
>
> BUILD FAILED
>
> build.xml:17: Unexpected element "path"
>
> Total time: 0 seconds
>
>
> Where Line 17 in build.xml is:
>
> <path id="classpath">
> <pathelement location="${jsse.jar}"/>
> <pathelement location="${jnet.jar}"/>
> <pathelement location="${jcert.jar}"/>
> <pathelement location="${servlet.jar}"/>
> </path>
>
>
> What does this mean? I have my classpath set. And
> jsse.jar,jnet.jar,jcert.jar point to the path where
> they are located.
It probably means that the version of Ant you're using is too old.
What's the output of `ant -version`? I would expect Ant 1.3 to work,
and know Ant 1.4+ works.
Dan