RE: build doesn't complete after tomcat starts

2007-05-23 Thread swapnil_r_84
Thanks. Using spawn it worked! RADEMAKERS Tanguy wrote: > > Hello, > > Just off the top of my head, but did you look into using the spawn > attribute of the exec task? > > Regs, > /t > >>-Original Message- >>From: swapnil_r_84 [mailto:[EMAIL PROTECTED] >>Sent: Wednesday, May 23, 20

Waiting for a server to shutdown using waitFor

2007-05-23 Thread Krishna Mohan Attravanam
Hi all, I am using the following tasks within a target that check to see if the servers are shutdown or not? My question is: Is there a deterministic way of finding out if the server has shutdown completely? What if the timeout value is not sufficient ? Any thoughts ? Than

RE: vsscheckin task

2007-05-23 Thread Anderson, Rob (Global Trade)
I do not use VSS, but it would probably be helpful to post the output from ant. -Rob A > -Original Message- > From: Shankar S [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 10:08 PM > To: Ant Users List > Subject: vsscheckin task > > Hi Folks, > > I am trying to checkin a l

RE: OpenVMS system - connection fails

2007-05-23 Thread Anderson, Rob (Global Trade)
Please post the output also. Does it fail to connect? Does it timeout? Have you tried using sshexec? -Rob A > -Original Message- > From: Shafiulla, Mohammed [mailto:[EMAIL PROTECTED] > Sent: Monday, May 07, 2007 10:32 PM > To: Ant Users List > Cc: mohammed shafiulla > Subject: RE: OpenV

build doesn't complete after tomcat starts

2007-05-23 Thread swapnil_r_84
i am trying to start tomcat from ant. It does start but build never completes after tomcat is started. After i shut down tomcat remaining build begins to run(control comes back). i want tomcat running & my ant targets to get executed completely till end:

RE: build doesn't complete after tomcat starts

2007-05-23 Thread RADEMAKERS Tanguy
Hello, Just off the top of my head, but did you look into using the spawn attribute of the exec task? Regs, /t >-Original Message- >From: swapnil_r_84 [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 23, 2007 11:21 AM >To: user@ant.apache.org >Subject: build doesn't complete after tomcat

AW: AW: Splitting a

2007-05-23 Thread Jan.Materne
1. Write your own task (as often ... maybe Ant 1.7.2 will contain ... ) -- -- Java 2. Use for iterating over the files 3. Workaround -- Rename the included JSPs from *.jsp to *.jsp.inc (filename and include directive) So I hope, that the jspc wont find them for direct compilin

Re: AW: Splitting a

2007-05-23 Thread Tim Pettersen
Hi Jan, Unfortunately not - we need to use an exclusion pattern to not compile the files in the "includes" directory as they are statically included in other JSPs and won't compile on their own. I'm toying with the idea of attempting to pass a list of directories to recursively compile, whic

AW: Splitting a

2007-05-23 Thread Jan.Materne
Could you compile all files at once? http://edocs.bea.com/wls/docs81/jsp/reference.html#65756 -compileAll Recursively compiles all JSPs in the current directory, or in the directory specified with the -webapp flag. (See the listing for -webapp in this list of options.). JSPs in

Regarding JSP compilation with Ant

2007-05-23 Thread Lokesh Jayaraman
Dear, I am using IBM Rational Application Developer 6.0. I need to find the deprecation methods used in JSP's of Web application. Can u help me to find deprecation methods used in JSP files. Let me inform if u know how to find deprecation methods used in JSP's For information: WebSphere 6.0 sup