Have you pulled down the dual branch from flex-falcon and built it? I would do wipe-all then "all". The dual capability is mostly compiler stuff.
The build did complete, so you should be able to use the Installer to try it. Thanks, -Alex On 3/6/17, 2:02 PM, "Harbs" <harbs.li...@gmail.com> wrote: >I’m done for the day. > >I’m getting the following error with dual: > >check-compiler: > [taskdef] Could not load definitions from resource flexTasks.tasks. It >could not be found. > >compile: > [echo] Compiling libs/Language.swc > [echo] FLEX_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs > [echo] FALCON_HOME: >/Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-falcon/compiler > [echo] FALCONJX_HOME: >/Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-falcon/compiler-jx > [java] Exception in thread "main" >java.lang.UnsupportedOperationException > [java] at >org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandler >Instance(ASBackend.java:72) > [java] at >org.apache.flex.compiler.clients.MXMLJSC.<init>(MXMLJSC.java:260) > [java] at >org.apache.flex.compiler.clients.COMPJSC.<init>(COMPJSC.java:167) > [java] at >org.apache.flex.compiler.clients.COMPJSC.staticMainNoExit(COMPJSC.java:155 >) > [java] at >org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:109) > [java] Java Result: 1 > >compile-js: > [delete] Deleting: >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/ >LanguageJS/LanguageJS.swc.properties > >clean: > >check-falcon-home: > [echo] FALCON_HOME is >/Users/harbs/Documents/ApacheFlex/flex-falcon/compiler >[available] DEPRECATED - <available> used to override an existing >property. >[available] Build file should not reuse the same property name for >different values. > >check-falconjx-home: > [echo] FALCONJX_HOME is >/Users/harbs/Documents/ApacheFlex/flex-falcon/compiler-jx >[available] DEPRECATED - <available> used to override an existing >property. >[available] Build file should not reuse the same property name for >different values. > >check-compiler: > [taskdef] Could not load definitions from resource flexTasks.tasks. It >could not be found. > >compile: > [echo] Cross-compiling LanguageJS.swc > [echo] FALCONJX_HOME: >/Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-falcon/compiler-jx > [mkdir] Created dir: >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/ >LanguageJS/target/generated-sources/flexjs > [java] Exception in thread "main" >java.lang.UnsupportedOperationException > [java] at >org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandler >Instance(ASBackend.java:72) > [java] at >org.apache.flex.compiler.clients.MXMLJSC.<init>(MXMLJSC.java:260) > [java] at >org.apache.flex.compiler.clients.COMPJSC.<init>(COMPJSC.java:167) > [java] at >org.apache.flex.compiler.clients.COMPJSC.staticMainNoExit(COMPJSC.java:155 >) > [java] at >org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:109) > [java] Java Result: 1 > >BUILD FAILED >/Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:502: The following >error occurred while executing this line: >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/build.xml:82: The >following error occurred while executing this line: >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/build.xml:249: The >following error occurred while executing this line: >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/projects/Language/b >uild.xml:36: The following error occurred while executing this line: >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/ >LanguageJS/build.xml:68: Warning: Could not find file >/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/ >LanguageJS/target/LanguageJS.swc to copy. > >> On Mar 6, 2017, at 9:31 PM, Alex Harui <aha...@adobe.com> wrote: >> >> I think you can try dual now. It is only failing on checkintests and I >> just pushed the fix for that. >