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

RE: Nightly Ant scripts

2003-01-15 Thread mmay
-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:\Program Files\Microsoft Visual

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: Monday, January

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 -Original

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

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 it, but it seems to have

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 had this same problem

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 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

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
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 List [EMAIL PROTECTED] Sent: Monday, January

RE: Nightly Ant scripts

2003-01-13 Thread David McTavish
: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: Guy Rouillier [mailto

RE: Nightly Ant scripts

2003-01-13 Thread Paul Collins
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 [mailto:[EMAIL

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

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 Alexey Solofnenko
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]

RE: Nightly Ant scripts

2003-01-13 Thread Yarbrough, Jay
, 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 ANT script from

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 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 file

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: Nightly Ant scripts

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 Windows