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

Could someone help me out ?

2002-02-01 Thread Atluri, Vamsi NYC
I have been having problems with the ANT ftp task and telnet tasks when i do the following: ftp server=myserver port=2121 remotedir=/export/home/vatluri/application/citco/cas/webapps/cas userid=name

Re: Could someone help me out ?

2002-02-01 Thread Steve Loughran
- Original Message - From: Atluri, Vamsi NYC [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, February 01, 2002 06:07 Subject: Could someone help me out ? I have been having problems with the ANT ftp task and telnet tasks when i do the following: ftp server

Re: Could someone help me out ?

2002-02-01 Thread Frank E. Weiss
Atluri, Vamsi NYC wrote: I have been having problems with the ANT ftp task and telnet tasks when i do the following: ftp server=myserver port=2121 remotedir=/export/home/vatluri/application/citco/cas/webapps/cas

Re: help me on ejbjar for weblogic

2002-01-03 Thread deepak
Users List [EMAIL PROTECTED] Sent: Wednesday, January 02, 2002 6:17 PM Subject: Re: help me on ejbjar for weblogic What version of Weblogic are you running? Have you tried compiling any examples in Weblogic 6.1 to see if they work? --Jim --- deepak [EMAIL PROTECTED] wrote: hi i am trying

Re: help me on ejbjar for weblogic

2002-01-03 Thread deepak
PROTECTED] Sent: Thursday, January 03, 2002 8:06 AM Subject: RE: help me on ejbjar for weblogic I use Ant to build a weblogic ejb.jar file; however, I do not use the ejbjar optional task (or whatever it's called) from Ant. I found the docs for that set of tasks unhelpful; and, if the docs

RE: help me on ejbjar for weblogic

2002-01-02 Thread Donnie Hale
PROTECTED]] Sent: Tuesday, January 01, 2002 2:50 AM To: Ant Users List Subject: help me on ejbjar for weblogic hi i am trying to compile my stateless EJBs using ant1.4 but the problem is at ejbjar it is not putting all the referenced files as specified in its xml (home and remote of other

VAJ with Ant - Any body out there..who cna help me ;-)

2001-11-18 Thread Bacardi Wasabi
Im using the same sample build.xml after changing relevant fields But still my target list is empty. WHen I try to reload or save into repository. Im getting following message in log. org.apache.tools.ant.types.FilterSet. Please help me. Thanks

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

Re: Please Help me!!!

2001-10-19 Thread Diane Holt
, 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 list

help me

2001-09-10 Thread Dhirendra Kulkarni
Hi all , i am beginner to ANT tool and just started withi it. I have started with some building processes and i am facing the following problwm My directory structure is like this c:\src ext myproject (contains directories a, b, c and java files)

Re: help me

2001-09-10 Thread Kapil_Pawar
:help me Hi all , i am beginner to ANT tool and just started withi it. I have started with some building processes and i am facing the following problwm My directory structure is like this c:\src ext myproject (contains directories a, b, c

Re: help me

2001-09-10 Thread Diane Holt
To: [EMAIL PROTECTED] cc: Subject:help me Hi all , i am beginner to ANT tool and just started withi it. I have started with some building processes and i am facing the following problwm My directory structure is like this c:\src

Re: help me (problem solved)

2001-09-10 Thread Dhirendra Kulkarni
- Original Message - From: Diane Holt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 8:49 PM Subject: Re: help me Changing where destdir is pointed to shouldn't make any difference -- the subdir structure where the classfiles are output is determined

Help me in learning Ant

2001-09-07 Thread Dhirendra Kulkarni
Hi all I have just started using Ant tool. Installed Ant 1.3 and just startd it's documentation. I understood small examples like just coping some files or compiling java files and putting them in some destination directories. Now iam looking forward to use Ant effectively for building

Re: Help me in learning Ant

2001-09-07 Thread Kapil_Pawar
[EMAIL PROTECTED] 09/07/01 03:06 PM Please respond to ant-user To:[EMAIL PROTECTED] cc: Subject:Help me in learning Ant Hi all I have just started using Ant tool. Installed Ant 1.3 and just startd it's documentation. I understood small examples like just coping

Re: Help me in learning Ant

2001-09-07 Thread Erik Hatcher
advanced topics also). Erik - Original Message - From: Dhirendra Kulkarni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 2:36 AM Subject: Help me in learning Ant Hi all I have just started using Ant tool. Installed Ant 1.3 and just startd it's

Re: Help me in learning Ant

2001-09-07 Thread Dhirendra Kulkarni
Tx. Kapil Iam going through that, but is there any material with more examples just to get familier with Ant Tx again DK - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 7:50 PM Subject: Re: Help me in learning

Re: Help me in learning Ant

2001-09-07 Thread Dhirendra Kulkarni
Thanks a lot Eric, Iam going through it and it will be very useful to me. Tx again DK - Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 8:00 PM Subject: Re: Help me in learning Ant Have a look at Ant's Resources

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

Help me abt this error

2001-08-25 Thread Sudhir Howale
Hello friends, When I tried to run a build file (a xml file), I am getting following kind of error, " IO error scanning directory D:\cvswork\project\ " Any body can help me out abt the above error. Sudhir

RE: Help me abt this error

2001-08-25 Thread Bill . J . Fellows
: sudhir.howale [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 25, 2001 8:56 AM To: ant-user Subject: Help me abt this error Hello friends, When I tried to run a build file (a xml file), I am getting following kind of error, IO error scanning directory D: Any body can help me out abt

Hi..new to the group..pls help me get started

2001-06-25 Thread Manjunath Reddy
Hi all, I got the latest version of ant and tried to build the samples provided for turbine..but i keep getting this strange exception of Exception in thread main java.lang.NoClassDefFoundError: Files\Cafe I currently have the jdk jars as well as the ant/lib/jars in my classpath and im running

Ant Experts help me !!!!!!

2001-05-03 Thread Balasubramanian S
Hi all Iam facing the problem .Iam having the directory structure like this Root dir - classes - sun - com *.class - jar - docs - src - sun - com *.java 1)I have placed all the jar files in the jar dir .

zip exception - Ant Experts help me

2001-04-30 Thread Balasubramanian S
hi Iam getting ZipException .Could anyone of u help me in rectifying the problem .I need help very urgently Exception Message - java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init

help me

2001-02-15 Thread Bala Subramanian
Title: I am using ant tool right now .I want to run junit program by using ant tool .I know it is possible to use the junit Am i correct , if not correct me .I need snippet code to run the junit code .Expecting reply from one of the guys around the world . Thx Bala

help me

2001-02-14 Thread Bala Subramanian
javadocs formy given class . 4) But i will give the class name during runtimeonly 5) for ex. ant doc -classname . 6) but my problem is i dont know how to get the class name inside the xml file and pass to javadoc tag which is written inside xml file 7) Please help me asap Thx Bala

RE: help me

2001-02-14 Thread Tim Vernum
4) But i will give the class name during runtime only 5) for ex. ant doc -classname . 6) but my problem is i dont know how to get the class name inside the xml file and pass to javadoc tag which is written inside xml file You use the -D option to ant. ant