Re: strange problem starting ant

2006-07-26 Thread jm
Ok, we found it, ant.home=C:\apache-ant-1.6.5\, the ending \ was the problem... thanks everybody On 7/26/06, Conor MacNeill <[EMAIL PROTECTED]> wrote: Do you have a CLASSPATH set? Does it have quotes in it? If so, remove them. If you want to debug this, turn echo on in the ant.bat file and see

Re: strange problem starting ant

2006-07-26 Thread Conor MacNeill
Do you have a CLASSPATH set? Does it have quotes in it? If so, remove them. If you want to debug this, turn echo on in the ant.bat file and see what is going wrong. Conor jm wrote: > Hi, > > we are experiencing an strange problem, never seen that before. Our > env is ant1.6.5, jdk1.5.0.07, on a

Re: strange problem starting ant

2006-07-26 Thread jm
: Ant Users List Subject: strange problem starting ant Hi, we are experiencing an strange problem, never seen that before. Our env is ant1.6.5, jdk1.5.0.07, on a xp. ANT_HOME and JAVA_HOME are set properly, ant\bin is on the path. When we run 'ant', we get the following: Usage: java [

RE: strange problem starting ant

2006-07-26 Thread Burgess, Benjamin
, July 26, 2006 9:16 AM To: Ant Users List Subject: strange problem starting ant Hi, we are experiencing an strange problem, never seen that before. Our env is ant1.6.5, jdk1.5.0.07, on a xp. ANT_HOME and JAVA_HOME are set properly, ant\bin is on the path. When we run 'ant', we get the

Re: strange problem starting ant

2006-07-26 Thread Dominique Devienne
Any ANT_OPTS or ANT_ARGS vars? Do a set ANT at the prompt to see which vars are set. --DD On 7/26/06, jm <[EMAIL PROTECTED]> wrote: Hi, we are experiencing an strange problem, never seen that before. Our env is ant1.6.5, jdk1.5.0.07, on a xp. ANT_HOME and JAVA_HOME are set properly, ant\bin is

strange problem starting ant

2006-07-26 Thread jm
Hi, we are experiencing an strange problem, never seen that before. Our env is ant1.6.5, jdk1.5.0.07, on a xp. ANT_HOME and JAVA_HOME are set properly, ant\bin is on the path. When we run 'ant', we get the following: Usage: java [-options] class [args...] (to execute a class) or ja