i am using ant build script for the air application .. getting following
error:

* [java] could not load keystore file (password may be incorrect)*
**
my setting for the ADT target as follows

<-------------------------->
<java jar="${SDK_HOME}/lib/adt.jar" dir="." fork="true" failonerror="true">
 <arg line="-certificate -cn sample 1024-RSA ${build}/data.p12 1111"/>
 </java>

<java jar="${SDK_HOME}/lib/adt.jar" dir="src" fork="true"
failonerror="true">
<arg line="-package -storetype pkcs12 -keystore ${build} data.p12 -storepass
1111 ${app.name}.air AntAir-app-modified.xml ."/>
</java>
<-------------------------->

Any idea on about this error

rty

Reply via email to