On Fri, 15 Jun 2007 12:04:09 -0700, Nelson Bolyard <[EMAIL PROTECTED]> wrote: > I wrote a long response to your posting, and then noticed something > that may be a much shorter solution, so I'll ask about it first, > and if that doesn't solve the problem, I'll send the longer tome. > > You wrote: > >> Now try to create a sign jar: >> - signtool -dA -kZ -p... -Zcommon.jar test.d > > Is that really the command you entered? > Each of the options that takes an argument should be separated from > its argument with a space, e.g. > -d A -k Z -Z common.jar ... > > Does that make a difference for you? >
Nelson, Thanks for checking. signtool seems to behave the same way whether the argument is space separated or not on the platforms that I'm using (NSS 3.9.2 on FreeBSD 5.3 in production, NSS 3.11 on Fedora Core 5 on my desktop). We had an earlier build where signtool on FreeBSD didn't parse the arguments correctly with the intervening space, so the supporting scripts still have this idiosyncrasy. Regards, Romain _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

