RE: Nightly Ant scripts

2003-01-15 Thread mmay
at set up > > -Original Message- > From: Matt Lyon [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2003 16:57 > To: Ant Users List > Subject: RE: Nightly Ant scripts > > > Hi, > > One suggestion. Make sure that the directory that contains ss.exe is in > your %PA

RE: Nightly Ant scripts

2003-01-15 Thread Paul Collins
Hi Matt Yes i have that set up -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 16:57 To: Ant Users List Subject: RE: Nightly Ant scripts Hi, One suggestion. Make sure that the directory that contains ss.exe is in your %PATH% env var. Usually this

RE: Nightly Ant scripts

2003-01-14 Thread David Colton (ext. 799)
>From memory I think you need IE5.5 installed on NT4 to get this option (just in case some of you don't find this). -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: 14 January 2003 09:51 To: Ant Users List Subject: RE: Nightly Ant scripts Cheers -

RE: Nightly Ant scripts

2003-01-14 Thread Paul Collins
Cheers -Original Message- From: David McTavish [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 19:52 To: 'Ant Users List' Subject: RE: Nightly Ant scripts Control Panel -> Scheduled Tasks -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Mo

RE: Nightly Ant scripts

2003-01-13 Thread David McTavish
Control Panel -> Scheduled Tasks -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:05 PM To: Ant Users List Subject: RE: Nightly Ant scripts Is there way no way I can call an ANT script from a DOS batch at a specified time on a Wind

RE: Nightly Ant scripts

2003-01-13 Thread Yarbrough, Jay
GREAT! Glad I could be of some help. It's a great user's list, isn't it? I've gotten a ton of help from these folks. -Jay -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 12:26 PM To: Ant Users List Subject: RE:

RE: Nightly Ant scripts

2003-01-13 Thread Brian Deacon
ian Deacon -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:05 AM To: Ant Users List Subject: RE: Nightly Ant scripts Is there way no way I can call an ANT script from a DOS batch at a specified time on a Windows platform? Regards Paul ---

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
January 2003 18:12 To: Ant Users List Subject: RE: Nightly Ant scripts I'm not sure if this is the answer to your question, or not. But, I'm having no problems running my scripts from the scheduled tasks window. (control panel -> Scheduled Tasks), under Win2K. I kick off a batch

RE: Nightly Ant scripts

2003-01-13 Thread Alexey Solofnenko
/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:11 AM To: [EMAIL PROTECTED] Subject: Ref. : RE: Nightly Ant scripts Yes you can if you set correctly the JAVA_HOME and ANT_HOME

RE: Nightly Ant scripts

2003-01-13 Thread Yarbrough, Jay
ment settings, until I set them all for the system, as opposed to specific users. Regards, Jay -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 12:05 PM To: Ant Users List Subject: RE: Nightly Ant scripts Is there way no way I can call an AN

RE: Nightly Ant scripts

2003-01-13 Thread Alexey Solofnenko
:05 AM To: Ant Users List Subject: RE: Nightly Ant scripts Is there way no way I can call an ANT script from a DOS batch at a specified time on a Windows platform? Regards Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Réf. : RE: Nightly Ant scripts

2003-01-13 Thread loic . lefevre
Yes you can if you set correctly the JAVA_HOME and ANT_HOME environment variables and if you use the windows scheduled tasks. Loïc Extranet [EMAIL PROTECTED] - 13/01/2003 19:05 Veuillez répondre à [EMAIL PROTECTED] Pour : ant-user cc : Objet : RE: Nightly Ant scripts Is there way

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
Is there way no way I can call an ANT script from a DOS batch at a specified time on a Windows platform? Regards Paul -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 17:26 To: Ant Users List Subject: Re: Nightly Ant scripts What operating system

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
:31 To: Ant Users List Subject: RE: Nightly Ant scripts The operating system is Windows 2000, the batch file is: I'm kicking the batch file of on the command line via: > at 17:30 \test_nightly\nightly_build.bat Hope this is helpful Paul -Original Message- From: Guy Rouillier

RE: Nightly Ant scripts

2003-01-13 Thread David McTavish
003 12:31 PM To: Ant Users List Subject: RE: Nightly Ant scripts The operating system is Windows 2000, the batch file is: I'm kicking the batch file of on the command line via: > at 17:30 \test_nightly\nightly_build.bat Hope this is helpful Paul -Original Message- From:

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
To: Ant Users List Subject: Re: Nightly Ant scripts What operating system? Show the entire batch file, and explain how you are kicking it off. Error 2 is usually "file not found". - Original Message - From: "Paul Collins" <[EMAIL PROTECTED]> To: "Ant Users

Re: Nightly Ant scripts

2003-01-13 Thread Guy Rouillier
What operating system? Show the entire batch file, and explain how you are kicking it off. Error 2 is usually "file not found". - Original Message - From: "Paul Collins" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 11:50 AM Subject: Nightly

RE: Nightly Ant scripts

2003-01-13 Thread Keith Hatton
I believe error=2 usually equates to "File Not Found", so check that the PATH etc. for the batch file is set correct. In particular remember the user environment variables if the batch file is run as a different user to your own. Keith -Original Message- From: Paul Collins [mailto:[EMA

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
Yes I have that set up -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 16:57 To: Ant Users List Subject: RE: Nightly Ant scripts Hi, One suggestion. Make sure that the directory that contains ss.exe is in your %PATH% env var. Usually this is C

RE: Nightly Ant scripts

2003-01-13 Thread Matt Lyon
11:55 AM To: Ant Users List Subject: RE: Nightly Ant scripts We are using Microsoft's VSS as our code management -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 16:53 To: 'Ant Users List' Subject: RE: Nightly Ant scripts i've h

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
We are using Microsoft's VSS as our code management -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 16:53 To: 'Ant Users List' Subject: RE: Nightly Ant scripts i've had this same problem. i haven't found a solution for

RE: Nightly Ant scripts

2003-01-13 Thread Sonnek, Ryan
i've had this same problem. i haven't found a solution for it, but it seems to have something to do with the cvs task. hopefully someone out there know's how to solve this one! Ryan -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:51 AM