DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5802>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5802 adding a manifest using <ejbjar> Summary: adding a manifest using <ejbjar> Product: Ant Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Blocker Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I want to add a Class-Path: entry to the manifest for my EJB. I have figured out a way to do this manually with a set of ejbjar (noEJBC="true") and apply ("jar ufm ..." and "java weblogic.ejbc ...") tasks, However, I'd like to simply supply the manifest to the ejbjar task and have it insert it. The following results in an empty META-INF/MANIFEST.MF. Can manifest entries be specified in the ejbjar task? <ejbjar descriptordir="${packagesrc}" srcdir="${classes}" naming="directory" manifest="dd/myManifest.mf" flatdestdir="true"> <weblogic destdir="${rawejb}" wlclasspath="${WL_HOME}/lib/weblogic.jar" newCMP="true" noEJBC="false"/> <include name="**/dd/*/ejb-jar.xml"/> <support dir="${classes}" includesfile="dd/includesfile.txt"/> </ejbjar> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
