Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Alex Harui
On 5/5/16, 5:36 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Thu, May 5, 2016 at 5:24 PM, Alex Harui wrote: >> >> I'm totally in favor of having Maven artifacts. I don't understand the >> "all-Maven-for-every-build-step or nothing" attitude. So what if we use >> Ant fo

Re: [FlexJS][XML]appending XMLLists

2016-05-05 Thread Harbs
FWIW, I also tried list1 += < id=“1”/>; instead of list1 += list4 but that did not work either. I re-read the spec and it does look like you are reading it right, but it does not make sense to me and I don’t know how that jives with the behavior in other cases. For example (from the spec): > Si

AW: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
1) Why use different poms for building the same project, but different output? For one module it doesn't (at least shouldn't) matter what the output it, it still needs the same dependencies, has the same language settings, uses the same namespaces etc. In my initial Flexmojos FlexJS support I so

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Carlos Rovira
2016-05-06 2:24 GMT+02:00 Alex Harui : > > I'm totally in favor of having Maven artifacts. I don't understand the > "all-Maven-for-every-build-step or nothing" attitude. So what if we use > Ant for some of it? > > -Alex > > Alex, cause is the nature of maven...is all or nothing. Embrace it or le

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread OmPrakash Muppirala
On Thu, May 5, 2016 at 5:24 PM, Alex Harui wrote: > > > On 5/5/16, 1:36 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > > >For multiple targets, I think it should be possible by using different pom > >files for different targets. You could have a parent pom that calls thes

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Alex Harui
On 5/5/16, 1:36 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >For multiple targets, I think it should be possible by using different pom >files for different targets. You could have a parent pom that calls these >two poms if you want to chain them together. Sounds possible

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Alex Harui
@Harbs. There is a branch already. If a big change has to be made it should go in the branch. A small breakage I can fix in an hour doesn't have to. @Josh. I can't make you do anything, but really, if you are the PMC and want to have us use some product, you really should sign up to learn abou

Re: [FlexJS][XML]appending XMLLists

2016-05-05 Thread Alex Harui
Baffling, isn't it? Reading the spec is equally baffling, but I think I see for XMLList Append, that the targetObject of the appended XMLList becomes the targetObject of the destination XMLList! That seems really surprising to me and why they would do that doesn't jump to mind, but I think that's

Re: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-05-05 Thread Carlos Rovira
Hi, I'm trying a simple Hello World in IntelliJ I did at the time of the 0.6 release (with the Josh tutorial in NExtGestAS3), now with 0.7 nigthly (through Flex SdK installer), and getting the same error as Justin: Error:[HelloIDEA]: java.lang.NoClassDefFoundError: org/apache/flex/tools/FlexTool

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Harbs
So maybe it’s time to do the work on asjs in a separate maven branch? That way you don’t have to worry if something is broken while you pull things apart. On May 5, 2016, at 11:37 PM, Christofer Dutz wrote: > > The problem with finishing the maven stuff for the ASJS part is that I am > trying

AW: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
The problem with finishing the maven stuff for the ASJS part is that I am trying to bring to paper how the parts fit together. Now it's hard but not impossible to sketch how one module is built ... that's why I seem to have managed to have "Core" build, but it starts getting insane as soon as y

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread OmPrakash Muppirala
On Thu, May 5, 2016 at 9:22 AM, Alex Harui wrote: > There is a phrase: "right tool for the job". > > At the time we migrated Adobe JIRA to Apache JIRA, Maven support for Flex > was easily the most voted-on issue. I don't follow the Maven community so > I don't know if other tools have become mor

Re: AW: [LAST CALL] Release Apache FlexJS 0.7.0

2016-05-05 Thread Carlos Rovira
Just to report I try to build and get a successful construction. Best, Carlos 2016-05-05 8:54 GMT+02:00 Alex Harui : > > > On 5/4/16, 11:23 PM, "Christofer Dutz" wrote: > > > > >Just for the record .. I had to comment out two tests in the compiler to > >keep the Maven build running. As I didn'

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Carlos Rovira
2016-05-05 20:24 GMT+02:00 Josh Tynjala : > but if it means that onboarding new > contributors (including those who have never used Maven before) is quick > and easy, The pain is to get to the maven setup done. Once in that state, it's so easy to contribute, since you only have to be worried ab

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread OmPrakash Muppirala
On Thu, May 5, 2016 at 3:32 AM, Christofer Dutz wrote: > To me it feels like I'm the only one actually wanting to go to Maven :-( > You can always set up a poll to gauge interest. It is a good way to see what the community wants. Also, in the end, it is your personal choice to work on this or

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Josh Tynjala
Maybe we need to fully embrace Maven and drop Ant completely. I have zero interest in learning Maven, but if it means that onboarding new contributors (including those who have never used Maven before) is quick and easy, I'll happily figure it out. If it means we can stop with these constant thread

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Carlos Rovira
Hi, I understand the point behind Chris words, I must said I feel a bit like that in the past. This project has many dark corners that make people trying to jump in be repeled due to complexity that is impossible to manage without dedicating lots of hours (or be the one that code it). In my case,

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Josh Tynjala
> so I had a look and could see the downloads for the utility jar are done by going into the src/test/resources directory of the compiler and calling an Ant script called download.xml there ... WTF? You call that maintainable? downloads.xml is called automatically by the main Ant build. You should

AW: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
Ok so here we are again ... you claim to know how Maven works but are unwilling to learn what maven is. So we keep on having these unproductive discussions like one of those bar-talks where everyone knows things better without actually knowing anything. I guess everyone here that knows Maven wi

