Re: [ASJS] Update

2013-01-27 Thread Om
On Sun, Jan 27, 2013 at 8:17 AM, Alex Harui wrote: > Did you end up with a set of scripts as described in [1]? > > https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status > > You will need to have the frameworks/js folder available to the html file, > as well as the goog and third_party fo

Re: [ASJS] Update

2013-01-27 Thread Alex Harui
Did you end up with a set of scripts as described in [1]? https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status You will need to have the frameworks/js folder available to the html file, as well as the goog and third_party folders from the google libraries. The compiler does not generate

Re: [ASJS] Update

2013-01-27 Thread Om
On Sat, Jan 26, 2013 at 11:51 PM, Alex Harui wrote: > > > > On 1/26/13 11:22 PM, "Om" wrote: > > > !ClosureProblem! > > > > !ClosureProblem! > > > > !ClosureProblem! > > > > !ClosureProblem! > > > > !ClosureProblem! > > > > == > > > > I do see

Re: [ASJS] Update

2013-01-26 Thread Alex Harui
On 1/26/13 11:22 PM, "Om" wrote: > !ClosureProblem! > > !ClosureProblem! > > !ClosureProblem! > > !ClosureProblem! > > !ClosureProblem! > > == > > I do see the following .js files in the directory though: > > MyController.js > MyInitia

Re: [ASJS] Update

2013-01-26 Thread Om
On Sat, Jan 26, 2013 at 11:10 PM, Alex Harui wrote: > Try an absolute path to the FlexJSTest.mxml file. There might be a bug > when > trying to find the parent folder to output all of the other .js files. > > This is what I get now: == C:\p\f

Re: [ASJS] Update

2013-01-26 Thread Alex Harui
Try an absolute path to the FlexJSTest.mxml file. There might be a bug when trying to find the parent folder to output all of the other .js files. On 1/26/13 10:53 PM, "Om" wrote: > On Fri, Jan 11, 2013 at 1:48 PM, Alex Harui wrote: > >> Hi, >> >> I¹ve checked in enough code to be able to c

Re: [ASJS] Update

2013-01-26 Thread Om
On Fri, Jan 11, 2013 at 1:48 PM, Alex Harui wrote: > Hi, > > I’ve checked in enough code to be able to compile an MXML-based project > into a working HTML/JS project. This means my prototype is now a true > prototype instead of just demo-ware. > > More information on the wiki: > https://cwiki.ap

Re: [ASJS] Update

2013-01-11 Thread Alex Harui
On 1/11/13 2:39 PM, "Michael Schmalle" wrote: > Interesting, I will have to look at your MXML stuff and port it over > to FalconJx, I have a feeling it won't be that hard. :) Most of the MXML handling is in JSMXMLClassDirectiveProcessor.java > > Within the next 2 weeks we (Erik and I) will ha

Re: [ASJS] Update

2013-01-11 Thread Michael Schmalle
Interesting, I will have to look at your MXML stuff and port it over to FalconJx, I have a feeling it won't be that hard. :) Within the next 2 weeks we (Erik and I) will have FalconJx producing your prototype code. I think you would be surprised how igh octane FalconJx is right now and what

Re: [ASJS] Update

2013-01-11 Thread Nicholas Kwiatkowski
Wow. Just wow. :) -Nick On Fri, Jan 11, 2013 at 4:54 PM, imagene...@gmail.com wrote: > A possibly monumental task in the history of computing > > > On Fri, Jan 11, 2013 at 4:48 PM, Alex Harui wrote: > > > Hi, > > > > I’ve checked in enough code to be able to compile an MXML-based project > > i

Re: [ASJS] Update

2013-01-11 Thread imagene...@gmail.com
A possibly monumental task in the history of computing On Fri, Jan 11, 2013 at 4:48 PM, Alex Harui wrote: > Hi, > > I’ve checked in enough code to be able to compile an MXML-based project > into a working HTML/JS project. This means my prototype is now a true > prototype instead of just demo-w

[ASJS] Update

2013-01-11 Thread Alex Harui
Hi, I’ve checked in enough code to be able to compile an MXML-based project into a working HTML/JS project. This means my prototype is now a true prototype instead of just demo-ware. More information on the wiki: https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status I’m going to div