Re: Depedency to tools.jar

2014-06-13 Thread Earl Hood
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

Re: Depedency to tools.jar

2014-06-11 Thread Antoine Levy Lambert
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,

Depedency to tools.jar

2014-06-11 Thread Olivier Croquette
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