When I tried to compile build.xml file, below error is hitting:
BUILD FAILED
C:\\Users\\workspace\\testrepo\\src\\build.xml:36: Comp
If you are using Weblogic to generate the client, you must add the "weblogic.jar" from the installation directory into the Additional Classpath, so Ant will know where the Ant.tools.... exist.
I got the same issue and I am trying to solve this problem not adding it as additional classpath since I copy all jars into my project, but still getting this error.