Author Login
Post Reply
I am facing the issue while creating ejb jar file. I tried with ejb jar ant
task, but it is only compiling and packaging the ejb related class files.
<ejbjar srcdir="${searchServiceIRAMS.build.dir}/classes"
descriptordir="${searchServiceIRAMS.src.dir}/META-INF"
destdir="${searchServiceIRAMS.dist.dir}">
<include name="**/ejb-jar.xml"/>
<include name="${searchServiceIRAMS.build.dir}/classes"/>
</ejbjar>
For instance, One application is having 5 java files and one ejb java file.
Ejbjar ant task is only packaging the ejb java file into jar file. How to
package other .class files into ejbjar file?
Attached build xml is the one we have created.
Please let me know if you need more information.
http://old.nabble.com/file/p27744828/searchServiceIRAMSbuild.xml
searchServiceIRAMSbuild.xml :-((
--
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)