In our build process we sign jars with netscape's signtool, but I would like to switch that to use javasign and ant's <SignJar> task.
Is that pretty much an even switch or do I need to be concerned about certain thing? Does anyone know of a comparison document between the two? Using <SignJar> is the keystore attribute the same as the '-d "certificate directory"' argument in signtool? if not, how do you specify a "certificate directory" As of now, I am calling signtool using an <exec> task. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>