I have no idea how can that affect maven....\ But to be sure, try to isolate this localized project and give it a try.
VELO On Mon, Apr 6, 2009 at 5:25 PM, alpduhuez <[email protected]> wrote: > > The 3.3 was a cut paste the blog article, we are still using 3.2. > > In my data project where we generate .as files I found a configuration > that was overriding the sourcePaths to add the generates source path. > I am still using an old alpha version of the generator b/c it is using > 1.0 of Granite DS. B/c of this we used the build helper plugin to add > the generated source dir to the sources path. This is all in a > separate project, that is a dependency of the localized swf, but error > output I have been sending is from build the localized project by > itself. Would this cause my issue? Was automatic detecting of > resources added in 3? > > This is the helper plugin: > <plugin> > <groupId>org.codehaus.mojo</groupId> > > <artifactId>build-helper-maven-plugin</artifactId> > <version>1.1</version> > <executions> > <execution> > > <id>add-generated-sources-base</id> > <phase>initialize</phase> > <goals> > > <goal>add-source</goal> > </goals> > <configuration> > <sources> > > <source>${project.build.directory}/generated-sources/base</ > source> > </sources> > </configuration> > </execution> > </executions> > </plugin> > > On Apr 6, 12:59 pm, Marvin Froeder <[email protected]> wrote: > > Did you update compiler to 3.3 too? Or just the SWCs? > > VELO > > > > On Mon, Apr 6, 2009 at 4:58 PM, Marvin Froeder <[email protected]> > wrote: > > > No, no, not is that.... you could use src/main/java and that won't be a > > > problem..... > > > > > But what I do think you did, you changed sourcePaths configuration..... > > > just by declaring it on pom will made flexmojos to lost the ability of > > > automatically set sourcePaths..... > > > > > VELO > > > > > On Mon, Apr 6, 2009 at 4:53 PM, alpduhuez <[email protected]> wrote: > > > > >> I have not changed the source path, using the default: src/main/flex > > > > >> This config is the overriden flexmojos config for this project. I am > > >> not using the flex-mojos super pom, I have my own & followed the blog > > >> entry here on the upgrade process: > > > > >>http://www.yeap.de/blog2.0/archives/183-Upgrading-flex-mojos-2.0.0-to. > .. > > >> . > > >> I have a root pom for my project that whose parent is my flexmojos > > >> pom. In it I define a flexmojos-maven-plugin w/ default configuration > > >> settings for builds, (e.g flexSDK version, license, debug) This root > > >> pom is the parent of my localized project 's pom, except I have > > >> redefined the flexmojos-maven-plugin to define the resource files. > > >> Would this be causing a problems now with 3.2? This is the setup > > >> we've used since we started using 1.0. > > > > >> I've kept the dependencies simple for the time being as well and only > > >> using the combined pom: > > > > >> <dependency> > > >> <groupId>com.adobe.flex.framework</groupId> > > >> <artifactId>flex-framework</artifactId> > > >> <type>pom</type> > > >> <version>3.3.0.4852</version> > > >> </dependency> > > > > >> Thanks so much for the help. > > >> -Al > > > > >> On Apr 6, 11:28 am, Logan Allred <[email protected]> wrote: > > >> > On Mon, Apr 6, 2009 at 11:19 AM, alpduhuez <[email protected]> > wrote: > > >> > > Here is my config: > > >> > > <configuration> > > >> > > <compiledLocales> > > >> > > > <locale>en_US</locale> > > >> > > </compiledLocales> > > > > >> <mergeResourceBundle>true</mergeResourceBundle> > > > > >> > Get rid of <mergeResourceBundle> that is deprecated with > > >> > compiledLocales and runtimeLocales. > > > > >> > I'm also not seeing the locale dir in the compiler source path. Did > > >> > you override any other flexmojos config? > > > > >> > Logan > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
