Re: AW: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2016-01-11 Thread Alex Harui
;>>>flex-config.xml. Should they still go in src/main/resources? >>> >>>They definitely bekong in "src/main/resources" in that case. >>> >>> >>> >>>Von: Alex Harui >>>Gesendet:

Re: AW: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2016-01-11 Thread Alex Harui
n "src/main/resources" in that case. >> >> >> >>Von: Alex Harui >>Gesendet: Montag, 21. Dezember 2015 09:17 >>An: dev@flex.apache.org >>Betreff: Re: AW: AW: AW: AW: [FlexJS] Maven-friendly folders >>

Re: AW: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2015-12-21 Thread Alex Harui
re's >>a need to create a branch for this ... > >Yes, sound like a good plan, once I truly understand where everything >should go. > >-Alex > >> >> >>Von: Alex Harui >>Gesendet: Samstag, 19. Dezember 2015 0

AW: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2015-12-21 Thread Christofer Dutz
Should they still go in src/main/resources? They definitely bekong in "src/main/resources" in that case. Von: Alex Harui Gesendet: Montag, 21. Dezember 2015 09:17 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: [FlexJS] Maven-friendly folde

Re: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2015-12-21 Thread Alex Harui
to the ant script I don't think there's >a need to create a branch for this ... Yes, sound like a good plan, once I truly understand where everything should go. -Alex > > >Von: Alex Harui >Gesendet: Samstag, 19. Dezember 2015 01:2

AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2015-12-19 Thread Christofer Dutz
we could streamline any adjustments needed? As the pom.xml would simply reside next to the ant script I don't think there's a need to create a branch for this ... Chris Von: Alex Harui Gesendet: Samstag, 19. Dezember 2015 01:27 An: dev@flex.apache.

Re: AW: AW: AW: [FlexJS] Maven-friendly folders

2015-12-18 Thread Alex Harui
] >Gesendet: Freitag, 18. Dezember 2015 16:59 >An: dev@flex.apache.org >Betreff: Re: AW: AW: [FlexJS] Maven-friendly folders > >What is a "generator-name"? Like FalconJX or swc and js? > >Do you know what artifact-id's you want to use for FlexJS? > >It could be a big ch

AW: AW: AW: [FlexJS] Maven-friendly folders

2015-12-18 Thread Christofer Dutz
-sources/antlr ... Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Freitag, 18. Dezember 2015 16:59 An: dev@flex.apache.org Betreff: Re: AW: AW: [FlexJS] Maven-friendly folders What is a "generator-name"? Like FalconJX or swc and js? Do you

Re: AW: AW: [FlexJS] Maven-friendly folders

2015-12-18 Thread Alex Harui
What is a "generator-name"? Like FalconJX or swc and js? Do you know what artifact-id's you want to use for FlexJS? It could be a big change to add versions to the name of the SWC. Is that a requirement in Maven? Thanks, -Alex On 12/18/15, 1:12 AM, "Christofer Dutz" wrote: >Well for generat

AW: AW: [FlexJS] Maven-friendly folders

2015-12-18 Thread Christofer Dutz
Well for generated sources, they usually go to "target/generated-sources/{generator-name}" or "target/generated-test-sources/{generator-name}" ... at least this is what the most ides seem to directly support. Chris Von: carlos.rov...@gmail.com im Auftr

AW: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well In maven you have src/main/... For the actual code src/test/... For stuff needed to run unit tests src/it/... (Not quite standard yet, but probably the standard for integration-tests) Also site stuff for the automatically generated maven project documentation, So yes ... there is mor