Using Ant 1.5.4, I need to install an Ant build script as a Windows service. I wish I didn't have to do this, but I may not have an easier alternative.
Is there a straightforward way to do this? I'm also using WebLogic, which comes with the "beasvc" executable, which makes it straightforward to run a java class as a service. It's concievable I could manually construct the classpath that the Ant batch file constructs, and use that to construct my Java command line that I send to "beasvc", but that seems messy. Is there a better way to do this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]