Ok so I did a little more testing. 

To me it seems as if there were currently some troubles with multiple source 
paths as in my builds all those compilations are failling in which there are 
multiple source paths:

- Module without tests, but with generated sources (src/main/flex and 
target/generated-sources/flexmojos)
- Module with tests (src/main/flex and src/test/flex)

In case of the modules with tests, the main code compiles niceley, but when 
compiling the tests it seems that classes of one source can't reference those 
of the other.

Chris

-----Ursprüngliche Nachricht-----
Von: Alex Harui [mailto:aha...@adobe.com] 
Gesendet: Montag, 13. Oktober 2014 17:05
An: dev@flex.apache.org
Betreff: Re: AW: AW: Some Falcon problems with multiple source-paths.



On 10/13/14, 1:47 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

>
>In the Flexicious code some Interfaces are annotated with a "Bindable"
>metadata (At Interface Level) ... compiling such an interface causes 
>NPEs in Falcon (IntelliJ even suggests that this line could throw NPEs) 
>cause in case of a Bindable Interface the class property is never set. 
>I think we should catch this and add a Warning instead.
IMO, we should do whatever MXMLC did.  Maybe Gordon will take on trying to make 
the Flexicious DG work.

>
>I also get some strange OperandStackUnderflowProblem error without any 
>explanation when compiling these libs.
Usually, these are a result of unexpected AST patterns and can be ignored until 
we think we are handling the reduction properly.

-Alex

Reply via email to