On Fri, Aug 31, 2012 at 2:05 AM, Om <bigosma...@gmail.com> wrote: > On Fri, Aug 31, 2012 at 2:02 AM, Omar Gonzalez <omarg.develo...@gmail.com > >wrote: > > > > > > > Yes, this is the default. In the build.properties file, can you try > > > changing the FLEX_HOME_MAC property to point to the apache flex sdk 4.8 > > > path? > > > > > > Om > > > > > > > Is the app meant to be compiled with 4.8 and not 4.6? > > > > -omar > > > > I started developing this app with 4.6, but switched to 4.8 when it was > released (dog food). I am not so sure if it works with 4.6 anymore. Can > you test with 4.8 and see if the errors go away? > > Om >
I download 4.8 and pointed FLEX_HOME_MAC to it and I get this error below, I also tried using FLEX_HOME. quintessa:apache-flex-sdk-installer-1.0.0-incubating-src grimlock$ ant build Buildfile: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/build.xml [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found. clean: [delete] Deleting directory /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/build [delete] Deleting directory /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/libs [delete] Deleting directory /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/release createDirs: [echo] [echo] ************************************************************************************ [echo] Execute the update-version target once, and only once, when you modifiy this app. [echo] This will increment the version number to allow the app to be updated by the AIR installer. [echo] ************************************************************************************ [echo] [mkdir] Created dir: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/build [mkdir] Created dir: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/release update-version-in-xml-files: [echo] version in InstallApacheFlex-app.xml will be 1.0.0 init: check-as3commons.swc: get-as3commons.swc: [mkdir] Created dir: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/libs [get] Getting: http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc [get] To: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/libs/as3commons-zip-1.0.0-alpha.1.swc [get] .......... [get] Getting: http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc.md5 [get] To: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/libs/as3commons-zip-1.0.0-alpha.1.swc.md5 [get] . [delete] Deleting: /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/libs/as3commons-zip-1.0.0-alpha.1.swc.md5 compile: BUILD FAILED /Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.0-incubating-src/build.xml:215: Problem: failed to create task or type mxmlc Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any <presetdef>/<macrodef> declarations have taken place. -omar