Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 62269 invoked from network); 20 Aug 2004 15:47:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Aug 2004 15:47:36 -0000 Received: (qmail 42141 invoked by uid 500); 20 Aug 2004 15:47:18 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 42010 invoked by uid 500); 20 Aug 2004 15:47:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 41988 invoked by uid 99); 20 Aug 2004 15:47:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [68.22.157.6] (HELO dave.cbc-companies.com) (68.22.157.6) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 20 Aug 2004 08:47:13 -0700 Received: from emailsurf (avenue.cbc-companies.com [172.16.91.45]) by dave.cbc-companies.com (8.12.10/8.12.6) with ESMTP id i7KFlAt8027209 for ; Fri, 20 Aug 2004 11:47:10 -0400 Received: from Unknown [172.16.91.59] by emailsurf - SurfControl E-mail Filter (4.7); Fri, 20 Aug 2004 11:49:42 -0400 Message-ID: From: "Mark Lybarger" To: "Ant Users List" Date: Fri, 20 Aug 2004 11:49:16 -0400 Subject: RE: generate manifest.mf file MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: content-class: urn:content-classes:message Thread-Topic: generate manifest.mf file Thread-Index: AcSGwTaFrd1WPwmVTOm7GjM5SsD5YQAARGjQAADoCyAAAE4uQAAAFRuAAAAsb/AAASwYMAAAFI0g X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The only quirk in getting the manifestclasspath task to work is that ejbjar= task doesn't support nested manifest entries, only a manifest attribute on= the task. my work around is to have a jar task immediately after the ejbj= ar task which updates only the manifest in the jar: =20 ${manifest.class.path} = =20 > -----Original Message----- > From: Mark Lybarger=20 > Sent: Friday, August 20, 2004 11:14 AM > To: Ant Users List > Subject: RE: generate manifest.mf file >=20 >=20 > http://jakarta.apache.org/hivemind/hivemind/ant/ManifestClassPath.html >=20 > this seems really similar perhaps. who knows.=20 >=20 > > -----Original Message----- > > From: Dominique Devienne [mailto:DDevienne@lgc.com] > > Sent: Friday, August 20, 2004 11:09 AM > > To: Ant Users List > > Subject: RE: generate manifest.mf file > >=20 > >=20 > > > From: Mark Lybarger [mailto:Mark.Lybarger@CBC-Companies.com] > > >=20 > > > ok, i found it in the main hivemind distro. again, thanks=20 > a bundle! > >=20 > > Really? This is my own task, not published anywhere that I=20 > > know of. The > > term buildmagic is a common one, and I doubt this task will be in > > HiveMind. > >=20 > > Either you compile it yourself, or you dig up the pure Ant solution. > > --DD > >=20 > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > >=20 > >=20 > >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org