Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 98147 invoked by uid 500); 11 May 2001 20:19:59 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 8955 invoked from network); 11 May 2001 16:52:38 -0000 Message-ID: <97DBDCBC57F24B488D7EEC7026A7960831ABFC@bayexch3> From: "Ventimiglia, David" To: "'ant-user@jakarta.apache.org'" Subject: RE: ejbjar task for JBOSS Date: Fri, 11 May 2001 10:51:16 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hey Keith, I suspect you can probably use the existing task to generate a "generic" (non-Weblogic) ejb jar file, and that should be sufficient for JBoss. If I recall, JBoss ejbs are essentially just JAR files with the home, remote, and impl classes, plus the deployment descriptor(s) and manifest file. I thought JBoss dynamically generated any container classes at (automatic) deployment, so that you don't have to run the JAR through an "weblogic.ejbc" like step. Does this sound right? Cheers, David -----Original Message----- From: Keith Kee [mailto:keith@netsco.com] Sent: Wednesday, May 09, 2001 4:30 PM To: ant-user@jakarta.apache.org Subject: ejbjar task for JBOSS Hi: Does anyone know if such task has been checked in the CVS repository? I searched through the mail archive, and there was a mention by somebody has written such a task. Thanks keith