Yeah. That seemed to work. The problem in Flash Builder was that -remove-circulars was not being used. Adding that argument fixed the release build.
Now comes the hard part of trying to make my app compile… ;-) On Jul 18, 2016, at 10:40 PM, Alex Harui <aha...@adobe.com> wrote: > Looks like another spaces-in-path problem. Can you try using folders > without spaces in the path? > > Thanks, > -Alex > > On 7/18/16, 12:38 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Here’s what I get from the DataBindingExample: >> Harbss-MacBook-Pro:DataBindingExample harbs$ ant >> Buildfile: /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/build.xml >> >> clean: >> [delete] Deleting directory /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/bin-debug >> >> build_example.compile: >> [echo] Compiling DataBindingExample.swf >> [echo] FLEX_HOME: /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly >> [mxmlc] Loading configuration: /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/frameworks/flex-config.xml >> [mxmlc] >> [mxmlc] 106341 bytes written to /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/bin-debug/DataBindin >> gExample.swf in 2.906 seconds >> [copy] Copying 1 file to /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/bin-debug >> [copy] Copying 3 files to /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/bin-debug/history >> [copy] Copying 2 files to /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/bin-debug >> [copy] Copying 1 file to /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/flexjs/DataBindingExample/bin-debug/fonts >> >> build_example.compilejs: >> [echo] Compiling DataBindingExample.js >> [echo] FLEX_HOME: /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly >> [echo] FALCONJX_HOME: >> /Users/harbs/Documents/ApacheFlex/flex-falcon/compiler-jx >> [echo] GOOG_HOME: /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/js/lib/google/closure-library >> [java] Error: Could not find or load main class Flex >> [java] Java Result: 1 >> >> BUILD FAILED >> /Users/harbs/Documents/Apache Flex >> Dist/FlexJSNightly/examples/build_example.xml:253: condition satisfied >> >> On Jul 18, 2016, at 10:14 PM, Alex Harui <aha...@adobe.com> wrote: >> >>> On 7/18/16, 12:12 PM, "Harbs" <harbs.li...@gmail.com> wrote: >>> >>>> The JS is totally blank with the exception of the comment about Falcon. >>> >>> Could you post your ant console output? There might be clues in there. >>> >>> Thanks, >>> -Alex >>> >> >