blackberry / BB10-WebWorks-Community-Samples

WebWorks Samples for the BlackBerry 10 Platform contributed by the Community
Apache License 2.0
44 stars 91 forks source link

packaging command for java.test should not sign the build #9

Closed rodnolan closed 11 years ago

rodnolan commented 11 years ago

The java.test task (line 146 in buildTasks.xml) probably should not include the signing option.

This

   <arg line="${zip.name} -g ${sign.pw} -d -o ./${bin.java}${bin.beta}"/>

should probably be

   <arg line="${zip.name} -d -o ./${bin.java}${bin.beta}"/>
timwindsor commented 11 years ago

Yes, that was from before the "beta" target existed. I've made the change there and in the deployment command for the "test" build as well - so it doesn't use a password when installing to the simulator.