Finally .. I could compile a js file  Yihaa  ;-).

There were 2 things todo:

1) I had to remove the absolute path in the MANIFEST.MF to the falcon
compiler.jar through a relative one.

2) The command  ./bin/mxmlc MainCode.as returns a

java.lang.NullPointerException
        at java.io.File.<init>(File.java:222)
        at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:483)
        at 
org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:217)
        at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:177)
        at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:153)

But with following command everything works fine.
../bin/mxmlc MainCode.as -output MainCode.js

On Fri, Nov 23, 2012 at 10:42 PM, Alex Harui <aha...@adobe.com> wrote:
> that will dump out the jar and see if that class is in there or not.

Reply via email to