RE: ant not recognizing command line argument

2005-12-02 Thread Dick, Brian E.
No need for any utility. for /f %i in ("ant.bat") do @echo %~$path:i -Original Message- From: Bill Rich [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 7:24 PM To: 'Ant Users List' Subject: RE: ant not recognizing command line argument Attached is a l

Re: ant not recognizing command line argument

2005-12-02 Thread Safak Ökmen
? Ray Tayek wrote: At 04:23 PM 12/1/2005, you wrote: Attached is a little utility... nice program. thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---

Re: ant not recognizing command line argument

2005-12-02 Thread Steve Loughran
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

RE: ant not recognizing command line argument

2005-12-01 Thread Ray Tayek
At 04:23 PM 12/1/2005, you wrote: Attached is a little utility... nice program. thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
I have taken ant bin path out of the path variable one moment ago, so it is not listed in the set output. 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 tri

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\WINDOWS\system32>ant Der Befehl "ant" ist entweder falsch geschrieben oder konnte nicht gefunden werden. C:\WINDOWS\system32>ant -version Der Befehl "ant" ist entweder falsch geschrieben oder konnte nicht gefunden

Re: ant not recognizing command line argument

2005-12-01 Thread Steve Loughran
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 com

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
Also I wonder, why the eclipse ant plugin works fine. Matt Benson wrote: ANT_HOME is used by ant.bat . Which ant.bat is called is dependent upon your Windows system PATH. The very fact that you removed the ANT_HOME variable and received an error message after that makes your PATH settings sus

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
If i understood you right, the following should not solve the problem. I removed ANT_HOME and added the complete path D:\programme\ant\bin to the Path variable. I checked it. It is the same problem. Matt Benson wrote: ANT_HOME is used by ant.bat . Which ant.bat is called is dependent upon you

Re: ant not recognizing command line argument

2005-12-01 Thread Matt Benson
ANT_HOME is used by ant.bat . Which ant.bat is called is dependent upon your Windows system PATH. The very fact that you removed the ANT_HOME variable and received an error message after that makes your PATH settings suspect. I personally no longer use ANT_HOME; if you get your PATH set up corre

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
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.

Re: ant not recognizing command line argument

2005-12-01 Thread Matt Benson
That proves that the Java classes in use are those below ANT_HOME, but it still doesn't prove which ant executable is ultimately calling the Java code. --- Safak Ökmen <[EMAIL PROTECTED]> wrote: > I tried to identifiy the ant version running by > removing the ANT_HOME > variable. > __ >

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
I tried to identifiy the ant version running by removing the ANT_HOME variable. __ D:\programme>ant Der Befehl "ant" ist entweder falsch geschrieben oder konnte nicht gefunden werden. D:\programme>cd ant D:\programme\ant>cd bin D:\programme\ant\bin>ant.bat -debug clean Buildfile: build

RE: ant not recognizing command line argument

2005-12-01 Thread Bozorgdadeh, Afshin
>>> init: > >>> [mkdir] Created dir: C:\TEMP\ant-test6\bin > >>> [mkdir] Created dir: C:\TEMP\ant-test6\dist > >>> [mkdir] Created dir: C:\TEMP\ant-test6\etc > >>> [mkdir] Created dir: C:\TEMP\ant-test6\java > >>>

Re: ant not recognizing command line argument

2005-12-01 Thread Nicolas Vervelle
Apparently, ant doesn't care of whatever you put in the commande line. Just a stupid idea: try specifying the extension for the ant script (ant.bat or ant.cmd) ant.bat -debug clean or ant.cmd -debug clean Safak Ökmen wrote: Hi! It is really strange. -debug doesn't work either. Look at thi

Re: ant not recognizing command line argument

2005-12-01 Thread Matt Benson
;>> [mkdir] Created dir: C:\TEMP\ant-test6\bin > >>> [mkdir] Created dir: C:\TEMP\ant-test6\dist > >>> [mkdir] Created dir: C:\TEMP\ant-test6\etc > >>> [mkdir] Created dir: C:\TEMP\ant-test6\java > >>> [mkdir] Created dir: C:\TEMP\a

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
n: BUILD SUCCESSFUL Total time: 0 seconds ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< -Ursprüngliche Nachricht- Von: Safak Ökmen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. November 2005 20:50 An: Ant Users List

RE: ant not recognizing command line argument

2005-12-01 Thread Bill Rich
ke an Ant problem to me. Bill -Original Message- From: Safak Ökmen [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 8:24 AM To: Ant Users List Subject: Re: ant not recognizing command line argument Here is another sample: __ D:\programme\ant\bin>ant -debug clean

Re: ant not recognizing command line argument

2005-12-01 Thread Matt Benson
> >[delete] Deleting directory > C:\TEMP\ant-test6\bin > >[delete] Deleting directory > C:\TEMP\ant-test6\dist > >[delete] Deleting directory > C:\TEMP\ant-test6\etc > >[delete] Deleting directory > C:\TEMP\ant-test6\java > > [delete]

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
UL Total time: 0 seconds ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< -Ursprüngliche Nachricht- Von: Safak Ökmen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. November 2005 20:50 An: Ant Users List Betreff: Re: ant not recogniz

Re: ant not recognizing command line argument

2005-12-01 Thread Safak Ökmen
--8-<---8-<---8-< -Ursprüngliche Nachricht- Von: Safak Ökmen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. November 2005 20:50 An: Ant Users List Betreff: Re: ant not recognizing command line argument Hi! I'm sorry. Here I have uploaded it on my webpage:

AW: ant not recognizing command line argument

2005-11-30 Thread Jan.Materne
n: Safak Ökmen [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 30. November 2005 20:50 >An: Ant Users List >Betreff: Re: ant not recognizing command line argument > >Hi! > >I'm sorry. >Here I have uploaded it on my webpage: >http://home.in.tum.de/~oekmen/antFailure.JPG

RE: ant not recognizing command line argument

2005-11-30 Thread Lasher, James L
, November 30, 2005 1:18 PM To: Ant Users List Subject: Re: ant not recognizing command line argument I just wrote this simple build.xml: and chaned into the bin directory of my ant installation. Execute ant, I get

Re: ant not recognizing command line argument

2005-11-30 Thread Safak Ökmen
ent: Wednesday, November 30, 2005 10:59 AM To: user@ant.apache.org Subject: ant not recognizing command line argument Hello, on windows I execute the following selfdefined target "clean" like: ant clean on command line. Still and executes default target. If I replace the default targ

Re: ant not recognizing command line argument

2005-11-30 Thread Safak Ökmen
uessing your "clean" target has a dependency which you didn't notice. -Original Message- From: Safak �kmen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 10:59 AM To: user@ant.apache.org Subject: ant not recognizing command line argument Hello, on windows

Re: ant not recognizing command line argument

2005-11-30 Thread Ivan Ivanov
; > >> Safak. > >> > >> Karr, David wrote: > >>> We'd have to see your build file. I'm guessing > >> your "clean" target > >>> has a dependency which you didn't notice. > >>> > >>>> -Or

Re: ant not recognizing command line argument

2005-11-30 Thread Safak Ökmen
-Original Message- From: Safak �kmen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 10:59 AM To: user@ant.apache.org Subject: ant not recognizing command line argument Hello, on windows I execute the following selfdefined target "clean" like: ant clean on command

Re: ant not recognizing command line argument

2005-11-30 Thread Ivan Ivanov
: > > We'd have to see your build file. I'm guessing > your "clean" target > > has a dependency which you didn't notice. > > > >> -Original Message- > >> From: Safak �kmen [mailto:[EMAIL PROTECTED] > >> Sent: Wednesda

Re: ant not recognizing command line argument

2005-11-30 Thread Rhino
9 PM Subject: ant not recognizing command line argument Hello, on windows I execute the following selfdefined target "clean" like: ant clean on command line. Still and executes default target. If I replace the default target to "clean", it wor

Re: ant not recognizing command line argument

2005-11-30 Thread Safak Ökmen
day, November 30, 2005 10:59 AM To: user@ant.apache.org Subject: ant not recognizing command line argument Hello, on windows I execute the following selfdefined target "clean" like: ant clean on command line. Still and executes default target. If I replace the default target to &quo

RE: ant not recognizing command line argument

2005-11-30 Thread Karr, David
We'd have to see your build file. I'm guessing your "clean" target has a dependency which you didn't notice. > -Original Message- > From: Safak Ökmen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 30, 2005 10:59 AM > To: user@ant.apache.org &

ant not recognizing command line argument

2005-11-30 Thread Safak Ökmen
Hello, on windows I execute the following selfdefined target "clean" like: ant clean on command line. Still and executes default target. If I replace the default target to "clean", it works. What is the problem? Thanks, Safak. "hynonym is a synonym for homon