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/
-~----------~----~----~----~------~----~------~--~---