6 messages in com.googlegroups.flex-mojosinstall mojo - makes playerglobal ver...
FromSent OnAttachments
codecraigSep 18, 2008 3:27 am 
codecraigSep 18, 2008 3:31 am 
codecraigSep 18, 2008 5:58 am 
codecraigSep 18, 2008 6:40 am 
Stevo SlavićOct 5, 2008 3:38 pm 
veloOct 5, 2008 4:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:install mojo - makes playerglobal version have "9-" in front of it?Actions...
From:codecraig (code@gmail.com)
Date:Sep 18, 2008 3:27:26 am
List:com.googlegroups.flex-mojos

This morning I downloaded the latest flex sdk (3.1.0.2710) and installed it to, c:\dev\flex_sdk.

I then ran the install mojo command: mvn info.flex-mojos:install-mojo:2.0M5:install-sdk - Dflex.sdk.folder="C:\dev\flex_sdk" -Dversion=3.1.0.2710

My flex application depends on "playerglobal" so in my pom.xml I have: <dependency> <groupId>com.adobe.flex.framework</groupId> <artifactId>playerglobal</artifactId> <version>3.1.0.2710</version> <type>swc</type> <scope>external</scope> </dependency>

When I attempt to compile my application I get an error from Maven saying it can't find that dependency. So I checked my local Maven repository (c:\documents and settings\<name>\.m2\repository\com\adobe \flex\framework\playerglobal).

To my surprise I saw one directory in there named: 9-3.1.0.2710

I guess there is a bug with the install mojo?