Thanks guys (Juergen and Jan)
Better is to use the genkey task of ANT.
i didn't see it :-(
I prefer argument instead of argline, but then you have to set every single 
word.

Instead of              <arg value="-keystore ${keystore_name}" />
write
 <arg value="-keystore" />
 <arg value="${keystore_name}" />
yeah now it works.
peace

supareno

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to