> tried using the "update" attribute in <jar>? Same attrib exists for zip, war, ear.
> -----Original Message----- > From: Eddie Bernard [mailto:[EMAIL PROTECTED]] > Sent: 5 March 2002 18:04 > To: 'Ant Users List' > Subject: RE: Stopping rebuild of Jar file? > > > I'm doing something similar with war and ear files. Have you > tried using the "update" attribute in <jar>? This works for me. > > -----Original Message----- > From: Gwyn Evans [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 9:55 AM > To: [EMAIL PROTECTED] > Subject: Stopping rebuild of Jar file? > > > I've got a set of targets that compile, then build a jar file. > > What I'd like to do would be to use the <propertyfile> task > and the <manifest> attribute of the <jar> task to add a > build-number to the Manifest.mf file, but my problem is that > when I do this, the jar is rebuilt every time, because, of > course, the Manifest's changed! > > Has anyone done anything similar and have any pointers as > to the best way to avoid this? > > It might be simplest to just forget about build numbers on > a per-jar basis and have one covering the whole project, but > I thought I'd ask for suggestions first! > > Gwyn > -- > mailto:[EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: > <mailto:ant-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:ant-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
