input task in wdsc5

2003-10-09 Thread Vikas Phonsa
Hi, Has anyone here tried to use the ant task in eclipse based wdsc5 IDE. I need to get some inputs from users for my cvs functions but the task doesn't seem to work in the IDE. Is there any work around in original ant besides using antelope. Thanks Vikas -

ant with tomcat tasks

2003-10-09 Thread Your Name
I have the following in my build.xml Tomcat Ant tasks are not in the classpath Ant couldn't find itself Tomcat task not found though the library was when I execute ant as: "ant -f b

Re: subant project dependency

2003-10-09 Thread peter reilly
On Thursday 09 October 2003 15:43, Dominique Devienne wrote: > > -Original Message- > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > > > On Thu, 9 Oct 2003, John-Mason Shackelford > > > > <[EMAIL PROTECTED]> wrote: > > > Then computeBuildPath would operate as follows: > > > > As Domin

Re: weblogic's jrocket

2003-10-09 Thread Martin Gainty
I guess what I am looking for is replacing SUN JRE with JRocket will everything work? Thanks, Martin Gainty - Original Message - From: "Ahmet Sayar" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 9:35 AM Subject: Re: weblogic's jrocket > H

RE: subant project dependency

2003-10-09 Thread Dominique Devienne
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Thu, 9 Oct 2003, John-Mason Shackelford > <[EMAIL PROTECTED]> wrote: > > > Then computeBuildPath would operate as follows: > > As Dominique's version needs a separate file with extra information > as well, I'd s

Re: subant project dependency

2003-10-09 Thread Stefan Bodewig
On Thu, 9 Oct 2003, John-Mason Shackelford <[EMAIL PROTECTED]> wrote: > Then computeBuildPath would operate as follows: As Dominique's version needs a separate file with extra information as well, I'd say it is fine for the algorithm (I prefer to keep it pluggable) to pick up additional files. Y

subant project dependency

2003-10-09 Thread Shackelford, John-Mason
Brian, Tell me what you think of this idea--I don't know if I like it or not: Instead of having a separate component.xml we could have an ant task that we would place just under the element in each build file. Then in the build target we'd have: (which we'll need whether we are using this appr

Re: weblogic's jrocket

2003-10-09 Thread Ahmet Sayar
Hi all, Can I run "ant" command (-or- deploy build.xml) inside any java class. I mean; public static void main(String args[]){ ant(); } something like that? Thanks, Ahmet Sayar. - To unsubscribe, e-mail: [EMAIL PROTECTED

weblogic's jrocket

2003-10-09 Thread Martin Gainty
Hello All Can Ant accomodate (use) weblogic's JRocket JVM? Thank You, Martin Gainty