I\'m trying to use ant in a vista 64 environment to build some docbook/xml files.
However, I can\'t resolve this error message. Anybody have suggestions?
C:\\U
I once faced the same problem of ant setup
. The promotion is just the same as
Unable to locate tools.jar`. Expected to find it in C:\Program Files\Java\jre6\li b\tools.jar
Buildfile: build.xml does not exist! Build failed.
I deleted all jre path in %PATH%
environment and add jdk bin path. Finally I type %ANT_PATH%/bin
instead of %ANT_PATH%\bin
. It works.
May help.