Re: Ant scripts

2004-03-03 Thread Stephane Bailliez
"Antoine Lévy-Lambert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > A colleague of mine told me that ant 1.6 has problems if ANT_HOME or > JAVA_HOME are UNC paths > ( \\somemachine\mountpoint\.) > This problem shows up starting ant with ant.bat. > I need to confirm this problem

Re: Ant scripts

2004-03-02 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Antoine_Lévy-Lambert <[EMAIL PROTECTED]> > wrote: > > A colleague of mine told me that ant 1.6 has > > problems if ANT_HOME or > > JAVA_HOME are UNC paths > > ( \\somemachine\mountpoint\.) > > This problem shows up starting ant with ant.bat. > >

Re: Ant scripts

2004-03-02 Thread Matt Benson
--- Antoine_Lévy-Lambert <[EMAIL PROTECTED]> wrote: > A colleague of mine told me that ant 1.6 has > problems if ANT_HOME or > JAVA_HOME are UNC paths > ( \\somemachine\mountpoint\.) > This problem shows up starting ant with ant.bat. > I need to confirm this problem. Never thought of that.

Re: Ant scripts

2004-03-02 Thread Antoine Lévy-Lambert
Stephane Bailliez wrote: "Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I think there is a know problem when CLASSPATH contains unexpanded environment variables. No the classpath was fully expanded. (but made of a mix of slashes, backslashes and whitespaces...

Re: Ant scripts

2004-03-02 Thread Stephane Bailliez
"Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I think there is a know problem when CLASSPATH contains unexpanded > environment variables. No the classpath was fully expanded. (but made of a mix of slashes, backslashes and whitespaces... ) It's just that the Launch

RE: Ant scripts

2004-03-02 Thread Dominique Devienne
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > Windows, 1.6.1 > > I think there is a know problem when CLASSPATH contains unexpanded > environment variables. And Conor has fixed it in CVS HEAD, and branch 1.6. Any classpath entry that contains a % (typical of unexpanded env. vars. on Windo

Re: Ant scripts

2004-03-02 Thread Stefan Bodewig
On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > "Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: >> >> > Can someone enlighten me on what is the motivation to use the >> > classpath

Re: Ant scripts

2004-03-02 Thread Stephane Bailliez
"Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > > > Can someone enlighten me on what is the motivation to use the > > classpath to load ant libraries if it the env variable is defined ? > > Unix or Wi

Re: Ant scripts

2004-03-02 Thread Stefan Bodewig
On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > Can someone enlighten me on what is the motivation to use the > classpath to load ant libraries if it the env variable is defined ? Unix or Windows? HEAD or 1.6 branch? BTW, welcome back Stephane 8-) Stefan ---