RE: QUERY:Exporting a digital signature generated from genkey

2004-11-16 Thread William Fitzgerald
November 2004 14:10 To: Ant Users List Subject: Re: QUERY:Exporting a digital signature generated from genkey Hi, Will! 1. As far as I know, "deprecated" means that the feature works fine in current version but it will be removed in future versions, so you better use an alternative. Ant

Re: QUERY:Exporting a digital signature generated from genkey

2004-11-16 Thread Igor A. Deruga
Hi, Will! 1. As far as I know, "deprecated" means that the feature works fine in current version but it will be removed in future versions, so you better use an alternative. Ant says that you should use the "executable" attribute instead of "command": This is written in Ant's Manual

RE: QUERY:Exporting a digital signature generated from genkey

2004-11-16 Thread William Fitzgerald
ts of direction are hugely welcomed, regards, Will. -Original Message- From: Igor A. Deruga [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 12:30 To: Ant Users List Subject: Re: QUERY:Exporting a digital signature generated from genkey Hello, Will! Unfortunately I don't know the

Re: QUERY:Exporting a digital signature generated from genkey

2004-11-16 Thread Igor A. Deruga
Hello, Will! Unfortunately I don't know the task to do the creation of certificate but if you can do it from the command line, then why can't you use the task? Sincerely Igor > (4)keytool -export -keystore susanstore -alias signFiles -file > SusanJones.cer > > I can do the first 3 ste

QUERY:Exporting a digital signature generated from genkey

2004-11-15 Thread William Fitzgerald
Hi all, I would like to be able to export my certificate(that is create one) so that others can use it to allow my jars access to system resources and to allow users to verify that the jar is in fact mine. on the command line,you would use the java commands for example: (1) jar cvf Count.jar Coun