Re: [FlexJS] Compilation error - difficult to debug

2016-12-16 Thread Carlos Rovira
I'll continue my work on MDL since the time I have, that maybe in the following week could be less... 2016-12-16 10:53 GMT+01:00 Christofer Dutz : > Currently working on setting up SonarQube analysis on ASF Infra ... > > This will make it easy to find potentially dangerous stuff. I doubt > creati

Re: [FlexJS] Compilation error - difficult to debug

2016-12-16 Thread Christofer Dutz
Currently working on setting up SonarQube analysis on ASF Infra ... This will make it easy to find potentially dangerous stuff. I doubt creating issues would be ideal, but people could start picking reported issues and work on them. Chris Am 15.12.16, 20:46 schrieb "Josh Tynjala" : I am

Re: [FlexJS] Compilation error - difficult to debug

2016-12-15 Thread Josh Tynjala
I am currently working on updating Closure compiler in FalconJX. - Josh On Thu, Dec 15, 2016 at 9:54 AM, Alex Harui wrote: > If one of you is planning to work on this issue, please assign the JIRA to > yourself. Otherwise I will look into it. > > -Alex > > On 12/15/16, 3:33 AM, "Josh Tynjala"

Re: [FlexJS] Compilation error - difficult to debug

2016-12-15 Thread Alex Harui
If one of you is planning to work on this issue, please assign the JIRA to yourself. Otherwise I will look into it. -Alex On 12/15/16, 3:33 AM, "Josh Tynjala" wrote: >Indeed, Chris, those aren't a waste of time, and no one would disagree >with >that. When the compiler errors with a stack trace

Re: [FlexJS] Compilation error - difficult to debug

2016-12-15 Thread Josh Tynjala
Indeed, Chris, those aren't a waste of time, and no one would disagree with that. When the compiler errors with a stack trace, that's a serious bug and should be reported on JIRA. - Josh On Dec 15, 2016 3:09 AM, "Christofer Dutz" wrote: Hi Carlos, unfortunately this type of problem often orig

Re: [FlexJS] Compilation error - difficult to debug

2016-12-15 Thread Josh Tynjala
Indeed, Chris, those definitely aren't a waste of time, and no one would disagree with this. When the compiler errors with a stack trace, that's a serious bug and should be reported on JIRA ASAP. - Josh On Dec 15, 2016 3:09 AM, "Christofer Dutz" wrote: Hi Carlos, unfortunately this type of pr

Re: [FlexJS] Compilation error - difficult to debug

2016-12-15 Thread Carlos Rovira
Hi Chris, I assume that this is a compiler problem, so whatever build tool will be affected by the same problem. Didn't try to build with ANT but I suppose that this will make the same effect that MAVEN. I think as well that this kind of errors needs to be addressed since is the main point of our

Re: [FlexJS] Compilation error - difficult to debug

2016-12-15 Thread Christofer Dutz
Hi Carlos, unfortunately this type of problem often originates from some of the problems in Falcon. Falcon hadles the case in which code and configuration is correct nicely. I reported the presence of a lot of problems in Falcon when compiling not correct code as a large number of execution pat

Re: [FlexJS] Compilation error - difficult to debug

2016-12-14 Thread Carlos Rovira
Just created one: FLEX-35218 - FlexJS Errors unable to debug 2016-12-14 2:38 GMT+01:00 Alex Harui : > File a bug with a test case. > > On 12/13/16, 5:23 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > wrote: > > >> > > >> >Could not

Re: [FlexJS] Compilation error - difficult to debug

2016-12-13 Thread Alex Harui
File a bug with a test case. On 12/13/16, 5:23 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >> > >> >Could not find file for class: >> >org.apache.flex.html.beads.models.ToggleButtonModel >> >File not found: org.apache.flex.html.beads.models.ToggleButtonModel >> >> This file i

Re: [FlexJS] Compilation error - difficult to debug

2016-12-13 Thread Carlos Rovira
> > > >Could not find file for class: > >org.apache.flex.html.beads.models.ToggleButtonModel > >File not found: org.apache.flex.html.beads.models.ToggleButtonModel > > This file in not in one of the SWCs in the project, but some code needs it. But that's not the problem Alex. The change I introd

Re: [FlexJS] Compilation error - difficult to debug

2016-12-13 Thread Alex Harui
On 12/13/16, 4:32 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: Do you mean this part? > >Could not find file for class: >org.apache.flex.html.beads.models.ToggleButtonModel >File not found: org.apache.flex.html.beads.models.ToggleButtonModel This file in not in one of the S

[FlexJS] Compilation error - difficult to debug

2016-12-13 Thread Carlos Rovira
Hi, sometimes I change something in some SWC library, and although is a valid change a SWC compiles normaly the exception of that codes is wrong. That use to translate to the main project where SWC is attached and compilation fails with a trace that didn't give any clue about what is happening. On