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