| Author |
Use Ant 1.6.5 to build jar for weblogic 8.1
|
Wil Guo
Greenhorn
Joined: Jan 09, 2006
Posts: 11
|
|
I am trying to understand how to create EJB jar file for weblogic. The problem I have is that the created jar file doesn't have the ejb classes. Can anyone tell me if this is correct? <ejbjar srcdir="${extractsessionEJB.classes}" descriptordir="${ejb.source}\extractsession\META-INF" basejarname="CEEDSEAR_EJB_extractsession.jar" genericjarsuffix=""> <weblogic destdir="${ejbc_output_location}"> <classpath> <pathelement path="${build.classpath}"/> </classpath> </weblogic> <include name="**/*-ejb-jar.xml"/> </ejbjar> Thanks!
|
 |
 |
|
|
subject: Use Ant 1.6.5 to build jar for weblogic 8.1
|
|
|