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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
