On Wed, Jun 11, 2014 at 9:47 PM, Antoine Levy Lambert wrote:
> your wish makes sense. You are right, only the specific ant tasks such
> as javac/javadoc/javah which use java command line tools should worry
> about tools.jar being around.
>
> Before you open a bug report, let’s see whether other An
Hello Olivier,
your wish makes sense. You are right, only the specific ant tasks such as
javac/javadoc/javah which use java command line tools should worry about
tools.jar being around.
Before you open a bug report, let’s see whether other Ant committers have
opinions on this topic.
Regards,
Hello,
when using Ant with a JRE (instead of the JDK), the following message appears:
Unable to locate tools.jar. Expected to find it in C:\Program
Files\Java\jre7\lib\tools.jar
It comes from getToolsJar() in
"ant/src/main/org/apache/tools/ant/launch/Locator.java", which is called
independent