How to avoid naming conventions in ejbjar task

2002-10-15 Thread Chekutty, Kiran
Hi Rescuers Can I use just ejb-jar.xml weblogic-ejb-jar.xml rather than having a ejb-name in front of both the deployment descriptors. This is because I am building a ant script for a big project thats developed long before. I need to rename all the deployment descriptors.And I want to avoid

Help ... ITs urgent

2002-10-16 Thread Chekutty, Kiran
-Original Message- From: Eddie Bernard [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 17:22 To: Chekutty, Kiran Subject: RE: Help please.. ant 1.5b with weblogic 5.1 What do you have your classpath defined as? In other words, is d:\dev\projects\skyobma\source\service\admin\entity\control

Is there a short cut....

2002-10-17 Thread Chekutty, Kiran
Hi all, I basically have 20-30 EJB's in different folders. Is there an shortcut to deploy them all at a time or do I have to write ejbjar task for each of the directory. Doing so makes my build.xml file very very big. target... ejbjar1 weblogic/weblogic /ejbjar1 ejbjar2