Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 41018 invoked from network); 2 Dec 2005 10:11:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 10:11:08 -0000 Received: (qmail 22902 invoked by uid 500); 2 Dec 2005 10:11:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 22864 invoked by uid 500); 2 Dec 2005 10:11:01 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 22831 invoked by uid 99); 2 Dec 2005 10:11:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 02:11:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 02:12:29 -0800 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 01E403708E for ; Fri, 2 Dec 2005 10:10:37 +0000 (GMT) Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 20024) with LMTP id 14692-02-6 for ; Fri, 2 Dec 2005 10:10:36 +0000 (GMT) Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [15.144.59.2]) by tobor.hpl.hp.com (Postfix) with ESMTP id 7453B37087 for ; Fri, 2 Dec 2005 10:10:36 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 3E059AD28 for ; Fri, 2 Dec 2005 10:10:36 +0000 (GMT) Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotki [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13795-01-3 for ; Fri, 2 Dec 2005 10:10:32 +0000 (GMT) Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 682B52AEF for ; Fri, 2 Dec 2005 10:10:32 +0000 (GMT) Received: from [16.27.193.123] ([16.27.193.123]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id jB2A6PvK002521 for ; Fri, 2 Dec 2005 10:06:26 GMT Message-ID: <43901CC8.2050701@apache.org> Date: Fri, 02 Dec 2005 10:07:04 +0000 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: ant not recognizing command line argument References: <20051201170135.19292.qmail@web30913.mail.mud.yahoo.com> <003e01c5f69a$abd18a40$ee249e0a@IBMC71A1AE9667> <438F345C.4080909@apache.org> <005201c5f69e$81f1f2b0$ee249e0a@IBMC71A1AE9667> In-Reply-To: <005201c5f69e$81f1f2b0$ee249e0a@IBMC71A1AE9667> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Safak �kmen wrote: > CLASSPATH=.;C:\PROGRA~1\JMF21~1.1\lib\sound.jar;C:\PROGRA~1\JMF21~1.1\lib\jmf.jar;d:\PROGRA~1\JMF21~1.1\lib\sound.jar;d:\PROGRA~1\JMF21~1.1\lib\jmf.jar;C:\WINDOWS\DOWNLO~1\corteai.zip;C:\WINDOWS\DOWNLO~1\classes.zip;C:\WINDOWS\java\classes;D:\programme\jdbc\mysql-connector-java-3.1.7\ I dont like the backslash at the end of this path. Delete it and try again. better yet, try ant -noclasspath to drop the classpath entirely, if the version of Ant you are running supports that option. Otherwise, erase teh classpath with something like: set CLASSPATH= We dont recommend using the CLASSPATH env variable, as it just makes a mess of things. You shouldnt really have .zip files on it either, only .jar files with manifests. -steve > > CLIENTNAME=Console > CommonProgramFiles=C:\Programme\Gemeinsame Dateien > COMPUTERNAME=IBM-C71A1AE9667 > ComSpec=C:\WINDOWS\system32\cmd.exe > FP_NO_HOST_CHECK=NO > HOMEDRIVE=C: > HOMEPATH=\Dokumente und Einstellungen\Admin > IBMSHARE=C:\IBMSHARE > include=D:\programme\Microsoft Visual > Studio\VC98\atl\include;D:\programme\Microsoft Visual > Studio\VC98\mfc\include;D:\programme\Microsoft Visual Studio\VC98\include > JAVA_HOME=D:\programme\Java\jdk1.5.0_05 > lib=D:\programme\Microsoft Visual > Studio\VC98\mfc\lib;D:\programme\Microsoft Visual Studio\VC98\lib > LOGONSERVER=\\IBM-C71A1AE9667 > NewEnvironment1=C:\WINDOWS\Downloaded Program Files > NUMBER_OF_PROCESSORS=1 > OS=Windows_NT > OSG_FILE_PATH=d:\programme\OpenSceneGraph\data;d:\programme\OpenSceneGraph\data\Images;d:\programme\OpenSceneGraph\data\fonts > > OSG_ROOT=d:\programme\OpenSceneGraph > Path=d:\programme\texmf\miktex\bin;C:\PROGRAMME\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\IBMTOOLS\Python22;C:\Programme\PC-Doctor > for Windows\services;D:\programme\WinSCP3\;D:\programme\MySQL\MySQL > Server > 4.1\bin;D:\programme\php\;D:\programme\javacc-3.2\bin;D:\programme\Subversion\bin;D:\programme\Java\jdk1.5.0_05\bin;D:\PROGRA~1\GRAPHVIZ\Graphviz\bin;D:\PROGRA~1\GRAPHVIZ\Graphviz\bin\tools;d:\programme\GTK\bin;d:\programme\doxygen\bin;D:\MATLAB\bin > > PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.pyo;.pyc;.py;.pyw > PROCESSOR_ARCHITECTURE=x86 > PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel > PROCESSOR_LEVEL=6 > PROCESSOR_REVISION=0905 > ProgramFiles=C:\Programme > PROMPT=$P$G > PYTHONCASEOK=1 > PYTHONPATH=C:\IBMTOOLS\utils\support;C:\IBMTOOLS\utils\logger > RRU=C:\Programme\IBM\IBM Rapid Restore Ultra\ > SESSIONNAME=Console > SystemDrive=C: > SystemRoot=C:\WINDOWS > TCL_LIBRARY=C:\IBMTOOLS\Python22\tcl\tcl8.4 > TK_LIBRARY=C:\IBMTOOLS\Python22\tcl\tk8.4 > TMP=C:\DOKUME~1\Admin\LOKALE~1\Temp > tvdumpflags=8 > USERDOMAIN=IBM-C71A1AE9667 > USERNAME=Admin > USERPROFILE=C:\Dokumente und Einstellungen\Admin > windir=C:\WINDOWS > > C:\WINDOWS\system32> > > > > > Steve Loughran wrote: > >> Safak �kmen wrote: >> >>> ANT_HOME was pointing to "D:\programme\ant". >>> >>> I'm sorry. I just don't know what's wrong. >>> >>> I have a command line utility fsum (FastSum) which I tried with >>> command line arguments (fsum something.zip something.zip.md5) and it >>> works fine. I think that means cmd is recognizing command line >>> argument. I will try installing ant fresh. >>> >>> Matt Benson wrote: >> >> >> something is wrong with your command line env. probalby the classpath >> or something. List your entire environment by typing >> >> set >> >> at the command prompt; post the results. I would suspect trouble in >> >> CLASSPATH >> PATH >> >> You can also edit ant.bat, comment out the @echo off line and see what >> command line is being constructed. >> >> --------------------------------------------------------------------- >> 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