Daniel,
Thanks for the reply. Just for clarification though, the EJBJAR tasks and
associated subtasks are for Weblogic only, correct? Therefore, to jar up
something for JBoss, using this class and directory structure:
com/mycompany/package/HomeClass.class
com/mycompany/package/RemoteClass.class
com/mycompany/package/BeanClass.class
META-INF/ejb-jar.xml
META-INF/jboss.xml
META-INF/Manifest.mf
would the EJBJAR task be used? Reading the documentation still leaves this
question unclear to me.
Thanks,
John
-----Original Message-----
From: Daniel Hoppe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 11:38 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Creating an EJB jar file
Hi John,
check out the optional tasks, there is a great EJBJAR task which produces
vanilla ejb jars. There are nested elements for WebLogic 5.1, WebLogic 6.0
and TopLink.
Cheers,
Daniel
-----Ursprüngliche Nachricht-----
Von: DUBCHAK, JOHN [Non-Pharmacia/1000]
[mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 20. März 2001 17:42
An: 'ant'
Betreff: Creating an EJB jar file
Hi,
Forgive me for a new comer-like question, but I was having difficulty doing
this and thought there might be many on the list who have done this
before...
I have a "jar" task in my build.xml file that jar's up all of the .class
files associated with an EJB. I want to also add the deployment descriptor
and container specific xml file from the META-INF directory of the project.
Is there a way to this as part of the original jar task?
The only solution I found was to create a zipfileset that zips/jars the EJB
.class files and then adds the deployment descriptors. Is this the correct
approach, or are others doing it differently?
Thanks in advance,
John