Re: InstallApacheFlex compile errors

2012-07-30 Thread Om
Your fix dint work, but this worked for me (in Project > Properties > Flex Compiler > Additional compile arguments) : -define=INSTALLER::buildNumber,0 -define=INSTALLER::releaseVersion,'0.7.0' Thanks, Om On Mon, Jul 30, 2012 at 1:01 PM, Carol Frampton wrote: > I just checked. I meant the Addit

Re: InstallApacheFlex compile errors

2012-07-30 Thread Carol Frampton
I just checked. I meant the Additional Compiler arguments section of the Flex on the Flex Compiler page under Properties. Carol On 7/30/12 3 :57PM, "Carol Frampton" wrote: >I'd guess you add -DINSTALLER::buildNumber=0 and >-DINSTALLER::releaseVersion=0.7.0 to the command line options. > >Carol

Re: InstallApacheFlex compile errors

2012-07-30 Thread Carol Frampton
I'd guess you add -DINSTALLER::buildNumber=0 and -DINSTALLER::releaseVersion=0.7.0 to the command line options. Carol On 7/30/12 3 :46PM, "Carol Frampton" wrote: >It looks related to this which I added to the compile target to pass the >app version to InstallApacheFlex.xml. > > >val

Re: InstallApacheFlex compile errors

2012-07-30 Thread Om
Did you try it in the IDE? FlashBuilder is complaining about the missing variable: INSTALLER. Is that something I should inject via a compiler option? On Mon, Jul 30, 2012 at 12:46 PM, Carol Frampton wrote: > It looks related to this which I added to the compile target to pass the > app version

Re: InstallApacheFlex compile errors

2012-07-30 Thread Carol Frampton
It looks related to this which I added to the compile target to pass the app version to InstallApacheFlex.xml. I just rebuilt and it is building fine on my mac. Carol On 7/30/12 3 :36PM, "Om" wrote: >Carol, > >After updating the InstallApacheFlex project from SVN, I am getting

InstallApacheFlex compile errors

2012-07-30 Thread Om
Carol, After updating the InstallApacheFlex project from SVN, I am getting these errors: 1120: Access of undefined property INSTALLER. InstallApacheFlex.mxml /InstallApacheFlex/src line 78 Flex Problem 1120: Access of undefined property INSTALLER. InstallApacheFlex.mxml /InstallApach