Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 70895 invoked from network); 25 Sep 2003 19:35:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 19:35:06 -0000 Received: (qmail 48344 invoked by uid 500); 25 Sep 2003 19:34:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 48124 invoked by uid 500); 25 Sep 2003 19:34:45 -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 48110 invoked from network); 25 Sep 2003 19:34:44 -0000 Received: from unknown (HELO 137100.vserver.de) (62.75.137.100) by daedalus.apache.org with SMTP; 25 Sep 2003 19:34:44 -0000 Received: from D2CFT80J (localhost.localdomain [127.0.0.1]) (authenticated) by 137100.vserver.de (8.11.6/8.11.6) with ESMTP id h8PJYld10327 for ; Thu, 25 Sep 2003 21:34:48 +0200 From: =?iso-8859-1?Q?Antoine_L=E9vy-Lambert?= To: "Ant Users List" Subject: AW: Manifest.mf Date: Thu, 25 Sep 2003 21:33:57 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Rob, please prepare patches for these tasks, no problem. I introduced the attribute cmpversion for the jboss deployment tool, this was requested in a bugzilla request, but I did not see there was a link with the weblogic implementation of ejbjar had a similar attribute. I have also nothing against ejbjar inheriting from jar, but if someone has subclassed ejbjar ... this is going to break backward compatibility. What we might want to do is then to create a new ejbjar implementation extending jar and with class name EjbJar2. If the interface for the build file writer is compatible with the current ejbjar, then we can throw the current ejbjar out of defaults.properties and link the task name to the class EjbJar2. Of course we would mark the class EjbJar as deprecated. If the build file interface of EjbJar2 is different, then the task will have to be given a new name in the build files (like ). Cheers, Antoine -----Urspr�ngliche Nachricht----- Von: Rob van Oostrum [mailto:lists@springwellfarms.ca] Gesendet: Donnerstag, 25. September 2003 21:23 An: Ant Users List Betreff: RE: Manifest.mf One a sort-of-related note ... is there any reason why the weblogic deployment tool uses its own newCMP/oldCMP attributes when a cmpversion attribute was added to some time ago (which is what the jboss deployment tool uses)? It looks like this area is due for some cleanup to get some consistency in place ... (and yes, that means I'll volunteer to do the work if that's what it'll take). cheers Rob > -----Original Message----- > From: Eddie Bernard [mailto:ebernard@digitalthink.com] > Sent: September 25, 2003 3:04 PM > To: 'Ant Users List' > Subject: RE: Manifest.mf > > > Any plans of adding to ? > > -----Original Message----- > From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] > Sent: Wednesday, September 24, 2003 4:40 PM > To: Ant Users List > Subject: Re: Manifest.mf > > > On Tue, 23 Sep 2003 08:59 pm, Matthew Oatham wrote: > > Hi > > > > When creating WAR / JAR files using ANT it places a Manifest.mf file in > > meta-inf with some comments pertaining to ANT. I would like to add some > > infomation about my build i.e. build date etc.. is there anyway I can do > > this with ANT. > > > > , and friends all support a nested element allowing > you > to add info to the generated manifest > > Check out the example at the bottom of the jar doco > http://ant.apache.org/manual/CoreTasks/jar.html > > Conor > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org