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,

Re: [jira] [Commented] (INFRA-7816) Create readonly git mirror for Xooki

2014-06-11 Thread Jean-Louis Boudart
I just received a notification from INFRA team. Xooki readonly git mirror is available :). 2014-06-11 10:51 GMT+02:00 Nicolas Lalevée : > You worry about the svn:externals in the tags of Ivy and alter ? These > externals are supposed to be fixed to a svn revision, so nothing to change > there. >

Re: [jira] [Commented] (INFRA-7816) Create readonly git mirror for Xooki

2014-06-11 Thread Nicolas Lalevée
You worry about the svn:externals in the tags of Ivy and alter ? These externals are supposed to be fixed to a svn revision, so nothing to change there. Nicolas Le 11 juin 2014 à 10:12, Jean-Louis Boudart a écrit : > This impacts all svn:external :/ could we limit on ivy web site,core trunk

Re: [jira] [Commented] (INFRA-7816) Create readonly git mirror for Xooki

2014-06-11 Thread Jean-Louis Boudart
This impacts all svn:external :/ could we limit on ivy web site,core trunk ans current branch ? Le 11 juin 2014 10:00, "Nicolas Lalevée" a écrit : > > Le 10 juin 2014 à 21:29, Jan Matèrne (jhm) a écrit : > > > I wouldnt count myself to the Ivy team, but I prefer changing to > trunk/branches stru

Re: [jira] [Commented] (INFRA-7816) Create readonly git mirror for Xooki

2014-06-11 Thread Nicolas Lalevée
Le 10 juin 2014 à 21:29, Jan Matèrne (jhm) a écrit : > I wouldnt count myself to the Ivy team, but I prefer changing to > trunk/branches structure: > * conform to other svn repos > * easier setup for infra for the read only git repo +1 Nicolas > > Jan > >> -Ursprüngliche Nachricht

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