Re: [FlexJS] Developer Setup

2016-07-11 Thread yishayw
It turns out I needed to add the relevant swc files to the framework project I was tinkering with, not to my test project. The disadvantage of this is that .actionScriptProperties, which is in git, gets changed. Here's another video describing first what not to do (add swc files to test project),

Re: [FlexJS] Developer Setup

2016-07-10 Thread yishayw
This is what happens when closing projects http://screencast.com/t/Z4AQ1gyiMVT I'll try adding missing swcs as external libs and post results. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Developer-Setup-tp53729p53835.html Sent from the Apache F

Re: [FlexJS] Developer Setup

2016-07-09 Thread Alex Harui
On 7/9/16, 10:30 PM, "yishayw" wrote: >This works nicely when all projects are open in FlashBuilder, but I try >and >have as few open as possible for performance and simplicity. So it looks >like I'll be going back to my original flow. Still, it's good to know that >options exists. What happens

Re: [FlexJS] Developer Setup

2016-07-09 Thread yishayw
This works nicely when all projects are open in FlashBuilder, but I try and have as few open as possible for performance and simplicity. So it looks like I'll be going back to my original flow. Still, it's good to know that options exists. -- View this message in context: http://apache-flex-dev

Re: [FlexJS] Developer Setup

2016-07-08 Thread Justin Mclean
Hi, > Also if I compare the build time of falcon including tests on our private > build machine the time is almost half of that of the Ant build ;-) From memory (but could be mistaken) the ant build took about the same amount of time (every single time) without having to download AIR etc etc.

Re: [FlexJS] Developer Setup

2016-07-08 Thread Justin Mclean
Hi, > Did this cause the build to break? No. all SUCCESSes. Took 20min to complete but most of that was downloading AIR. The last few time I’ve tried to use ant to build it’s not worked so that's a huge improvement. Also to do a clean install again it only took 21 seconds, so that going to be

Re: [FlexJS] Developer Setup

2016-07-08 Thread Justin Mclean
Hi, > Ok, I didn't put in the entire command ... as soon as we have released the > Mavenizer, the command I posted would work, but till then, you need the "-s > settings-template.xml" ;-) Much better, it's running along nicely now. Although I did notice this in the output: [INFO] Couldn't find

Re: [FlexJS] Developer Setup

2016-07-08 Thread Justin Mclean
HI, > "mvn clean install -P build-examples,build-distribution” Probably getting ahead of myself but just run it and got this: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:java (compile-font) on project Fonts: Execution compile-font of goal org.codehaus.mojo:exec-mav

Re: [FlexJS] Developer Setup

2016-07-07 Thread yishayw
Looks good on the flash side. I'll try the JS side later. I made a mini video tutorial using your scheme: Create a workspace, import projects http://screencast.com/t/EHOi7gKp7 Add projects http://screencast.com/t/9ms4qEwTs2nV Play with SDK and see results http://screencast.com/t/uDsssfGUEsM

Re: [FlexJS] Developer Setup

2016-07-07 Thread Alex Harui
at that Chris can tell us. -Alex From: Yishay Weiss mailto:yishayj...@hotmail.com>> Date: Thursday, July 7, 2016 at 8:30 AM To: Alex Harui mailto:aha...@adobe.com>>, "dev@flex.apache.org<mailto:dev@flex.apache.org>" mailto:dev@flex.apache.org>> Subject: RE: [Fl

RE: [FlexJS] Developer Setup

2016-07-07 Thread Yishay Weiss
July 7, 2016 6:06 PM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: Re: [FlexJS] Developer Setup Because regular Flex support Ant, I think FlexJS should as well, so we will probably have some Ant support forever, at least to test that Falcon still works from Ant I will keep

Re: [FlexJS] Developer Setup

2016-07-07 Thread Alex Harui
g in Eclipse >> without interruption. I would not prefer to go the other way around and >> change the default Maven naming convention producing the same names as >>the >> Ant build, as I think ArtifactId+Version is superior over just >>ArtifactId. >> >> >> Chr

Re: [FlexJS] Developer Setup

2016-07-07 Thread Carlos Rovira
s as the > Ant build, as I think ArtifactId+Version is superior over just ArtifactId. > > > Chris > > > Von: carlos.rov...@gmail.com im Auftrag von > Carlos Rovira > Gesendet: Donnerstag, 7. Juli 2016 09:44:34 > An: dev@flex.apache.org > Betreff: Re: [Fle

Re: [FlexJS] Developer Setup

2016-07-07 Thread Carlos Rovira
Hi Alex, I thought Maven build was now the preferred way of building FlexJS over ant With Maven all this complicated recipe will be over (thank to god) and will only need to pass maven to build in his local repository and the create a pom based on some of the examples (Maybe this last part is depe

Re: [FlexJS] Developer Setup

2016-07-06 Thread Alex Harui
In theory, there is a better way. Try the following and report where it doesn't work and we'll see if we can figure out how to make it work. First, run ant in the repo. This should generate all of the JS files. There should be Flash Builder project files in the repo in each frameworks/projects