Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 66570 invoked from network); 9 Jan 2004 20:43:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Jan 2004 20:43:11 -0000 Received: (qmail 82068 invoked by uid 500); 9 Jan 2004 20:42:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 82042 invoked by uid 500); 9 Jan 2004 20:42:52 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 82029 invoked from network); 9 Jan 2004 20:42:52 -0000 Received: from unknown (HELO sncormail09.usa.vartec.com) (206.223.103.254) by daedalus.apache.org with SMTP; 9 Jan 2004 20:42:52 -0000 Received: by sncormail09.usa.vartec.com with Internet Mail Service (5.5.2656.59) id ; Fri, 9 Jan 2004 14:42:57 -0600 Message-ID: From: Tonte Pouncil To: 'Ant Users List' Subject: RE: Running Ant 1.6.0 Date: Fri, 9 Jan 2004 14:42:56 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am on a windows 2000 box. So it shouldn't matter. I did notice one thing though. When I type 'classpath' in msdos prompt to see my classpath, I get this error msg: 'classpath' is not recognized as an internal or external command, operable program or batch file. So that leads me to wonder is my classpath really set. I normally set it through the system properties. -----Original Message----- From: Fyler, Cody A [mailto:CodyFyler@financial.wellsfargo.com] Sent: Friday, January 09, 2004 2:42 PM To: 'Ant Users List' Subject: RE: Running Ant 1.6.0 I wonder if your problems stem from where you have ant installed? >>D:\Program Files\ApacheGroup\apache-ant-1.6.0 Maybe the space is messing things up? -----Original Message----- From: Tonte Pouncil [mailto:tpouncil@vartec.net] Sent: Friday, January 09, 2004 2:33 PM To: 'Ant Users List' Subject: RE: Running Ant 1.6.0 java_home: D:\j2sdk1.4.0_03 ant_home: D:\Program Files\ApacheGroup\apache-ant-1.6.0 catalina_home: java_home: D:\Program Files\ApacheGroup\jakarta-tomcat-4.1.24 -----Original Message----- From: Dominique Devienne [mailto:DDevienne@lgc.com] Sent: Friday, January 09, 2004 2:27 PM To: 'Ant Users List' Subject: RE: Running Ant 1.6.0 That's how you defined it in the system. If you type 'set CLASSPATH' at the DOS prompt, the variables with be expanded. Please send this value. Also, can you provide the version of Java and Tomcat you're using? Thanks, --DD > -----Original Message----- > From: Tonte Pouncil [mailto:tpouncil@vartec.net] > > classpath is %JAVA_HOME%\bin;%CATALINA_HOME% > > -----Original Message----- > From: Dominique Devienne [mailto:DDevienne@lgc.com] > > Yes. This is what is causing the problem, and the value will be helpful to > debug and possibly fix it. > > Do a 'set CLASSPATH' at the DOS prompt please. --DD > > > -----Original Message----- > > From: Tonte Pouncil [mailto:tpouncil@vartec.net] > > > > Do you want the classpath the I set up for my system variables? > > > > -----Original Message----- > > From: Dominique Devienne [mailto:DDevienne@lgc.com] > > > > Thanks for the PATH, but the CLASSPATH is the source of the problem in > > fact. > > > > Can you get the CLASSPATH please to triggers the exception? Thanks, --DD > > > > > -----Original Message----- > > > From: Tonte Pouncil [mailto:tpouncil@vartec.net] > > > > > > PATH=C:\PROGRA~1\PVCS\vm\win32\bin;D:\Program > > > Files\ApacheGroup\apache-ant-1.6.0 > > > > > > \bin;C:\PROGRA~1\PVCS\vm\common\bin\win32;D:\j2sdk1.4.0_03\bin;C:\WINNT\sy > > > st > > > em32 > > > ;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program > > > Files\Hummingbird\Connectivity\7.00\ > > > Accessories\ > > > > > > -----Original Message----- > > > From: Dominique Devienne [mailto:DDevienne@lgc.com] > > > > > > Please provide your CLASSPATH value. This will help us debug this > > problem > > > which has already been notified, but we were missing the CLASSPATH. > > > > > > If you cleanup and/or simplify and/or unset your CLASSPATH, the > problem > > > should go away. --DD > > > > > > > -----Original Message----- > > > > From: Tonte Pouncil [mailto:tpouncil@vartec.net] > > > > Sent: Friday, January 09, 2004 2:04 PM > > > > To: 'Ant Users List' > > > > Subject: Running Ant 1.6.0 > > > > > > > > Hello: > > > > > > > > I just downloading and installed Ant 1.6.0. I am having problems > > running > > > > simple command like ant -version. Can someone please help. > > > > > > > > U:\>ant.bat -version > > > > java.lang.IllegalArgumentException > > > > at sun.net.www.ParseUtil.decode(ParseUtil.java:155) > > > > at = > > > > sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:489) > > > > at = > > > > sun.misc.URLClassPath$JarLoader.(URLClassPath.java:459) > > > > at sun.misc.URLClassPath$2.run(URLClassPath.java:255) > > > > at java.security.AccessController.doPrivileged(Native > Method) > > > > at sun.misc.URLClassPath.getLoader(URLClassPath.java:244) > > > > at sun.misc.URLClassPath.getLoader(URLClassPath.java:221) > > > > at sun.misc.URLClassPath.getResource(URLClassPath.java:134) > > > > at java.net.URLClassLoader$1.run(URLClassLoader.java:190) > > > > at java.security.AccessController.doPrivileged(Native > Method) > > > > at > java.net.URLClassLoader.findClass(URLClassLoader.java:186) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:262) > > > > at > org.apache.tools.ant.launch.Launcher.run(Launcher.java:213) > > > > at > org.apache.tools.ant.launch.Launcher.main(Launcher.java:90) --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org