Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-10-30 Thread lizhi
sorry,i have bad english,so i can not write the wiki. but i make a blog,just simple make it work. http://matrix3d.github.io/as3/2015/10/30/flashdevelop-flexjs5/ -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-suppo

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-10-30 Thread Harbs
It looks like you got it working with FlashDevelop. Nice! Could you post instructions on the wiki? On Oct 30, 2015, at 8:18 AM, lizhi wrote: > > > > > -- > View this message in context: > http://apache-flex-devel

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-10-29 Thread Alex Harui
I am going to assume that you have the latest build working correctly now. ;-) On 10/29/15, 11:18 PM, "lizhi" wrote: >if> > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/Fl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-10-29 Thread lizhi
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p49734.html Sent from the Apache Flex Development mailing list arch

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-26 Thread Frédéric THOMAS
Oh that's cool :-) Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > Date: Wed, 27 May 2015 00:12:59 + > > > > On 5/26/15, 4:50 PM, "Frédéric THOMAS"

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-26 Thread Alex Harui
On 5/26/15, 4:50 PM, "Frédéric THOMAS" wrote: >Bad capture but for the JS build conf as example, I've got this: > >-load-config+=D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\flex-co >nfig.xml >-js-output-type=FLEXJS >-sdk-js-lib="D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\js\F

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-26 Thread Frédéric THOMAS
Bad capture but for the JS build conf as example, I've got this: -load-config+=D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\flex-config.xml -js-output-type=FLEXJS -sdk-js-lib="D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\frameworks\js\FlexJS\src" I wonder if it would be easier for the user i

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-26 Thread Frédéric THOMAS
Those are the files if you want to start to play with: In the \lib compiler.jar compc.jar flex-compiler-oem.jar

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-17 Thread kevin.godell
I made a screencast video showing the settings used for the external tools, and then ran them all in a row by hitting the debug button. https://youtu.be/X7LqexU8TkQ https://www.youtube.com/embed/X7LqexU8TkQ"; frameborder="0" allowfullscreen> -- View this message in context: http://apache-flex

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread kevin.godell
Ok, got it figured out. -warnings=false Adding -warnings=false to the parameters of the external tool that calls /js/bin/mxmlc will allow it to finish with exit code 0, and thus, continue to its next step I pushed it to see how many things I could link together when pressing the debug button: 1.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread Alex Harui
On 5/16/15, 10:36 PM, "kevin.godell" wrote: > >I have set up the external tools for zipping and also launching index.html >with chrome and they work ok when run by themselves. The problem is the >/js/bin/mxmlc has that exit code 2 which stops the workflow. I know that I >can just run each tool

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread kevin.godell
I was trying out some other external tools settings to create a workflow, but I have been stopped by: "Process finished with exit code 2." Pertaining to the run/debug configurations, when adding an external tool to run /bin/mxmlc in the "before launch" section, it finishes with exit code 0, and the

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread Alex Harui
On 5/13/15, 8:24 PM, "kevin.godell" wrote: >I tried changing it to 4.15.0, which is what was in the flex nightly, but >no >luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it >from >the other sdk, but still no luck. It just complained a little differently >when trying to debu

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread kevin.godell
I tried changing it to 4.15.0, which is what was in the flex nightly, but no luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it from the other sdk, but still no luck. It just complained a little differently when trying to debug with flexjs: /System/Library/Java/JavaVirtualMachi

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread Alex Harui
Wild guess, but in /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/flex-sdk-descripti on.xml Change: 4.0.3 To: 4.14.1 Or whatever is working for you in /Users/kevinGodell/Documents/flex4.15.0N-air17/flex-sdk-description.xml It could be that IntelliJ is keying off that version tag. FB

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread kevin.godell
Sorry for the late reply, just got home. Yeah, the video wasnt great because it was late and I was rushing through. But, I do use the flexjs sdk in Project Structure -> Modules -> Dependencies -> Flex / AIR SDK = flexjs nightly. In the Run/Debugger settings, I set the "Use debugger from SDK" = fle

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread piotrz
I was googling and searching in Intellij options for change these classpath, but without success. :( Maybe someone know how to force intellij to use custom classpath ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread piotrz
Thank you Kevin for this video! It's awesome! :) I have pretty similar setup. It's great we have debuggable swf but FlexJS itself is not present as an sdk in your setup, so would be great figure out why actually it is not working with FlexJS. Once I copied these three files which Alex suggested in

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread kevin.godell
Piotr, I had to tweak a few settings. I recorded a screen video from start to finish of me creating a project ->module->external tool->changing others settings. When I tried to upload to youtube last night, youtube complained about the format after it hanged for a while. I am trying to upload it on

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread piotrz
Kevin, I did install the newest nightly build of flexjs. What actually you did ? - Have you only copied this three files pointed by Alex and hit green "bug" - Debugger started to working with swf ? I have following error [1] [1] https://paste.apache.org/51vf Piotr - Apache Flex PMC pi

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
Yay! It sounds like it is working now. The js-release contains minified js. The total download is much smaller and should run faster although it is hard to tell in this small example. The js-debug version is easier to debug if there are still issues that aren’t found in the SWF version. Thanks

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
It created the index.html this time, and I was able to view the js app there. Cool. What is the difference between the release and the debug version? They appeared identical in the browser. /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
OK, thanks. I think I know what is going on. I just pushed an attempt to fix it. You can monitor Falcon build #455 here [1] and if it completes successfully, try deleting the old stuff and re-installing again. Thanks for helping us figure this out. -Alex [1] http://apacheflexbuild.cloudapp.net

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
I had a little success getting the swf to connect to the debugging console in intellij, I think. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Rea

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Using Falcon codebase: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17 Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
I was looking into SourceLocator and realized it is part of the debugger (FDB) which isn’t bundled into FlexJS. Can someone using IntelliJ try copying the following jars from a FlexSDK into the FlexJS lib folder? lib/swfutils.jar lib/fdb.jar lib/asc.jar If that works, then we can add those jars

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Michael Schmalle
> Don’t confuse being a good programmer with whether you use an IDE or not. That is not what I meant. I meant that I could be faster if I wasn't lazy and used the command line more. I think you took it opposite of what I said/meant. :) Mike On Tue, May 12, 2015 at 3:41 PM, Alex Harui wrote: >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
On 5/12/15, 12:10 PM, "Michael Schmalle" wrote: >"True command-line junkies don’t use IDE’s and can just work from >the git repos with some environment variables." > >This is funny. Although I consider myself a pretty good programmer, I hate >the command line. Why? I have to type more, seriousl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Michael Schmalle
"True command-line junkies don’t use IDE’s and can just work from the git repos with some environment variables." This is funny. Although I consider myself a pretty good programmer, I hate the command line. Why? I have to type more, seriously that is it, having to type more after writing code suck

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
On 5/12/15, 10:00 AM, "kevin.godell" wrote: >Could there have been a better or faster way for me to get that changed >file without downloading the entire flexjs nightly with the installer? >Keep >in mind that I am not knowledgable with command line things, but willing >to >learn. Well, I think

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
I saw the commit you made and tried to re-download the nightly this morning with the installer. 3 failed attempts when it could not verify the air17. I changed it to air 16 and it downloaded without failing. But unfortunately, I ran out of time and had to leave for work. I am looking forward to run

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
Hi Kevin, Looks like the Falcon build passed, so please start over by re-installing FlexJS nightly which should pick up this new Falcon build. Then the js/bin/mxmlc should have additional output about which SWCs it is looking for. Maybe that will give us a clue why it can’t find these .js files

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
I did have to tweak the mxmlc file in /js/bin because the build would immediately fail with the Error: Unable to access jarfile /../lib/mxmlc.jar. I changed SCRIPT_HOME and removed the "/". Maybe that broke something? All of the files I have were installed using the flex sdk installer with the flex

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread Alex Harui
OK, I pushed an update to FalconJX to show the list of SWCS it found. Give it about 20 minutes to build Falcon and maybe try installing FlexJS nightly build again. I have to stop for tonight. Thanks again for trying it out. -Alex On 5/11/15, 10:50 PM, "Alex Harui" wrote: >Hi Kevin, > >Did you

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread Alex Harui
Hi Kevin, Did you look inside Core.swc to see if the files were in there? It feels like the compiler can’t find the files in the SWCs. Maybe you have an older build of the compiler somehow, or maybe something else is broken. I’ll see if I can add some more output info to the compiler. -Alex O

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
@Piotrz, I found the FilePath when I was playing with the insert macros button. @Alex, the new message is slightly different, now complaining about a different file: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/Dat

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread piotrz
Wow Kevin! Great I didn't know about that option with $FilePath$ - Thank you! :) So we have almost successful build on two OS. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread Alex Harui
Hmm, not sure what’s wrong. In /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/libs should be a Core.swc. All SWC files are just zip files so open it as a zip file and see if EffectTimer.js is in there (under js/src/org/apache/flex/utils) Create a folder at /Users/kevinGodell

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
I changed it to /js/bin/mxmlc and got this response: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Using Falcon codebase: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17 Using Flex SDK: /

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
And about the intellij external tools settings, you can use $FilePath$ in the parameters box instead of hard coding the individual app's .mxml file. Just make sure you have the main .mxml file open and it is focused, so that the tool will target it's FilePath when launching. That way you can reuse

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread Alex Harui
And now, you should be able to run the mxmlc in js/bin and get a “bin” folder in the DataBindingTest folder that contains the HTML/JS/CSS equivalent. -Alex On 5/11/15, 9:23 PM, "OmPrakash Muppirala" wrote: >On Mon, May 11, 2015 at 9:05 PM, kevin.godell >wrote: > >> I was able to get the extern

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread OmPrakash Muppirala
On Mon, May 11, 2015 at 9:05 PM, kevin.godell wrote: > I was able to get the external tool setup on mac/intellij and got a .swf > using the DataBindingTest example with only 1 warning: > > /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc > > /Users/kevinGodell/IdeaProjects/flexJS

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
I was able to get the external tool setup on mac/intellij and got a .swf using the DataBindingTest example with only 1 warning: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Loading configuration: /

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread Alex Harui
On 5/11/15, 2:50 PM, "piotrz" wrote: > >If you could Alex try to put SourceLocator and we will see what will >happen. Ok, I will look into that this week. Of course, anybody else is more than welcome to try it first. -Alex

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread piotrz
Alex, Actually this is all what I got - Intellij do not show me anything more in this stack trace. As for ambiguous reference I had probably something cached by Intellij and had some old code even after pull from git. I had additional imports in MyModel.as: import flash.events.EventDispatcher;

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread Alex Harui
Hi Piotr, That’s great news that you found a way to get it to work. Can you explain what you had to do to remove ambiguous reference to EventDispatcher? Also, can you examine more closely the errors about not finding the SourceLocator class? If you go all the way to the top of the stack, what c

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread piotrz
Alex, Once I removed ambiguous reference to EventDispatcher build to js [1] and swf [2] was successful. Intellij didn't manage to launch application in debug mode [3] which is ok because for this purpose I might need separate plugin. At least we know that building application is possible using e

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread piotrz
Alex, I've updated repo yesterday, FlexJS itself today. I will send you everything later today. Thank you, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-supp

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Alex Harui
Piotr, I just noticed you are trying to compile an example in a repo. Is the repo up-to-date and in the develop branch? What happens if you try to compile the example in h:\flexsdk\ApacheFlexJS_Nightly\examples\DataBindingTest? If that doesn’t work, post the MyModel.as and the flex-config.xml f

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread piotrz
Alex, This is the results -> https://paste.apache.org/gFMo Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46392.html Sent from the Apach

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Alex Harui
Can you remove the "@echo off" from mxmlc.bat so we can see everything it outputs? -Alex On 5/10/15, 10:32 PM, "piotrz" wrote: >Thanks Alex! > >This time it looks like Falcon tried to compile something but it's failed >the same in Intellij and console [1] > >One thing which I have changed is pa

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread piotrz
Thanks Alex! This time it looks like Falcon tried to compile something but it's failed the same in Intellij and console [1] One thing which I have changed is path to the java in mxmlc.bat from 7.0.55 to 7.0.79. - It could have any implications ? I don't think so. For installing FlexJS I have use

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Alex Harui
On 5/10/15, 11:02 AM, "piotrz" wrote: >Alex, > >I have reached this point [1]. I set up as you can see FALCON_HOME, >FLEX_HOME. In the console it looks exactly same right now. > >How can I check which flex_config.xml am I using ? Once the compiler gets far enough, it should report which flex_c

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread piotrz
Alex, I have reached this point [1]. I set up as you can see FALCON_HOME, FLEX_HOME. In the console it looks exactly same right now. How can I check which flex_config.xml am I using ? [1] http://images.devs-on.net/Image/Tun0UDufbiXXgEbC-Cayekran.png - Apache Flex PMC piotrzarzyck...@gmail

Re : Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Frédéric THOMAS
Hi, The java version in the js/bin is hard coded the 1.6, use the /bin one instead or change it to 1.7 HTH -Fred --- Message initial --- De : "kevin.godell" Envoyé : 10 mai 2015 15:21 A : dev@flex.apache.org Objet : Re: [FlexJS] Reaching out to IDE developers to support Flex

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Alex Harui
On 5/10/15, 7:05 AM, "kevin.godell" wrote: >@Piotr > >Shouldn’t you target the mxmlc and compc that are in /js/bin? It seems >like you are in /bin. > >I am stuck at this point on intellij trying to use compc or mxmlc with >the following message: > >/Users/kevinGodell/Documents/flexjs0.0.3N-air1

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Alex Harui
Do you have an environment variable FLEX_HOME that is pointing to ApacheFlexJS_Nightly? If you run the mxmlc.bat from the command line do you get the same results and do you get other output about what FALCON_HOME and FLEX_HOME are? Please post the flex_config.xml. Thanks, -Alex On 5/10/15, 3:01

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread kevin.godell
@Piotr Shouldn’t you target the mxmlc and compc that are in /js/bin? It seems like you are in /bin. I am stuck at this point on intellij trying to use compc or mxmlc with the following message: /Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/mxmlc Using Falcon codebase: /Users/kevinGod

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread Michael Schmalle
So it seems the actual compiler config is not correct. On Sun, May 10, 2015 at 6:01 AM, piotrz wrote: > This is how it looks like [1] once I setup external tools in Intellij. > > [1] http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png > > Piotr > > > > - > Apache Flex PMC > piotrza

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread piotrz
This is how it looks like [1] once I setup external tools in Intellij. [1] http://images.devs-on.net/Image/y69VNEEfTnlyFBfu-Cayekran.png Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-09 Thread Alex Harui
.bat > >I'm off for tonight unfortunately, back on track tomorrow if the coming >party doesn't kill me. > >Thanks, >Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: [FlexJS] Reaching out to IDE developers to supp

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-09 Thread Genaro Pinson
ME% in the mxmlc.bat I'm off for tonight unfortunately, back on track tomorrow if the coming party doesn't kill me. Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > Date

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-09 Thread Frédéric THOMAS
...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > Date: Sat, 9 May 2015 21:25:08 + > > Could your DataBindingTest be old code? If you are using the nightly > build, MyInitialView shouldn’t be using mx:State anymore. Check

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-09 Thread Alex Harui
t;https://gist.github.com/doublefx/f7510ee453dd88e0562a > >Am I missing something ? > >Thanks, >Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS >> Date: Fri, 8 May 20

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-09 Thread Frédéric THOMAS
he.org > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > Date: Fri, 8 May 2015 18:27:43 + > > There shouldn’t be any special arguments as long as MXMC is picking up the > flex-config.xml from the FlexJS directory. Check the flexlib argument. &g

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Alex Harui
I’m aware of that, but anything that can be done by others helps move FlexJS along faster. I’ve got plenty on my plate as it is. -Alex On 5/8/15, 11:36 AM, "OmPrakash Muppirala" wrote: >Alex, just FYI, you could get a free copy of IntelliJ IDEA. All you have >to do is ask :-) >https://www.jet

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread OmPrakash Muppirala
Alex, just FYI, you could get a free copy of IntelliJ IDEA. All you have to do is ask :-) https://www.jetbrains.com/shop/eform/apache?product=II Thanks, Om On Fri, May 8, 2015 at 11:34 AM, Alex Harui wrote: > To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS > SWCs at comp

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Alex Harui
To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS SWCs at compile time. I want to see what it is passing into MXMLC and/or what is in that .XML file that might contain parameters, or what flex-config.xml it is choosing. It feels like it isn’t choosing the right one. -Alex O

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Alex Harui
e compiler args for the mxml version ? > >Thanks, >Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS >> Date: Fri, 8 May 2015 15:59:03 + >> >> In the e

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
Yes, that is what I was asking, I understand. Mike On Fri, May 8, 2015 at 12:59 PM, piotrz wrote: > Mike, > > You have to download last good nightly build [1] and unzip it. In unzipped > folder you have to download rest of the FlexJS part simply typing in the > consol: ant -f installer.xml. (as

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread piotrz
Mike, You have to download last good nightly build [1] and unzip it. In unzipped folder you have to download rest of the FlexJS part simply typing in the consol: ant -f installer.xml. (assuming that you have ant installed in your system :)) I am not sure whether I understand you correctly. I am

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
@piortz How do I get the Nightlies directory you have in the screenshot? On Fri, May 8, 2015 at 12:37 PM, Michael Schmalle wrote: > Ok enough already, I am going to try and set this up with IntelliJ and see > if I can't find something. :) > > On Fri, May 8, 2015 at 12:36 PM, Michael Schmalle < >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
Ok enough already, I am going to try and set this up with IntelliJ and see if I can't find something. :) On Fri, May 8, 2015 at 12:36 PM, Michael Schmalle wrote: > Can you post a screen shot double clicking the library.swf and another > with the catalog.xml? > > Mike > > On Fri, May 8, 2015 at 1

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
Can you post a screen shot double clicking the library.swf and another with the catalog.xml? Mike On Fri, May 8, 2015 at 12:14 PM, piotrz wrote: > Alex, > > Simple classes from FlexJS are also not recognized by Intellij [1] > > [1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png > >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread piotrz
Alex, Simple classes from FlexJS are also not recognized by Intellij [1] [1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Frédéric THOMAS
Hi, What are the compiler args for the mxml version ? Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > Date: Fri, 8 May 2015 15:59:03 + > > In the examples folder is a

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Alex Harui
only reasonable answer to this. >> >> >> >> It's easy to map a package namespace dynamically but I am trying to >> >>think >> >> how a url would get mapped in a SWC since if I remember, there is no >> >> namespace definition of a url in

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
t;>>and > >>> > > > dependencies easy. One reason, Fred can say I am wrong is to > >>>define > >>> a > >>> > > > FlexJS SDK type that can be created. I am a bit rusty but I know > >>> there > >>> > > are > &

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Alex Harui
too and was wondering if we had a kind of same >>>thing >>> on Randori to manage, apparently not, so, it has to be done at some >>>point >>> for FlexJS if we go forward with IJ. >>> >>> Thanks, >>> Frédéric THOMAS >>> &g

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Frédéric THOMAS
Thanks a lot Héctor ! Frédéric THOMAS > From: neverbi...@gmail.com > Date: Fri, 8 May 2015 16:34:40 +0200 > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > To: dev@flex.apache.org > > > > > One question for the Flash Develop guys though

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Héctor A
> > One question for the Flash Develop guys though, how are the intelli-sense > / refactoring / code navigation / hints and other IDE facilities including > maven integration compared to IntelliJ, do we have a comparative table ? > I can't compare to IntelliJ as I haven't used it for Flex/Flash (a

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
>> Yes, what I thought too and was wondering if we had a kind of same thing >> on Randori to manage, apparently not, so, it has to be done at some point >> for FlexJS if we go forward with IJ. >> >> Thanks, >> Frédéric THOMAS >> >> > Date:

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
as wondering if we had a kind of same thing > on Randori to manage, apparently not, so, it has to be done at some point > for FlexJS if we go forward with IJ. > > Thanks, > Frédéric THOMAS > > > Date: Fri, 8 May 2015 06:10:31 -0400 > > Subject: Re: [FlexJS] Reaching

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Frédéric THOMAS
s > > it is a Flex SDK or not, that's a long time and I will need to dig into > > again. > > > > One question for the Flash Develop guys though, how are the intelli-sense > > / refactoring / code navigation / hints and other IDE facilities including > >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Michael Schmalle
> > > > > > On 5/7/15, 6:06 AM, "Frédéric THOMAS" wrote: > > > > > > >Hi Mike, > > > > > > > >Yes I just started and it is on my little spare time but if you want > an > > > >idea of what's going on, you c

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread Frédéric THOMAS
g maven integration compared to IntelliJ, do we have a comparative table ? Thanks, Frédéric THOMAS > Date: Thu, 7 May 2015 11:29:43 -0400 > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > From: teotigraphix...@gmail.com > To: dev@flex.apache.org > &

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread piotrz
Alex, As Mike said Intellij do not recognize namespaces [1]. After change the option into the settings to Mxmlc/compc [2] I have an options to say Intellij can use some external compiler. [3] So probably I need to point IDE to some things in my FlexJS SDK. I looked into the instruction for FB on

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Michael Schmalle
need to figure out what to use now instead of > >BrowsersConfiguaration, ModuleChunk, the deprecated TranslatingCompiler, > >etc.. and at the moment I don't know yet where to find that out given the > >poor documentation, will have to skim the source code I guess. > > > >Fr

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Alex Harui
On 5/7/15, 3:00 AM, "piotrz" wrote: >Additionally I have checked also new version of FlexJS with FDT and it >doesn't work anymore. >I have error during to compilation that FlexJS.swc doesn't exists - We >have >currently bunch of swcs. Ugh. So they were looking for a specific swc name? Try co

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Alex Harui
know yet where to find that out given the >poor documentation, will have to skim the source code I guess. > >Frédéric THOMAS > >> Date: Thu, 7 May 2015 07:58:28 -0400 >> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS >> From: teotigraphix...@g

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Héctor A
yet where to find that out given the > poor documentation, will have to skim the source code I guess. > > Frédéric THOMAS > > > Date: Thu, 7 May 2015 07:58:28 -0400 > > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > > From: teotigraphix...@gmail.co

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Frédéric THOMAS
piler, etc.. and at the moment I don't know yet where to find that out given the poor documentation, will have to skim the source code I guess. Frédéric THOMAS > Date: Thu, 7 May 2015 07:58:28 -0400 > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Michael Schmalle
gt; time I can spend on it. > > Any IntelliJ plugin guru to give a hand ? > > Thanks, > Frédéric THOMAS > > > Date: Thu, 7 May 2015 03:00:30 -0700 > > From: piotrzarzyck...@gmail.com > > To: dev@flex.apache.org > > Subject: Re: [FlexJS] Reaching out to IDE

RE: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread Frédéric THOMAS
om: piotrzarzyck...@gmail.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS > > Additionally I have checked also new version of FlexJS with FDT and it > doesn't work anymore. > I have error during to compilation that FlexJS.s

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-07 Thread piotrz
Additionally I have checked also new version of FlexJS with FDT and it doesn't work anymore. I have error during to compilation that FlexJS.swc doesn't exists - We have currently bunch of swcs. I am not sure do we need to contact with FDT team ? Alex, After your changes to many swcs in FlexJS -

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-06 Thread piotrz
Guys, I did quick look into the FlexJS + Intellij. I have created new project from source in DataBindingTest using last nightly build of SDK Intellij nicly recognize SDK as an framework which is good. [1] But it do not recognize basic stuff from framework [2] - I think at least it should. Framew

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-02 Thread Héctor A
I'd like to take a look into adding FlexJS support in FlashDevelop sometime in the next weeks, but before I would like to get some feedback on how developers expect the support to work. Just another template similar to the Flex 3/Flex 4/AIR etc ones? 2015-03-20 13:05 GMT+01:00 Krüger, Olaf : > >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-03-16 Thread piotrz
I'm refering to vote on this ticket -> http://youtrack.jetbrains.com/issue/IDEA-116986 - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p45552.html

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-03-16 Thread piotrz
Bump! :) Reminder for Vote :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p45551.html Sent from the Apache Flex Development mailing lis

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-02-02 Thread Alex Harui
Hi, in the examples folder are ant scripts that build the various examples. Some examples might be broken so use DataBindingTest as a reference. -Alex On 2/2/15, 9:20 AM, "lizhi" wrote: >i like flashdevelop support the flexjs. >but the fd developers,will make long long time 2 do this. > >but t

  1   2   >