Re: InstallApacheFlex Mac .dmg build

2012-07-13 Thread Justin Mclean
Hi, Assuming default install of Flash Builder on a mac this will work: #Flex Locations //FLEX_HOME=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.6.0 FLEX_HOME=/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/ FLEX_TASKS=${FLEX_HOME}/ant/lib/flexTasks.jar #AIR Locations //env.AIR_H

Re: InstallApacheFlex Mac .dmg build

2012-07-13 Thread Carol Frampton
Dave, I have an environment variable set for AIR_HOME. This will use that as will the Flex build. As for the flex sdk you want to build with I build this app with ant -DFLEX_HOME=/path/to/my/flex/sdk so I don't have to muck with build.properties. Carol On 7/13/12 4 :51PM, "Dave Fisher" wrot

Re: InstallApacheFlex Mac .dmg build

2012-07-13 Thread Alex Harui
I have one. I will add it shortly. On 7/13/12 1:51 PM, "Dave Fisher" wrote: > $ ant > Buildfile: build.xml > > BUILD FAILED > /Users/dave/Documents/flex/utilities/InstallApacheFlex/build.xml:36: > /Users/dave/Documents/flex/utilities/InstallApacheFlex/C:/Program Files > (x86)/Adobe/Adobe Flas

Re: InstallApacheFlex Mac .dmg build

2012-07-13 Thread Dave Fisher
$ ant Buildfile: build.xml BUILD FAILED /Users/dave/Documents/flex/utilities/InstallApacheFlex/build.xml:36: /Users/dave/Documents/flex/utilities/InstallApacheFlex/C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.6.0 not found. Total time: 0 seconds I tried, but now I need to futz w

InstallApacheFlex Mac .dmg build

2012-07-13 Thread Om
Carol/Justin/anyone else with a Mac, Can you please create a .dmg version of the app and attach it to the JIRA ticket here: FLEX-33106 ? Steps: 1. Check out the project from here: https://svn.apache.org/repos/asf/incubator/flex/utilities/Instal