Please Justin, the only goal for this package is to be upstream of FlexJS. To me, it does not matter how it works against the Flex SDK. Let's get these packages out so we can attract more folks so a few might actually contribute and help fix these issues.
If you can build the packages and use FalconJX to build the examples in FlexJS, I would call that good enough for this initial release. -Alex On 4/17/14 11:44 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> I'm not sure what error you are referring to. Didn't the 'can't find >>jar >> file' go away after you ran ant all? > >Copied from previous email: > >May be another -1 sorry, dummy.as is a very simple class with a single >trace in the constructor, dummy.mxml is a very simple s:Appliaction with >a a:Label in it. > >./compc -include-sources dummy.as -o dummy.swc >Using Falcon codebase: ./../../compiler >Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/ >Exception in thread "main" java.lang.UnsupportedOperationException > at >org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandler >Instance(ASBackend.java:70) > at org.apache.flex.compiler.clients.MXMLJSC.<init>(MXMLJSC.java:211) > at org.apache.flex.compiler.clients.COMPJSC.<init>(COMPJSC.java:128) > at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:116) > >./mxmlc dummy.mxml >Using Falcon codebase: ./../../compiler >Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/ >CSS codegen problem. Reason: 'Unable to find compilation unit for >Embed(source="Assets.swf",symbol="mx.skins.cursor.BusyCursor")' > >Justin