On Tue, 19 Jun 2001 20:53, Nick Fortescue wrote: > OK, attached to this mail is the new code. It is backwards compatible with > the old code in that anything that worked before should work exactly the > same now. However, you can also add nested fileset elements to specify > signing more than one jar with the same key.
excellent ! > > To turn on the extra signing checking set the boolean attribute "lazy" to > be true, it is false by default. okay. I am not sure I like the name of that attribute. Perhaps it should be something like force="true" by default to align with other tasks naming conventions - what do you think? (Or maybe there is a better name check-dependecy="true" or similar? > I think I got all the indentation correct, but it would be good if someone > who has their editor set up to the apache way could check my tabs, as I'm > one of those emacs users who gets horribly confused with changing tab-size, > and don't want to lose my normal work coding standard settings. :-) Generally its a no tabs but 4 spaces indent policy. Luckily my emacs setting format buffer on load ;) >Also, I > didn't add any extra log messages as I'm not really familiar with the > custom of how many log messages it is good to have. It might be I should > have some more. I am a less is more kinda person. We can leave it bare until someone requests more I guess ;) Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
