Hi, I am trying to use the RELEASE tag in Maven (2.0.9) to always compile with the latest release version of the swc. The problem I am running into is that Flex MOJO appears to incorrectly determine the swf name to use. See below where the swc for both framework and common are correct, but the swf file names say RELEASE, but needs to be 1.0.0- alpha-1.88. So at runtime, the app blows up looking for *RELEASE.swf. What can I do to make it work? Thanks in advance.
-runtime-shared-library-path=C:\Documents and Settings\kwong \.m2\repository\com\ adobe\flex\framework\framework \3.2.0.3958\framework-3.2.0.3958.swc,framework-3.2 .0.3958.swz, -runtime-shared-library-path=C:\Documents and Settings\kwong \.m2\repository\com\ adobe\flex\framework\rpc \3.2.0.3958\rpc-3.2.0.3958.swc,rpc-3.2.0.3958.swz, -runtime-shared-library-path=C:\Documents and Settings\kwong \.m2\repository\rena un\Logger\1.0.1\Logger-1.0.1.swc,Logger-1.0.1.swf, -runtime-shared-library-path=C:\Documents and Settings\kwong \.m2\repository\Flex Spy\FlexSpy\1.2\FlexSpy-1.2.swc,FlexSpy-1.2.swf, -runtime-shared-library-path=C:\Documents and Settings\kwong \.m2\repository\com\ fiserv\isd\iip\uicore\iip-uicore-framework\1.0.0-alpha-1.88\iip-uicore- framework -1.0.0-alpha-1.88.swc,iip-uicore-framework-RELEASE.swf, -runtime-shared-library-path=C:\Documents and Settings\kwong \.m2\repository\com\ fiserv\isd\iip\uicore\iip-uicore-common\1.0.0-alpha-1.88\iip-uicore- common-1.0.0 -alpha-1.88.swc,iip-uicore-common-RELEASE.swf, -target-player 9.0.115 -use-network=true --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
