Sure.. just commited. Cyrill
On Sat, Nov 24, 2012 at 12:05 AM, Alex Harui <aha...@adobe.com> wrote: > Please checkin your changes to build.xml, the manifest, and make a note in > the README. > > Thanks, > -Alex > > > On 11/23/12 11:27 PM, "Cyrill Zadra" <cyrill.za...@gmail.com> wrote: > >> 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. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui >