RE: [flexcoders] Ant Task to Build Air Package

2009-09-29 Thread Jim Hayes
I have this : java jar=${ADT.JAR} fork=true failonerror=true arg value=-package/ arg value=-storetype/ arg value=${STORETYPE}/ arg value=-keystore/ arg value=${AIR_CERT_PATH}/ arg value=-keypass/ arg

Re: [flexcoders] Ant Task to Build Air Package

2009-09-29 Thread Ian Thomas
arg line=-storepass ${STOREPASS}/ works for me. Which does much the same thing. Are you sure your ${STOREPASS} property is correct/has valid data? Ian On Mon, Sep 28, 2009 at 8:18 PM, seanmcmonahan s...@seanmonahan.org wrote: I'm working on an Ant build script to build and package my Air