Re: [FlexJS] compile issue on flexjsjx step

2014-10-03 Thread Alex Harui
You can check history on FlexJSUIClasses. There was some merging going on in that file so certainly possible it got munged. That output was what I added today so you wouldn¹t have seen it yesterday. Good to know it is working now. On 10/3/14, 12:15 PM, "Peter Ent" wrote: >IChartDataGroup is i

Re: [FlexJS] compile issue on flexjsjx step

2014-10-03 Thread Peter Ent
IChartDataGroup is in FlexJSIU in the org.apache.flex.charts.core package. It was not, however, in FlexJSUIClasses.as. I'm pretty sure this was working last week, but who knows? I didn't think much of the error because I thought it was a side-effect and not the cause. I should have investigated t

Re: [FlexJS] compile issue on flexjsjx step

2014-10-03 Thread Alex Harui
On 10/3/14, 11:32 AM, "Peter Ent" wrote: >IChartDataGroup not resolved in >org.apache.flex.charts.supportClasses.HSChartDataGroup This is the key piece of output. Could this be true? Where is IChartDataGroup defined? -Alex

Re: [FlexJS] compile issue on flexjsjx step

2014-10-03 Thread Peter Ent
I sync'd again to get recent changes to both falcon and flexjs. Rebuilt falcon, then ran the build in flexjs. Here's the final result: check-falconjx-home: check-compile-env: [echo] OS: Mac OS X / 10.7.5 / x86_64 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 23.6-b04 [echo] Java:

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Alex Harui
Actually, it moved from line 83 to 89, which means you are now synced up with Falcon. Line 89 says it can't find the definition for an interface in the "implements" line. -Alex On 10/2/14 11:08 AM, "Peter Ent" wrote: >Yes, always > >ava.lang.NullPointerException > [java]at >org.apach

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
Yes, always ava.lang.NullPointerException [java] at org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter.emit MethodDoc(JSFlexJSDocEmitter.java:89) On 10/2/14 1:58 PM, "Alex Harui" wrote: >Are you getting the same error at the same line? > >On 10/2/14 10:56 AM, "Pe

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Alex Harui
Are you getting the same error at the same line? On 10/2/14 10:56 AM, "Peter Ent" wrote: >Still not getting a complete build. > >flex-falcon: ant wipe-all; ant all >flex-asjs: ant clean-all; ant main > >Could it be my version of Java? 1.7.0_45? > >--peter > >On 10/2/14 12:39 PM, "Peter Ent" wro

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
Still not getting a complete build. flex-falcon: ant wipe-all; ant all flex-asjs: ant clean-all; ant main Could it be my version of Java? 1.7.0_45? --peter On 10/2/14 12:39 PM, "Peter Ent" wrote: >I have flex-falcon sync'd and did 'ant all' actually. > >On 10/2/14 12:21 PM, "Alex Harui" wrot

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
I have flex-falcon sync'd and did 'ant all' actually. On 10/2/14 12:21 PM, "Alex Harui" wrote: >Are you sure you are synced up with Falcon and built both Falcon and >FalconJX? > >On 10/2/14 9:07 AM, "Peter Ent" wrote: > >>Is anyone else seeing this issue? I've had it happen for the last couple

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Alex Harui
Are you sure you are synced up with Falcon and built both Falcon and FalconJX? On 10/2/14 9:07 AM, "Peter Ent" wrote: >Is anyone else seeing this issue? I've had it happen for the last couple >of days. > >In flex-asjs I run ant and on the flexjsjx step, the following happens. >What is weird is t

[FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
Is anyone else seeing this issue? I've had it happen for the last couple of days. In flex-asjs I run ant and on the flexjsjx step, the following happens. What is weird is the that step terminates a random points. Sometimes it gets through 90% of the files, other times it quits early, so I know