Re: where download the flexjs lastbuild?

2015-07-31 Thread Alex Harui
Did you use js/bin/jsc instead of js/bin/mxmlc to compile it? On 7/31/15, 11:16 PM, "lizhi" wrote: >thanks.it is work with js.swc? >https://github.com/doublefx/FlexJS-Externs-Tests/blob/master/src/Main.as >i run this,and get error,window undefind > > > >-- >View this message in context: >http://

Re: where download the flexjs lastbuild?

2015-07-31 Thread lizhi
thanks.it is work with js.swc? https://github.com/doublefx/FlexJS-Externs-Tests/blob/master/src/Main.as i run this,and get error,window undefind -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48724.html Sent from

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Alex Harui
OK. If you can help out on these that would be great, otherwise I will try to get to it. -Alex On 7/31/15, 5:14 PM, "Josh Tynjala" wrote: >I am able to download the latest nightly successfully using the Apache >Flex >Installer 3.2. > >I ran into some issues with the SDK, though: > >1) jsc and

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Carlos Rovira
Hi Alex, I will use IntelliJ on Mac Thanks El sábado, 1 de agosto de 2015, Josh Tynjala escribió: > I am able to download the latest nightly successfully using the Apache Flex > Installer 3.2. > > I ran into some issues with the SDK, though: > > 1) jsc and jsc.bat in js/bin don't yet set -js-o

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Josh Tynjala
I am able to download the latest nightly successfully using the Apache Flex Installer 3.2. I ran into some issues with the SDK, though: 1) jsc and jsc.bat in js/bin don't yet set -js-output-type=jsc. 2) Should js/bin also have a compcjsc and compcjsc.bat files that invoke js/lib/compc.jar, but s

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread Alex Harui
On 7/31/15, 4:19 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Fri, Jul 31, 2015 at 4:14 PM, Justin Mclean >wrote: > >> Hi, >> >> > Well, given this is Apache, I would first start by double-checking the >> > licensing and provenance of GCL. >> >> It Apache licensed [1] but

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread OmPrakash Muppirala
On Fri, Jul 31, 2015 at 4:14 PM, Justin Mclean wrote: > Hi, > > > Well, given this is Apache, I would first start by double-checking the > > licensing and provenance of GCL. > > It Apache licensed [1] but is missing a NOTICE file. All external > contributors must sign a ICLA [2][3] so there less

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread Justin Mclean
Hi, > Well, given this is Apache, I would first start by double-checking the > licensing and provenance of GCL. It Apache licensed [1] but is missing a NOTICE file. All external contributors must sign a ICLA [2][3] so there less issues that your average github project there. There are some 3rd

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread Alex Harui
On 7/31/15, 1:59 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >>>That does not solve the problem of the FlexJS installation failing. The >> >GCL download step can still fail, which seems to be happening a lot. >> >> Yeah, I’m tempted to file a GitHub issue in that project as

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Alex Harui
Are you going to use an IDE or just text editor and command line? I think the FB page is still ok. If just text editor, we don’t have much written on that workflow. I think you just use the installer, then run bin/mxmlc to create SWFs and js/bin/mxmlc to cross-compile. -Alex On 7/31/15, 2:01 P

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Carlos Rovira
Hi, This days I would like to try to setup FlexJS in a clean environment. Could you point me to the latest wiki page to follow the process like a newbie? I'm on a MacBook Pro so my test will not be related to windows. Is the wiki page I request updated? Thanks El viernes, 31 de julio de 2015, Al

Re: JQueryUI swc

2015-07-31 Thread Alex Harui
On 7/31/15, 1:51 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >> >> >> >> 6) See if we can get DataBindingTest working with JQuery and CreateJS >> >>and >> >> remove their FlexJSTest examples. >> >> >> > >> >I realized a few days ago that the JQuery externs we are using conta

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread OmPrakash Muppirala
On Fri, Jul 31, 2015 at 1:48 PM, Alex Harui wrote: > > > On 7/31/15, 12:03 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >On Thu, Jul 30, 2015 at 6:09 AM, Alex Harui wrote: > > > >> If someone wants to make these changes, I won’t object, but IMO, Google > >> Closure Libr

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread Carlos Rovira
This is one of the things we could do to ease development with FlexJs. As Om said, there is no real adventage on use latest GCL, but it would cause lots of users failure downloading and testing. So we this things are easy to fix and was in the set I was referring to. We should take into account th

JQueryUI swc

2015-07-31 Thread OmPrakash Muppirala
> > > >> 6) See if we can get DataBindingTest working with JQuery and CreateJS > >>and > >> remove their FlexJSTest examples. > >> > > > >I realized a few days ago that the JQuery externs we are using contains > >only JQuery - core and not JQueryUI, which contains all the cool UI > >widgets. Any c

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread Alex Harui
On 7/31/15, 12:03 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Thu, Jul 30, 2015 at 6:09 AM, Alex Harui wrote: > >> If someone wants to make these changes, I won’t object, but IMO, Google >> Closure Library changes often, usually for the better. Bundling will >>tie >> a

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Alex Harui
On 7/31/15, 1:15 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Fri, Jul 31, 2015 at 8:24 AM, Alex Harui wrote: > >> >> 1) Tune FlexJSStore, ChartExample, DataGridExample, Mobile Trader - This >> will help make sure the JS version will look like the AS version. We’ve >> m

Re: [FlexJS] Installation error

