This configuration block is not related to flex-mojos 2.0 M10 The groupId was changed to *info.flex-mojos* Try that.
Anyway your rslUrls syntax still wrond. It shouldn't have library name. Take a look here: http://docs.flex-mojos.info/flex-compiler-mojo/compile-swf-mojo.html#rslUrls VELO On Wed, Jan 14, 2009 at 10:16 AM, al <[email protected]> wrote: > > I am using flex mojos 2.0M10. > When I supply rsl urls, they are translated to the compiler as '/ > {contextRoot}/rsl/rslUrl' > My configuration: > <plugin> > <groupId>info.rvin.mojo</groupId> > <artifactId>flex-compiler-mojo</artifactId> > <extensions>true</extensions> > <configuration> > > <sourceFile>main_application.mxml</sourceFile> > > <output>main_application.swf</output> > <rslUrls> > > <url>application_lib.swf</url> > > <url>application_forms.swf</url> > </rslUrls> > <contextRoot>client</contextRoot> > </configuration> > </plugin> > </plugins> > > However, when running mvn install , I see in mvn output the -runtime- > shared-library-path=<PATH_TO_SWC>,/{contextRoot}/rsl/ > application_forms-1.0.swf > > I would expect to see the rsl url without the {contextRoot}/rsl/ > prefix > > What am I doing wrong here? > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
