Re: task won't run in cruise control but runs from windows command prompt...

2008-03-03 Thread Tim-at-Startupgeek
l list has responded... When I run the tasks below in cruise control > 2.7.1, the second task fails, which happens to be dependent on the > first... > When I run them from the Windows command prompt they work great, but I'm > not > yielding the same results in Cruise Control... What

Re: task won't run in cruise control but runs from windows command prompt...

2008-02-12 Thread Antti Luoma
ot;lib-ext-test" target > checks to see if the folder exists, and if it does, "lib-ext" ftps the > files > within the folder If the folder doesn't exist, "lib-ext" doesn't > execute, and the process moves on to the next target in the sequence... As &

AW: task won't run in cruise control but runs from windows command prompt...

2008-02-05 Thread Knuplesch, Juergen
t- Von: Christopher Styles [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 5. Februar 2008 15:21 An: Ant Users List Betreff: task won't run in cruise control but runs from windows command prompt... Hi, I know this isn't a Cruise Control list, but I need some assistance with this issue, since i

task won't run in cruise control but runs from windows command prompt...

2008-02-05 Thread Christopher Styles
first... When I run them from the Windows command prompt they work great, but I'm not yielding the same results in Cruise Control... What's suppose to happen is, target "lib-ext" will be executed, but first the dependency target "lib-ext-test" gets executed. If the fol

RE: windows command

2007-07-31 Thread Sharma, Jaikumar
I think does not support Network Re-startable mode ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:04 PM To: user@ant.apache.org Subject: AW: windows command Why dont you use ? Jan >-Ursprüngliche Nachricht- >Von:

RE: windows command

2007-07-31 Thread Sharma, Jaikumar
: windows command what is the meaning of -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:04 PM To: user@ant.apache.org Subject: AW: windows command Why dont you use ? Jan >-Ursprüngliche Nachricht- >Von: Sharma, Ja

RE: windows command

2007-07-31 Thread Sayed, Irfan (Irfan)
what is the meaning of -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:04 PM To: user@ant.apache.org Subject: AW: windows command Why dont you use ? Jan >-Ursprüngliche Nachricht- >Von: Sharma, Jaikumar [mailto:

AW: windows command

2007-07-31 Thread Jan.Materne
Why dont you use ? Jan >-Ursprüngliche Nachricht- >Von: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 31. Juli 2007 09:25 >An: Ant Users List >Betreff: RE: windows command > >You can use the windows system command

RE: windows command

2007-07-31 Thread Sharma, Jaikumar
You can adapt this (command arguments etc.) as per your needs. Hope this helps. -Original Message- From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 12:32 PM To: user@ant.apache.org Subject: windows command Hi All, I need to execute windows system

windows command

2007-07-31 Thread Sayed, Irfan (Irfan)
Hi All, I need to execute windows system command in Ant's build.xml. I got one sample in manual but need to know what is the exact meaning of every line with every attribute. Can somebody please help Regards Irfan.

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Dominique Devienne
On 7/18/07, Alec Fernandez <[EMAIL PROTECTED]> wrote: Excellent clarifications gentleman, many thanks. You got me curious so I dug up a working example of quoting that I use. Try as I may, I can't seem to escape from the msdos command line processor. Bill's enduring gift to humanity. At le

RE: Execution of windows command in ant's build.xml

2007-07-18 Thread Alec Fernandez
--Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 12:06 PM To: Ant Users List Subject: Re: Execution of windows command in ant's build.xml On 7/18/07, Jack J. Woehr <[EMAIL PROTECTED]>

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Peter Reilly
On 7/18/07, Jack J. Woehr <[EMAIL PROTECTED]> wrote: On Jul 18, 2007, at 9:55 AM, Peter Reilly wrote: > > Remember that a lot of directories have spaces in windows > and this, combined with the multiple layers of quoting and > interpretation > (ant, Java, cmd and the other commands) > mean that

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Jack J. Woehr
On Jul 18, 2007, at 9:55 AM, Peter Reilly wrote: Remember that a lot of directories have spaces in windows and this, combined with the multiple layers of quoting and interpretation (ant, Java, cmd and the other commands) mean that things may not work as expected. Entreprerneurial opportunity

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread Peter Reilly
last quote character on the command line, preserving any text after the last quote character. -Original Message- From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:07 AM To: user@ant.apache.org Subject: Execution of windows command in ant's bu

RE: Execution of windows command in ant's build.xml

2007-07-18 Thread Alec Fernandez
er and remove the last quote character on the command line, preserving any text after the last quote character. -Original Message- From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:07 AM To: user@ant.apache.org Subject: Execution of wind

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread cuillandre frederic
check out this http://ant.apache.org/manual/CoreTasks/exec.html > Hi All, > > Need to execute windows 'cls' command in the Ant's build.xml file. > > Can somebody please help. > > Regards > Irfan. > > Frederic Cuillandre + 33 176616524 + 33 661948720 [EMAIL PROTECTED] www.airweb.fr

Execution of windows command in ant's build.xml

2007-07-18 Thread Sayed, Irfan (Irfan)
Hi All, Need to execute windows 'cls' command in the Ant's build.xml file. Can somebody please help. Regards Irfan.