I am trying to use ANT to build sun JAXP. But it says
"Unable to locate tools.jar. Expected to find it in C:\Pr
iator 1.3.1.9\lib\tools.jar
Buildfile: build.xml
BUILD FAILED
Target `JAR' does not exist in this project."
How can I fix it?
Thanks,
ff
> I am trying to use ANT to build sun JAXP. But it says
> "Unable to locate tools.jar. Expected to find it in C:\Pr
> iator 1.3.1.9\lib\tools.jar
> Buildfile: build.xml
Looks like you need to install a JDK and set JAVA_HOME env var
appropriately. Note: a JRE is *not* sufficient.
> BUILD FAILED
> Target `JAR' does not exist in this project."
>
> How can I fix it?
Do "ant -projecthelp" or look into build.xml to find the targets.
robert