Ant Task

2001-12-02 Thread Melroy Rodrigues
Hi, I want to run startWeblogic.cmd via ant. How will I be able to do this? I have set up an ant command using exec and pointed to the startWeblogic.cmd but it somes back with a Execute failure:java.io.IOException createprocess startWeblogic.cmd error=2 Thanks Melroy

Re: [POLL] property immutability hacks

2001-12-02 Thread Bevan Arps
At 05:50 30/11/2001 -0500, Erik Hatcher wrote: Ant users are very fortunate to have a crew of committers that put their foot down and prevent many seemingly useful features from making it into Ant's core - and Ant is sufficiently extensible such that folks that wish to break the rules can do so

Re: Ant Task

2001-12-02 Thread Jill Stephenson
Use the optional wlrun task, eg., !-- start web logic -- wlrun beahome=${bea.home} home=${weblogic.home} domain=${weblogic.domain} password=${weblogic.password} classpath refid=weblogic.classpath / /wlrun where the properties are

Re: Fileset support for unjar/unwar/unzip

2001-12-02 Thread Stefan Bodewig
On Fri, 30 Nov 2001, Paul Cody Johnston [EMAIL PROTECTED] wrote: Does anyone know if there are plans to support nested filesets for the unjar class of tasks? The CVS version of Ant already supports this. I'm not quite sure, which classes you'd need to replace if you want to make it work in

Re: knowledge of broken build...

2001-12-02 Thread Stefan Bodewig
On Sat, 01 Dec 2001, Dean Hiller [EMAIL PROTECTED] wrote: 1. Where do I find the e-mail archives? There are links in the feedback section of Ant's manual and at the top of http://jakarta.apache.org/site/mail2.html. I'd recommend Marc. 2. Is there any way for javac task to spit out the