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
___ >Von: carlos.rov...@gmail.com im Auftrag von >Carlos Rovira >Gesendet: Donnerstag, 17. Dezember 2015 18:23 >An: dev@flex.apache.org >Betreff: Re: AW: [FlexJS] Maven-friendly folders > >Hi Chris, > >maybe Alex is referring to generated "output&qu

AW: AW: [FlexJS] Maven-friendly folders

2015-12-18 Thread Christofer Dutz
rov...@gmail.com im Auftrag von Carlos Rovira Gesendet: Donnerstag, 17. Dezember 2015 18:23 An: dev@flex.apache.org Betreff: Re: AW: [FlexJS] Maven-friendly folders Hi Chris, maybe Alex is referring to generated "output", isn't it? in maven is normal to see the standard "target&

Re: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Carlos Rovira
bundled at "target/{artifact-id}-{version}.jar" > or in case of flex "target/{artifact-id}-{version}.swc" (or swf ... or > both) > > Chris > > ________________ > Von: Alex Harui > Gesendet: Donnerstag, 17. Dezember 2015 16:45 >

AW: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
t; (or swf ... or both) Chris Von: Alex Harui Gesendet: Donnerstag, 17. Dezember 2015 16:45 An: dev@flex.apache.org Betreff: Re: AW: [FlexJS] Maven-friendly folders One folder is better for Flash Builder debugging as well. So, the decision is: src/main/fle

Re: AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Alex Harui
One folder is better for Flash Builder debugging as well. So, the decision is: src/main/flex Just curious, does anything else ever go in src or is there always just one "main" folder? Now, what about the output folder? Currently crossed compiled stuff goes in js/out. Should it go some

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well I started re-writing the documentation for building Flex applications with Maven (Flexmojos 7.1.0-SNAPSHOT) in our Wiki ... think this should be a good starting point. Beyond that there is still a lot of content in my private Wiki. And if you run into trouble please feel free to ask on the

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Me too as this requires less adjusting of Flexmojos ;-) Chris Von: carlos.rov...@gmail.com im Auftrag von Carlos Rovira Gesendet: Donnerstag, 17. Dezember 2015 11:55 An: dev@flex.apache.org Betreff: Re: [FlexJS] Maven-friendly folders maybe b) should b

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well if there is .as and .mxml I could vote for one of these two options: a) src/main/as and src/main/mxml b) src/main/flex The "src/main/resources" is the default in Maven ... if there are no resources, the directory isn't either. Just if there are static resources, they should go in there. C

AW: [FlexJS] Maven-friendly folders

2015-12-17 Thread Christofer Dutz
Well if we wanted to go more in the direction of a Maven-firendly structure, it would probably be: - src/main/as (or src/main/flex or src/main/flexjs ... don't know what we want to call the highest level ... I don't really care as long as we stick to the decision) - src/main/resources (for conf