DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30518>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30518 Suport creation of client-view ejb-client.jar libraries Summary: Suport creation of client-view ejb-client.jar libraries Product: Ant Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] EJB 2.1 specification chapter 24.4 to 24.6 describe the creation of ejb-client.jar libraries containing all classes and interfaces needed by clients for accessing an EJB located in an EJB-jar library. Unfortunately there are EAR, WAR and EJB tasks, but there is not task for creation such a narrow, minimalistic "client-view" jar. It would be great if you could add two things to ANT: 1) A new task "EJBClient" for creating a library compliant to EJB 2.1 chapter 24.4. 2) An option telling the EJB task not to include that "client-view" classes by copy, but by reference, which would result in smaller EJB-jars containing a new MANIFEST.MF entry called "Class-Path" which references the library resulting from the task described in 1). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
