Hi,
> 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.
So perhaps we should rename the project from "Apache Flex" to something else?
:-)
In good conscious I can't vote +1 on a release if it doesn't actually work.
The compc issue is nothing to do with the Flex SDK as far as I can see.
Can you compile this class?
package
{
public class Dummy
{
public function Dummy()
{
}
}
}
Here's I get:
./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.getSourceFileHandlerInstance(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)
Can you tell me why this isn't working at least?
Thanks,
Justin