aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Use Ant 1.6.5 to build jar for weblogic 8.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Use Ant 1.6.5 to build jar for weblogic 8.1" Watch "Use Ant 1.6.5 to build jar for weblogic 8.1" New topic
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!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Use Ant 1.6.5 to build jar for weblogic 8.1
 
Similar Threads
ANT - ejbjar - need to add support files
Unable to load dependency analyzer
compiling and deploying EJB with ant
Ant 1.5.2 and ejbjar task
Ant and ejbjar Task