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

2015-08-24 Thread mscharp
Sorry about the previous message... Here it is formatted correctly (hopefully). Ok. That makes sense about the ProxyTest. It's interesting because that test will always fail for anyone building the maven extension that IS behind a proxy... You'd almost have to check if the environment the test

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

2015-08-24 Thread mscharp
Ok. That makes sense about the ProxyTest. It's interesting because that test will always fail for anyone building the maven extension that IS behind a proxy... You'd almost have to check if the environment the test is running on is behind a proxy, and if so then try to use those proxy settings.

Re: Intellij with lastest Flex SDK 4.14.1

2015-08-24 Thread Igor Costa
Not an option on currently problem. I did a workaround over IntelliJ to skip that by creating an ant script to replace behavior. Thanks Frederic Igor Costa twitter.com/igorcosta www.igorcosta.com www.igorcosta.org On Mon, Aug 24, 2015 at 6:30 PM, Frédéric THOMAS w

RE: Intellij with lastest Flex SDK 4.14.1

2015-08-24 Thread Frédéric THOMAS
Have you try http://stackoverflow.com/questions/26074446/picked-up-java-tool-options-javaagent-usr-share-java-jayatanaag-jar-when-st Frédéric THOMAS > From: igorco...@gmail.com > Date: Mon, 24 Aug 2015 17:49:02 -0300 > Subject: Intellij with lastest Flex SDK 4.14.1 > To: dev@flex.apache.org > >

Re: [LAST CALL] Release FlexJS/FalconJX 0.5.0

2015-08-24 Thread Alex Harui
I just updated the version number to 0.5.0. Hopefully I didn’t miss any places. Give it a try and let us know if you find a problem. -Alex On 8/24/15, 12:41 PM, "Alex Harui" wrote: >OK, I’ve updated the nightly build so that it matches the updates I just >made to this wiki page [1] > >The clo

Intellij with lastest Flex SDK 4.14.1

2015-08-24 Thread Igor Costa
When I try to create a simple project over IntelliJ I get this error message. Error:[flex-test-lastest-sdk-project]: Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar Error:[flex-test-lastest-sdk-project]: Compiler process is not started. Any tips on this matter? For refer

Re: Scripts issues on 4.14.1

2015-08-24 Thread Igor Costa
Hi there Alex Thanks for the feedback. Yep I was trying to install, but turns out was internet connection problem over VPN, when I turned off VPN, worked like a charm. The installer was redirecting me to 404 mirrors randomly. Problem solved on my side, others with same issue over Ubuntu ? I ho

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

2015-08-24 Thread Christofer Dutz
Hi, the proxy test was intended to run on a machine without actually needing a proxy. I could immagine, that if you run it on a machine with proxy-settings in place, that the "run without" test will definitely fail, cause your maven settings enables them ... this could be a strange szenario ...

AW: Compile FXG files with Flexmojos

2015-08-24 Thread Christofer Dutz
Hi Nathan, FXGs aren't classical resources, they are actually compiled into drawing instructions. After all you can "load" them by instantiationg them ... I usually put them in the src/main/flex directory. Chris -Ursprüngliche Nachricht- Von: OyoKooN [mailto:nathan.le-...@capgemini.c

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

2015-08-24 Thread Alex Harui
OK, I’ve updated the nightly build so that it matches the updates I just made to this wiki page [1] The cloning of repos and building them in the right order can now be performed by an Ant script. Install the nightly, then run ‘ant’ from there and see if it works for you. You will need to take c

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

2015-08-24 Thread mscharp
Ok.. and more info. I added some logging to the getProxySettings() method in the FlexEventSpy class and rebuilt the maven extension as version 1.0.1-SNAPSHOT and installed it into my maven repository. I updated my extensions.xml file to use this new version and now this mostly works. I am able t

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

2015-08-24 Thread mscharp
Ok Chris, got some new information. This still wasn't working for me, so I decided to try to mavenize the sdk myself. I downloaded the git repo, and tried to build the flex-sdk-converter, but received failing tests... namely the ProxyTest in the download-retriever module. I've included the outpu

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-24 Thread Alex Harui
On 8/24/15, 8:07 AM, "Frédéric THOMAS" wrote: > > > >> I’d have to dig into it, but yes, I think addDependency gets called >>quite >> often before we start walking the tree. But once you asked the >>question, >> it did occur to me that we do call into the resolving code during the >> walk, but

RE: [FlexJS] Framework using externs (was: Setup Error)

2015-08-24 Thread Frédéric THOMAS
> I’d have to dig into it, but yes, I think addDependency gets called quite > often before we start walking the tree. But once you asked the question, > it did occur to me that we do call into the resolving code during the > walk, but I don’t know if that also results in addDependency. Not sur

Compile FXG files with Flexmojos

2015-08-24 Thread OyoKooN
Hello, I'd like to be able to compile my FXG files with Flexmojos. They're currectly store under the /resources/fxg folder and Flexmojos doesn't seem to find them. Should I move them into the /src folder or is there a way to have them compiled from the /resources folder? Thanks. -- View this

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-24 Thread Alex Harui
On 8/24/15, 2:21 AM, "Frédéric THOMAS" wrote: >Do you mean, the FlexJSProject.addDependency() should be called while the >AST is generated for the libraries dependencies or maybe be a pass for >collecting them as we do in the externc ? I’d have to dig into it, but yes, I think addDependency ge

RE: [FlexJS] Framework using externs (was: Setup Error)

2015-08-24 Thread Frédéric THOMAS
Do you mean, the FlexJSProject.addDependency() should be called while the AST is generated for the libraries dependencies or maybe be a pass for collecting them as we do in the externc ? Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Framework using e

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

2015-08-24 Thread Frédéric THOMAS
I've got a version which is a mix of your map (with scale feature), the Mike example and mine that use jquery [1] but I compiled it in an IJ project, not Ant, it may have been built with but in 2 steps as per today, the FLEXJS_DUAL + conditional compilation in one shot is ready only for IJ and o