AW: Mavenizing Falcon

2014-07-15 Thread Christofer Dutz
Chris Von: omup...@gmail.com im Auftrag von OmPrakash Muppirala Gesendet: Dienstag, 15. Juli 2014 01:20 An: dev@flex.apache.org Betreff: Re: Mavenizing Falcon Just curious, how is this related to Jose Barragan's work on the flex-falcon maven branch [1]? Thanks, Om [1] https://git-wip-us.

Re: AW: Mavenizing Falcon

2014-07-14 Thread Alex Harui
change the >FlashBuilder this seems to be the best solution. > >Chris > > > > >Von: Erik de Bruin >Gesendet: Sonntag, 13. Juli 2014 19:25 >An: dev@flex.apache.org >Betreff: Re: Mavenizing Falcon > >Ideally, we would have b

Re: Mavenizing Falcon

2014-07-14 Thread OmPrakash Muppirala
, but as long as we can't change the > FlashBuilder this seems to be the best solution. > > Chris > > > > > Von: Erik de Bruin > Gesendet: Sonntag, 13. Juli 2014 19:25 > An: dev@flex.apache.org > Betreff: Re: Mavenizin

AW: Mavenizing Falcon

2014-07-14 Thread Christofer Dutz
ut as long as we can't change the FlashBuilder this seems to be the best solution. Chris Von: Erik de Bruin Gesendet: Sonntag, 13. Juli 2014 19:25 An: dev@flex.apache.org Betreff: Re: Mavenizing Falcon Ideally, we would have both the 'old compi

Re: Mavenizing Falcon

2014-07-13 Thread Erik de Bruin
.com] > Gesendet: Sonntag, 13. Juli 2014 17:54 > An: dev@flex.apache.org > Betreff: Re: Mavenizing Falcon > > Gordon or Darrell might know the real answer. > > If you build the Falcon repo or unpack a binary package, you should see a > compiler/lib folder. In it are the external

AW: Mavenizing Falcon

2014-07-13 Thread Christofer Dutz
starting to use FlexJS, but at the moment I just want to have my application compiled using the new Compiler. Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Sonntag, 13. Juli 2014 17:54 An: dev@flex.apache.org Betreff: Re: Mavenizing Falcon Gordon or

AW: Mavenizing Falcon

2014-07-13 Thread Christofer Dutz
s in Flexmojos though to allow a "compiler-falcon" artifact instead of insisting on "compiler", but that should take at most 5 minutes :-) Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Sonntag, 13. Juli 2014 17:54 An: dev@flex

Re: Mavenizing Falcon

2014-07-13 Thread Alex Harui
Gordon or Darrell might know the real answer. If you build the Falcon repo or unpack a binary package, you should see a compiler/lib folder. In it are the external dependencies require by the build. Antlr, Commons-io, Commons-cli, guava, Jburg, Jflex, LZMA. Pretty sure Jburg is need to build, b

Mavenizing Falcon

2014-07-13 Thread Christofer Dutz
Hi, After my latest Mavenizer and Flexmojos changes seem to compile all of my Flex projects without problems, I wanted to get started on adding Falcon support. Now instead of re-deploying the entire compiler, I would much more like to have the falcon-compiler depend on the normal compiler by ref

Re: Mavenizing Falcon

2014-06-18 Thread Alex Harui
It just occurred to me that from the Maven standpoint, Falcon doesn't even need to be an overlay, it can just be a standalone thing. We only need overlays in order to get it to work with an IDE. So, in theory, if you set up the lib folder correctly (including dependencies), the only trick is to c

Mavenizing Falcon

2014-06-18 Thread Christofer Dutz
Hi, so I think I got even nearer to the finishing-line with the Mavenizer Refactoring. Now I am thinking of how I should produce Maven versions of the Falcon compiler. As far as I understood, it's a different jar containing the compiler together with a hand full of new jars it depends on and