[jboss-user] [Beginners Corner] - How modify MANIFEST.MF in ejb.jar
SKS
do-not-reply at jboss.com
Thu May 17 04:54:20 EDT 2007
Hello,
i create a bean with JBoss IDE that works correctly.
To make it works i have to make 2 changes:
the first one is after XDoclet is ran:
I have to include an import for the external library in the remote interface (generated by xDoclet)
the second one is after packaging:
I have to add in the MANIFEST.MF of the ejb.jar the Class-Path of the previous library jar (generated by Packging)
There is a way to add them in automatic?
Thanks in advance.
Andrea Consiglio
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046403#4046403
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046403
More information about the jboss-user
mailing list