Re: [FlexJS][XML]appending XMLLists

2016-05-05 Thread Harbs
I’ve tried quite a number of angles on this, and I am just as clueless as when I started. Nothing I do seems to get the a elements added in Flash. I’m really stumped on this. I’m going to leave the JS output as it is until someone can explain to me why it’s wrong… On May 5, 2016, at 10:49 AM,

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-05 Thread Alex Harui
On 5/5/16, 8:51 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >Wow this is awesome. This is the power of Flex(JS)! I'm going to have to >find time to play more with this. > >Thanks for working on this, Peter! Yes, this is a great illustration of how FlexJS may make using an

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Alex Harui
There is a phrase: "right tool for the job". At the time we migrated Adobe JIRA to Apache JIRA, Maven support for Flex was easily the most voted-on issue. I don't follow the Maven community so I don't know if other tools have become more popular, but I otherwise have no reason to doubt that if Fl

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-05 Thread OmPrakash Muppirala
Wow this is awesome. This is the power of Flex(JS)! I'm going to have to find time to play more with this. Thanks for working on this, Peter! Regards, Om On Thu, May 5, 2016 at 8:07 AM, Peter Ent wrote: > Hi, > > I have updated the FlexJS CreateJS framework so that things like the > Tweens c

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread yishayw
Like Carlos, I've been silently following and appreciating the work you and Alex have been doing on this. The last time I tried, and from posts I've seen here I'm not the only one, getting a full and clean installation of the dev environment was a big hassle. If your joint work ends up making this

AW: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
Most if the critical and blocker issues are related to null pointer safety. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui Datum: 05.05.16 17:07 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: [FALCON] Code analysis stats for F

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Alex Harui
On 5/5/16, 1:35 AM, "Christofer Dutz" wrote: >Hi, > > >I just turned on public access to my SonarQube server ... there you can >see an up-to-date code analysis report for Falcon and FalconJX. It >clearly points out the Null Pointer hot spots. > > >http://dev.c-ware.de:1/overview?id=2471 > >

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-05 Thread Peter Ent
Hi, I have updated the FlexJS CreateJS framework so that things like the Tweens can be declared in MXML using the fx:Declarations tag. For example, what was once in the Script block is now in MXML: It even uses data binding to specify eas

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Harbs
Sorry we haven’t been doing more to encourage you. I can’t speak for everyone, but personally, I have no preference of Ant over Maven. I have the very basics of how to use Ant and know nothing about Maven other than the fact that I’ve used it to install stuff and “it just worked”. If that’s goi

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Carlos Rovira
Hi Chris, I'm following your iteration (silently in order to not introduce noise), and I think you're doing a great work. I know about others here very interested in this stuff too. Regarding Maven things, people working with maven knows how much pain is to make a working maven setup correctly, a

AW: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
To me it feels like I'm the only one actually wanting to go to Maven :-( I'm even thinking about dropping the ball on this entirely, cause I don't want to be the only one complaining about the status quo. It was an insane amount of work to get falcon to build with Maven. I invested far nite time

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Harbs
Got it. Once you have the Maven build working, it would be great to see what it does with asjs. Who knows. Maybe we’ll be lucky… ;-) On May 5, 2016, at 12:32 PM, Christofer Dutz wrote: > Actually it does support ActionScript. But unfortunately I need to build with > Maven fire that and I doub

AW: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
Actually it does support ActionScript. But unfortunately I need to build with Maven fire that and I doubt it will be able to understand the flexjs code with all these define blocks Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Harbs Dat

Re: [FalconJX]trace statements

2016-05-05 Thread piotrz
Hi Harbs, I've added in your ticket affected version. Correct me if I did mistake. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FalconJX-trace-statements-tp52785p52796.html Sent from the Apache Flex

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Harbs
Wow. That’s really nice. Seems like it’s very useful! Does this only work for Java, or can it be configured for other languages (such as ActionScript)? Harbs On May 5, 2016, at 11:35 AM, Christofer Dutz wrote: > Hi, > > > I just turned on public access to my SonarQube server ... there you c

Re: [FALCON] Code analysis stats for Falcon

2016-05-05 Thread Justin Mclean
Hi, > I just turned on public access to my SonarQube server … Nice! Do you know if we can generate/host this at Apache? Your’ve also given me another slide for one of my talks at ApacheCon - I owe you a beer. Thanks, Justin

[FALCON] Code analysis stats for Falcon

2016-05-05 Thread Christofer Dutz
Hi, I just turned on public access to my SonarQube server ... there you can see an up-to-date code analysis report for Falcon and FalconJX. It clearly points out the Null Pointer hot spots. http://dev.c-ware.de:1/overview?id=2471 Perhaps looking into this every now and then could help i

[FlexJS][XML]appending XMLLists

2016-05-05 Thread Harbs
I have a situation where the FlexJS output is different than the Flash output of XML, but it seems to me like the Flash output is wrong. I’m not sure what I’m missing: Here’s the (stripped down) code: var xml2:XML = new XML('http://ns.adobe.com/mxml/2009";>hiyeah!'); var list1:XMLList = xml2.a;

Re: [FalconJX]trace statements

2016-05-05 Thread Harbs
Done: https://issues.apache.org/jira/browse/FLEX-35087 On May 5, 2016, at 9:55 AM, Alex Harui wrote: > > > On 5/4/16, 11:47 PM, "Harbs" wrote: > >> I was talking about removing the call to trace. >> >> I guess it really doesn’t matter if the trace statements are there and >> don’t do anythi