Hi
I want to use FlexMonkey with flex-mojos and I've read the article about it
on http://blog.flex-mojos.info/2008/11/20/the-return-of-automated-ui-tests/
When I run mvn install I get a build error because 2 artifacts are missing.
com.adobe.flex.sdk:framework:resource-bundle:en_US:3.0.0.477 and
com.adobe.flex.sdk:framework:resource-bundle:ja_JP:3.0.0.477
I did a copylocale and copied the flex sdk to my local m2 repo. I also added
the dependencies:
<dependency>
<groupId>com.adobe.flex.sdk</groupId>
<artifactId>rpc</artifactId>
<version>3.0.0.477</version>
<type>swc</type>
<classifier>en_US</classifier>
</dependency>
<dependency>
<groupId>com.adobe.flex.sdk</groupId>
<artifactId>rpc</artifactId>
<version>3.0.0.477</version>
<type>resource-bundle</type>
<classifier>en_US</classifier>
</dependency>
The scw files rpc-3.0.0.477-en_US.swc and rpc-3.0.0.477-ja_JP.swc are
available in my local m2 repo in the correct groupId.
It looks like maven in searching for the wrong artifacts:
Downloading:
http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/sdk/framework/3.0.0.477/framework-3.0.0.477-en_US.rb.swc
Anyone has an idea about this problem?
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---