RE: Making 20 ejb jars....

2002-11-12 Thread Ciramella, E.J.
[mailto:gnaray@;exchange.ml.com] Sent: Friday, November 08, 2002 5:08 PM To: 'Ant Users List' Subject: RE: Making 20 ejb jars This seems to be a classpath problem. Try setting the required classes/libraries in classpath of ejb-jar. ejb-jar will find the deployment descriptors as long u give th

RE: Making 20 ejb jars....

2002-11-08 Thread Narayanan, Gopalakrishnan
. [mailto:EJ.Ciramella@;workscape.com] Sent: Friday, November 08, 2002 4:59 PM To: Ant Users List Subject: RE: Making 20 ejb jars Ok let me get this straight, this task won't find the ejb-jar.xml files if they are in source/com/company/product/ejb/package/metainf, but if all the xml file

RE: Making 20 ejb jars....

2002-11-08 Thread Ciramella, E.J.
uper class check..." what did I miss? -Original Message- From: Narayanan, Gopalakrishnan [mailto:gnaray@;exchange.ml.com] Sent: Thursday, November 07, 2002 2:17 PM To: 'Ant Users List' Subject: RE: Making 20 ejb jars Try putting all the deployment-descriptors under

RE: Making 20 ejb jars....

2002-11-07 Thread Narayanan, Gopalakrishnan
Try putting all the deployment-descriptors under a root directory(ofcourse with the ejb-jar naming convention) and invoke ejb-jar. ejb-jar task is supposed to automatically discover classes(as long as you provide a source root )and build ejb-jars according to the descriptors found. By this way, u