Hi Velo I am not sure I understand
I tried to look at the following example like mentioned in your post from August 21st, 2008 http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/test-harness/src/test/resources/updated-sdk/pom.xml But I get error 404 If you have an example of a pom that would be great Thank you On Tue, Oct 14, 2008 at 4:09 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > Hi, > > <dependency> > <groupId>com.adobe.flex</ > groupId> > <artifactId>compiler</artifactId> <version>3.1.0.2710</version> > <type>pom</type> > </dependency> > > Is used only on plugin dependencies, not at project dependencies. > > Ok? > > > VELO > > > On Tue, Oct 14, 2008 at 5:07 PM, Matthieu Labour <[EMAIL PROTECTED]>wrote: > >> Thanks Logan >> >> I did the following and everything works for me >> >> I purchased flex builder pro 3 >> >> and I ran the following command : >> >> mvn info.flex-mojos:install-mojo:2.0M6:deploy-sdk >> -Dflex.sdk.folder="C:\Program Files\Adobe\Flex Builder 3\sdks\3.1.0" >> -Dversion=3.1.0.2710 -Durl=scp://myserver/var/usr/local/.m2/repository >> -DrepositoryId=StrateerDEV >> >> and it created on the server the following >> >> .m2 / repository / com / adoble / compiler >> .m2 / repository / com / adoble / framework >> >> Specifically, I can see the following >> >> # pwd >> /var/usr/local/.m2/repository/com/adobe/flex/framework/datavisualization >> # ls >> 3.1.0.2710 maven-metadata.xml maven-metadata.xml.md5 >> maven-metadata.xml.sha1 >> >> Then following VELO's post from August 21st, 2008, I just add the 2 >> following dependencies : >> >> <dependency> >> <groupId>com.adobe.flex</groupId> >> <artifactId>compiler</artifactId> >> <version>3.1.0.2710</version> >> <type>pom</type> >> </dependency> >> <dependency> >> <groupId>com.adobe.flex.framework</groupId> >> <artifactId>flex-framework</artifactId> >> <version>3.1.0.2710</version> >> <type>pom</type> >> </dependency> >> >> with the following compiler >> >> <plugin> >> <groupId>info.flex-mojos</groupId> >> <artifactId>flex-compiler-mojo</artifactId> >> <version>2.0M6</version> >> <extensions>true</extensions> >> ...... >> >> And it works for me >> >> Thank you >> >> >> On Mon, Oct 13, 2008 at 4:44 PM, RedBugz Software <[EMAIL PROTECTED]>wrote: >> >>> >>> On Mon, Oct 13, 2008 at 2:08 PM, Marvin Froeder <[EMAIL PROTECTED]> >>> wrote: >>> > On 2.0 Resource bundles was changed too. >>> > >>> > I'm a little out of time. I suggest you take a look at blog, google it >>> or >>> > w8 anyone to reply.... >>> >>> I can help. >>> >>> > Basically classifier is no longer used and type is just rb.swc >>> > >>> > But the version is no longer 3.0.0.3.0.0.477, but you can install using >>> > install mojo. Well, I suggest you take a look at blog. After >>> install-mojo >>> > posts. >>> >>> So, if you had this before: >>> <dependency> >>> <groupId>com.adobe.flex.sdk</groupId> >>> <artifactId>datavisualization</artifactId> >>> <version>3.0.0.3.0.0.477</version> >>> <type>resource-bundle</type> >>> <classifier>en_US</classifier> >>> </dependency> >>> >>> It would now be: >>> <dependency> >>> <groupId>com.adobe.flex.framework</groupId> >>> <artifactId>datavisualization</artifactId> >>> <version>3.1.0.2710</version> >>> <type>rb.swc</type> >>> </dependency> >>> >>> You'll need to use the install-mojo install your own local Flex SDK >>> that has the datavisualization libraries, or install the >>> datavisualization libraries by hand yourself (more complicated), since >>> flex-mojos cannot legally distribute the datavisualization libraries >>> in the shared repo (though we're working on getting a distribution >>> license, we're waiting on Adobe). >>> >>> Logan >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
