RE: ejbjar in Ant 1.3

2001-02-15 Thread Jeff Davies
You timing is impeccable Conor. Next week I will be migrating our beans from WLS 5.1 to 6.0. I elaready have Ant scripts written, so I should be able to give the ejbjar task a good test! Thanks for getting to ready for WLS 6. - Jeff -Original Message- From: Conor MacNeill [mailto:[EMAIL

Deleting directories

2001-02-13 Thread Jeff Davies
'm doing wrong? It seems to me that I once read a way to do thin in the Ant docs, but I haven't found that information yet. Any help would be much appreciated! - Jeff Davies -Original Message- From: Kevin Mukhar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:38 AM To:

RE: project name

2001-02-13 Thread Jeff Davies
Yes you can. There is a built in property called ant.project.name that contains the info you need. Refer to it as ${ant.project.name}. - Jeff -Original Message- From: Frank Chang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:37 AM To: [EMAIL PROTECTED] Subject: project

RE: Deleting directories

2001-02-13 Thread Jeff Davies
That worked better! It deleted all of the files in all of the CVS directories throughout the project. However, it left the empty CVS directories in place. Is it possible to delete the CVS directories also? BTW - Thanks for the great response on this question! I do learn alot from this list. -

RE: Deleting directories

2001-02-13 Thread Jeff Davies
I know its a dangerous issue. However, what was happening for me was that when I imported my project, I had a subdirectory named "core" that CVS was not importing. I deleted my orginal directory and did a checkout of the newly created project (without my "core" project directory, of course). SO I

RE: Can someone tell me what is so great about Ant?

2001-02-06 Thread Jeff Davies
I think you have a fair understanding of Ant. Personally, I love it. I used to write make files 15 years ago. I didn't hate make files at the time, but now I do. Unnecessarily cryptic in my opinion. In the end of the day, this is a Coke or Pepsi issue. Take the taste test and make your own call.

RE: launch an application stored in a jar

2001-01-23 Thread Jeff Davies
y knowledge, passing in the classname attribute to the Java task won't help you if you are using the -jar option. Good luck, - Jeff Davies Silicon Valley (aka Ferrari land, aka I can't afford to live here), USA -Original Message- From: Alain RAVET [mailto:[EMAIL PROTECTED]] Sent:

RE: Problem with Ant, Win2k, JDK 1.3, tools.jar

2001-01-23 Thread Jeff Davies
You have to have tools.jar added to your CLASSPATH. That should do the trick. - Jeff -Original Message- From: Danny Ayers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 5:15 AM To: [EMAIL PROTECTED] Subject: Problem with Ant, Win2k, JDK 1.3, tools.jar Hi, Apologies if this

RE: Instability in Ant

2001-01-18 Thread Jeff Davies
One possibly interesting thing. This problem only occurs for me when I run the Weblogic EJBC. I'm using Weblogic 5.1, service pack 8. Here is the sample output from Ant when my "master" build script fails: header: [echo] *** [echo] *

RE: instability in ant

2001-01-17 Thread Jeff Davies
I am also seeing the same behavior on my Win 2K platform. My project consists of 6 modules, each with its own build.xml script. I then created a master build.xml script that would call the other scripts one by one. When I run the master script, it compiles the first project just fine, then dies

RE: echo $Classpath

2001-01-09 Thread Jeff Davies
]' Subject: RE: echo $Classpath At 03:42 9/1/01 -0800, Jeff Davies wrote: There is no way to do this currently. Ant does not have access to any environment variables. There is a fair bit of talk about this feature/limitation, so stay tuned to this mailing list. I'd like to be able to read environment

RE: ant and jdk1.3

2000-12-21 Thread Jeff Davies
I'm using JDK 1.3 on a Win 2K machine with no problem at all. One thing I noticed while researching your problem was that I have 29 different instances of java.exe on my machine! It seems like everything contains its own VM these days. Can you post the target snippet of you build.xml file? -

RE: ejbjar does not include non-bean files

2000-12-21 Thread Jeff Davies
Thanks for the thoughtful reply! I think that you and I are taking different approaches to the EJB issue. Wher I am consulting now, we have a large project that is split into 6 major components. Each component is a collection of 5+ EJBs and their supporting files. Each component gets compiled