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 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

Re: Fwd: Problem with exec Windows XP

2004-11-15 Thread Igor A. Deruga
Hello, Peter! As far as I remember, I used to stop Tomcat before building project and start it after the build. If it isn't currently running, the stop task would fail, but nothing bad would happen. So you just try to stop it and then - start it. I don't think that it's a good idea to look at

Ant+JUnit

2004-11-12 Thread Igor A. Deruga
I know that this question has been asked hundreds times, but I can't find a single document on it... Maybe you can redirect me? I'm using Eclipse+Ant. I've added these lines into build.xml: //--XML---