Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Darin Swanson
OTECTED]> 01/04/2005 10:16 AM Please respond to "Ant Users List" To "Ant Users List" cc Subject Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir} The problem occurs in Eclipse with its built-in copy of Ant 1.6.2. The problem does NOT occur when I

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Rhino
t;[EMAIL PROTECTED]> To: Sent: Tuesday, January 04, 2005 11:58 AM Subject: RE: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir} I did a bit of experimenting with this, and it does seem to be an Eclipse issue. It looks to me like it's a problem with the Eclipse Ant editor

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Rhino
Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, January 04, 2005 11:58 AM Subject: RE: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir} I did a bit of experimenting with this, and it does seem to be an Eclipse issue. It looks to me like it's a problem with t

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Rhino
s worth, I posted this problem to the appropriate Eclipse forum and the guy who appears to be responsible for Ant in Eclipse, Darin Swanson, is looking into the problem. Rhino - Original Message - From: "Peter Reilly" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesda

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Peter Reilly
Rhino wrote: Hello Antoine, I'm not sure why you say that this is an integration problem. Using normal command-line ant, ant.home is set in Laucher.java. In embedded ant in eclipse and netbeans, ant.home may be set by the container. In eclipse code (3.0.1) it seems to be set in: ./plugins/org.e

RE: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Kajsa.Anderson
I did a bit of experimenting with this, and it does seem to be an Eclipse issue. It looks to me like it's a problem with the Eclipse Ant editor trying to resolve the filename without first resolving properties in the filename. If so, that would explain why your work-around works. Rhino, have

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Rhino
; <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, January 04, 2005 10:58 AM Subject: Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir} > Hello Rhino, > > I would say you are suffering from an integration problem between ant and > eclipse. I wo

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Antoine Levy-Lambert
Hello Rhino, I would say you are suffering from an integration problem between ant and eclipse. I would expect ant.home in Eclipse to be set to : C:\Program Files\eclipse\plugins\org.apache.ant_1.6.2 (in the case of my PC). An Eclipse user list might be a good forum to discuss your problem too. Ch