2015-07-31 Thread OmPrakash Muppirala
I tried after your fix. It installed fine. Thanks much! Om On Fri, Jul 31, 2015 at 12:57 PM, Alex Harui wrote: > > > On 7/31/15, 11:58 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >I just tried the nightly and it failed on the Google closure library step. > >Did they

Re: [LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread OmPrakash Muppirala
On Fri, Jul 31, 2015 at 8:24 AM, Alex Harui wrote: > Hi, > > I have DataBindingTest working as well as it ever has (not pixel-perfect > yet, but getting closer), and I also tried Carlos’ suggestion and > installed the latest nightly build on Windows and was able to use Notepad > and the Command P

Re: [FlexJS] Installation error

2015-07-31 Thread Alex Harui
On 7/31/15, 11:58 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I just tried the nightly and it failed on the Google closure library step. >Did they change the files again? Yes. They’ve changed it way more often than usual of the last day or so. I don’t know why they don’t

Re: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-31 Thread OmPrakash Muppirala
On Thu, Jul 30, 2015 at 6:09 AM, Alex Harui wrote: > If someone wants to make these changes, I won’t object, but IMO, Google > Closure Library changes often, usually for the better. Bundling will tie > a FlexJS release to a particular version of GCL and that may not always be > desirable at this

[FlexJS] Installation error

2015-07-31 Thread OmPrakash Muppirala
I just tried the nightly and it failed on the Google closure library step. Did they change the files again? Thanks, Om On Thu, Jul 30, 2015 at 4:45 PM, Alex Harui wrote: > OK, Installing FlexJS Nightly seems to be working again. > > -Alex > > On 7/30/15, 1:51 PM, "Alex Harui" wrote: > > >Well,

Re: [FlexJS] Setup Error

2015-07-31 Thread Peter Ginneberge
On 31/07/2015 18:21, Alex Harui wrote: Looks like it is [1]. If you already have Creative Cloud subscriptions, I’ve heard you can get it through that as well, but I could be wrong about that. -Alex [1] http://www.adobe.com/products/flash-builder-family.html I have FB 4.7 as part of Creat

Re: AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-07-31 Thread mscharp
No worries Chris, this is going to be an awesome improvement when it's all done. Im just glad I can help get it tested. I haven't had a chance to re test it yet, but I should have some time early next week. Thanks! -- View this message in context: http://apache-flex-development.247.n4.na

Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui
On 7/31/15, 8:19 AM, "Paul Hastings" wrote: >On 7/31/2015 8:54 PM, Alex Harui wrote: >> Interesting. Supposedly, only FB 4.7 correctly handles Apache Flex’s >>HTML >> wrappers. > >perhaps we're not doing as much w/the wrappers? about 1/3 of the time >we're >re-doing them as cf pages. but nobo

Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui
On 7/31/15, 8:25 AM, "Deepak MS" wrote: >Hi Alex, >Yeah, I had tried both the ways infact(creating project in workspace and >copying sample there ). > >I need to check with the stakeholders on procuring 4.7 I reckon, which may >take time. Looks like 4.7 is available [1] but I haven’t tried it.

Re: [FlexJS] Setup Error

2015-07-31 Thread Deepak MS
Hi Alex, Yeah, I had tried both the ways infact(creating project in workspace and copying sample there ). I need to check with the stakeholders on procuring 4.7 I reckon, which may take time. Well, I am not sure what % of people are on 4.6. If majority of them are still on 4.6 and cant procure 4.

[LAST CALL] Release FlexJS/FalconJX 0.0.3 (or maybe 0.3)

2015-07-31 Thread Alex Harui
Hi, I have DataBindingTest working as well as it ever has (not pixel-perfect yet, but getting closer), and I also tried Carlos’ suggestion and installed the latest nightly build on Windows and was able to use Notepad and the Command Prompt to cross-compile DataBindingTest without any further setup

Re: [FlexJS] Setup Error

2015-07-31 Thread Paul Hastings
On 7/31/2015 8:54 PM, Alex Harui wrote: Interesting. Supposedly, only FB 4.7 correctly handles Apache Flex’s HTML wrappers. perhaps we're not doing as much w/the wrappers? about 1/3 of the time we're re-doing them as cf pages. but nobody's noticed anything untoward. For FlexJS, we are rely

Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui
On 7/31/15, 6:27 AM, "Paul Hastings" wrote: >On 7/31/2015 7:51 PM, Alex Harui wrote: >> this stuff may not work in FB 4.6, we are only testing with FB 4.7 as >>that >> is the only version Adobe says will support Apache Flex SDKs. > >as a clarification, we've been using FB 4.6 w/apache SDKs sinc

Re: [FlexJS] Setup Error

2015-07-31 Thread Paul Hastings
On 7/31/2015 7:51 PM, Alex Harui wrote: this stuff may not work in FB 4.6, we are only testing with FB 4.7 as that is the only version Adobe says will support Apache Flex SDKs. as a clarification, we've been using FB 4.6 w/apache SDKs since forever.

Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui
Hi, Well, the instructions say to set up a new project first, then copy the example code to overwrite what the new project wizard generates. Also, this stuff may not work in FB 4.6, we are only testing with FB 4.7 as that is the only version Adobe says will support Apache Flex SDKs. Can you use

[FlexJS] Setup Error

2015-07-31 Thread Deepak MS
Hello, I tried installing FlexJS nightly and installation was successful. I then followed these steps mentioned here (in FB 4.6): https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder I copied databinding example to my workspace and then created new project with s