Re: Cannot run Windows shell commands like start from ant : Please help me.

2002-05-24 Thread Viraj Purang
Hi, Is this not available in 1.4.1As much as I would have liked to do it, I am constrained by compatibility issues across the company to move to 1.5. Does that change the solution ? However I can do a taskdef and include the class file from the 1.5 ant.jar/optional.jar files. Speaking more

Re: Cannot run Windows shell commands like start from ant : Please help me.

2002-05-24 Thread Steve Loughran
- Original Message - From: Viraj Purang [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, May 24, 2002 10:55 AM Subject: Re: Cannot run Windows shell commands like start from ant : Please help me. useful titles help Hi, Is this not available in 1.4.1As much as I

Cannot run Windows shell commands like start from ant : Please help me.

2002-05-23 Thread Viraj Purang
Hi, I tried to run just start command using the exec task. It does not work, however , all other batch scripts run just fine for me. I am doing this in order to run the weblogic server , and get the control back even as the server runs off the start window, so that I can run the junit test

Re: Cannot run Windows shell commands like start from ant : Please help me.

2002-05-23 Thread Steven Jeffriess
think you'll find that start is not an executable. haven't tried it under ant but you should be able to achieve the same with cmd.exe and the the args /C start hth steve Viraj Purang wrote: Hi, I tried to run just start command using the exec task. It does not work, however , all other

Re: Cannot run Windows shell commands like start from ant : Please help me.

2002-05-23 Thread Hal Hildebrand \(web\)
If your doing testing (as opposed to launching for actual use), you should try using the parallel task. Something like: parallel sequential ... start your process /sequential sequential condition ... wait for the http server to come up - can't remember

Please help me!

2001-10-20 Thread sandeep singh
I have sent this mail previously also. but nobody replied, is nobody is having answer to my problem? Please help me if you can. hi I am trying to use optional task FTP in ANT. I am trying to ftp to a server and trying to delete a file. The build file is saying build successful when I am running

RE: Please help me!

2001-10-20 Thread Mark Ayad
PROTECTED]] Sent: Saturday, October 20, 2001 6:25 PM To: [EMAIL PROTECTED] Subject: Please help me! Importance: High I have sent this mail previously also. but nobody replied, is nobody is having answer to my problem? Please help me if you can. hi I am trying to use optional task FTP in ANT. I

RE: Please help me!

2001-10-20 Thread sandeep singh
Thanks a lot! Mark Ayad, it is working now... sandeep -Original Message- From: Mark Ayad [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 10:44 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Please help me! ftp server=ftp.apache.org port=2121

RE: Please help me!

2001-10-20 Thread Boris Debic
Can you delete the file from a manual session? -Original Message- From: sandeep singh To: [EMAIL PROTECTED] Sent: 10/20/2001 9:25 AM Subject: Please help me! Importance: High I have sent this mail previously also. but nobody replied, is nobody is having answer to my problem? Please help

Please Help me!!!

2001-10-19 Thread Vincent Croft
Hi list members... I've been looking through the mail list, searching for something related to the jar task and Classpath but nothing was found there. Also the documentation related to the jar task wasn't good enough... I've been having troubles using the java task when using the

Re: Please Help me!!!

2001-10-19 Thread Diane Holt
Hi Vincent, There's a couple of things I'm not sure I understand. One is why you're using the java task to run ejbc -- have you looked at the ejbc task that's available as an optional task? The other is what you'd expect including a classpath for the jar task to do. All the jar task does is jar

Re: Please Help me!!!

2001-10-19 Thread Vincent Croft
Hi Diane, Thank you to have the time to help me... Well the first thing you are mentioning about, why I didn't use de ejbc bside the java, it was because when I first take a look to Ant, I didn't undestand many things about it, I've never worked with a deploy before, so I asked to all the

Re: Please Help me!!!

2001-10-19 Thread Diane Holt
Your fileset's in your jar task look like they're probably wrong. You have: fileset dir=${PATH_ArqEJBReg}/util/ include name=util/MappingValue.class/ /fileset which would have it looking for: ${PATH_ArqEJBReg}/util/util/MappingValue.class which probably isn't what you

Some one Please help me

2001-09-06 Thread Sachin Shah
Hi, This is for the 3rd time i m asking the same que. But sorry but i couldn't get the thing right. I m trying to build the ejb jar from the DD but continueously it is giving the same error even after using the nested dtd element as below in ant 1.4 target name=build.ejb depends=init

AW: Some one Please help me

2001-09-06 Thread Michael Grindel
] Betreff: Some one Please help me Hi, This is for the 3rd time i m asking the same que. But sorry but i couldn't get the thing right. I m trying to build the ejb jar from the DD but continueously it is giving the same error even after using the nested dtd element as below in ant

RE: Some one Please help me

2001-09-06 Thread Sachin Shah
PROTECTED] Subject: AW: Some one Please help me Sachin, it seems to me that ${weblogic.home} doesn't map to d:\weblogic you may test this by replacing ${weblogic.home} by d:\weblogic michael -Ursprüngliche Nachricht- Von: Sachin Shah [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag

RE: Some one Please help me

2001-09-06 Thread Mark Gibson
. Details: Ejbc reported an error -Original Message- From: Michael Grindel [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 5:28 PM To: [EMAIL PROTECTED] Subject: AW: Some one Please help me Sachin, it seems to me that ${weblogic.home} doesn't map to d:\weblogic you may