Re: AW: [Falcon] Problems building Falcon

2015-05-08 Thread Alex Harui
Hmm, I think those pass for me. What was the error/failure/results? Thanks, -Alex On 5/8/15, 10:15 AM, "Christofer Dutz" wrote: >Hi Alex, > >The others were related to the missing "swfutils" and the too old >playerglobal. > >These are the tests I couldn't get working and I had to @Ignore them:

AW: [Falcon] Problems building Falcon

2015-05-08 Thread Christofer Dutz
Hi Alex, The others were related to the missing "swfutils" and the too old playerglobal. These are the tests I couldn't get working and I had to @Ignore them: flex-falcon/compiler.tests/feature-tests/mxml/tags/MXMLHTTPServiceTagTests.java flex-falcon/compiler.tests/feature-tests/mxml/tags/MXMLRem

AW: [Falcon] Problems building Falcon

2015-05-08 Thread Christofer Dutz
Actually no ... that's about 20% of what Maven is. It's more an inversion of control for building applications. Each part of your application runs through the same phases: - generate sources - compile - compile-tests - run-tests - package - run integration-tests - install - deploy (Simple view)

AW: [Falcon] Problems building Falcon

2015-05-08 Thread Christofer Dutz
Hopefully I'll be able to publish SNAPSHOTS of Falcon and FLexJS in the next days so at least with Maven you could start playing around :-) Chris Von: Michael Schmalle Gesendet: Freitag, 8. Mai 2015 16:44 An: dev@flex.apache.org Betreff: Re: [Falcon] Pro