There are two things we'd really like in the signjar task here 1) Being able to specify jars to sign in a fileset. 2) Checking the jars (maybe using jarsigner -verify) to see if the need signing before signing them.
The reason for signing a bunch of jars at once is for a release script under JavaWebStart. The reason for the verify is signing can be very slow, and we'd rather not have it done if not necessary. If no-one else has done this I'll write it myself, but if it's been done already I'd rather not duplicate the the work. While I'm at it, various messages in the archive mention an scp task. Is there one available. exec doesn't work because of the lack of a controlling shell. Or am I missing something? Nick Fortescue
