I have desktop application and i am using JWS to run my application. The files were signed by another developer and now i developed the later part of application and i am deploying it from my computer, but its giving me problem when i try to sign my jar files. It gives me an error
jarsigner: attempt to rename D:\Maximo52\Java Custom Applications\Planner\lib\log4j-1.2.9.jar to D:\Maximo52\Java Custom Applications\Planner\lib\log4j-1.2.9.jar.orig failed
BUILD FAILED: D:\Maximo52\Java Custom Applications\Planner\build-user.xml:99: exec returned: 1
I am using ANT and eclipse 3.0. The code for signing the file where its giving me problem is
<signjar alias="autosigner1" keystore="local.keystore" storepass="day" verbose="true">
The jar files have written permission, checked on the path, but can't figure out the problem.
Your help / guidance would be highly appreciated.
Thanks