[flex-mojos] Re: any way to override the external compilation of the OSMF lib?

2012-10-28 Thread cnewman
Okay, so here's the solution in case anyone else runs into this (special thanks to Simon Morvan for the email pointing me in the right direction): dependencies dependency groupIdorg.osmf/groupId artifactIdosmf/artifactId version2.0/version typeswc/type scopemerged/scope /dependency dependency

Re: [flex-mojos] any way to override the external compilation of the OSMF lib?

2012-10-28 Thread Christofer Dutz
Try defining the dependency for osmf before that of the flex framework. If you define it after that, it will already be included with the settings of the framework. Another alternative is not to use the framework pom but to manually add the dependences to each individual lib of the fdk. Chris Am

Re: [flex-mojos] any way to override the external compilation of the OSMF lib?

2012-10-28 Thread Simon Morvan
c newman cpnewman...@gmail.com wrote: Just getting going with flexmojos and really liking it so far. However, I've hit a show stopper that will force me back to Ant if I can't figure it out: I cannot seem to get the merged (or internal) dependency scope to work for the osmf.swc for the swc I am

Re: [flex-mojos] Simple-Air Application SVN

2012-10-28 Thread Christofer Dutz
Ok ... so I got a real computer underneath my fingers and here comes the URL ;-) https://github.com/velo/flexmojos This is where the Flexmojos Trunk currently lies. Good Luck 2012/10/26 Christofer Dutz christofer.d...@gmail.com: The current trunk is at github. Look for velo and flexmojos.

[flex-mojos] Localization, Maven, Unable to resolve resource bundle for locale...

2012-10-28 Thread Александр Погребников
Hi, I know that this problem was considered you have not once. Before you write, read several tutorials and requests in this group. But I could not fix the problem. I started working with the flex-mojos quite recently, and now there is a need localize an application. For the beginning I tried to

Re: [flex-mojos] Simple-Air Application SVN

2012-10-28 Thread Christofer Dutz
The current trunk is at github. Look for velo and flexmojos. Sorry I can't post you the link, but I can't access my settings from the phone I am writing this response. Good luck, Chris Am 26.10.2012 00:34 schrieb Jose Manuel Hurtado Portugal jmhpz...@gmail.com: I've been looking for the

Re: [flex-mojos] Simple-Air Application SVN

2012-10-28 Thread Simon Morvan
Jose Manuel Hurtado Portugal jmhpz...@gmail.com wrote: I've been looking for the Simple-Air Application Sample that is described in the Building an AIR Applicationhttps://docs.sonatype.org/display/FLEXMOJOS/Building+an+AIR+Application webpage, but have been unable to check out from the

Re: [flex-mojos] Localization, Maven, Unable to resolve resource bundle for locale...

2012-10-28 Thread Christofer Dutz
I think you have youre locales path wrong. They should be in src/main/locales and not src/main/flex/locales. The problem is that src/main/flex is allready in the source-path. Try putting the loacles in the path src/main/locales and all should work. Chris 2012/10/26 Александр Погребников