RE: Running ANT as a Windows Service

2005-03-26 Thread Ninju Bohra
Ben Burgess TIAA-CREF -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 12:17 PM To: Ant Users List Subject: Re: Running ANT as a Windows Service I think you would want to run something like Maven as a service, not ANT itself. Personally I

RE: Running ANT as a Windows Service

2005-03-25 Thread Burgess, Benjamin
EMAIL PROTECTED] Sent: Friday, March 25, 2005 12:17 PM To: Ant Users List Subject: Re: Running ANT as a Windows Service I think you would want to run something like Maven as a service, not ANT itself. Personally I use Windows scheduled tasks to run continuous builds - they can be configured to start

Re: Running ANT as a Windows Service

2005-03-25 Thread Alexey N. Solofnenko
I think you would want to run something like Maven as a service, not ANT itself. Personally I use Windows scheduled tasks to run continuous builds - they can be configured to start when computer boots up. The only drawback is that on XP+ computers when I log out all running scheduled tasks are

Running ANT as a Windows Service

2005-03-25 Thread Ninju Bohra
Hello all, Anybody have any experience in (and can provide guidance on) how to run an ANT script as a Windows Service. I am using the task (from the ant-contrib project) and want to run the "server" as a Windows XP service. I am familiar with running .exe files as server (via servany) or e