Thanks for your suggestion!  I was at Maven 2.0.6 and after upgrading  
the error disapeared. I read it somewhere that the most recent version  
was needed, but I forgot as I was working with flex-mojo v1.0  at the  
time...

I also rewrote the dependencies of the resource bundles to use the  
rb.swc signature (+re-installed the files in the repo using the  
corrects tags) and now everything compiles just fine.  Next job: get  
the testing system going ...

For sake reference, I copy the install command and the dependency  
entry here:

example case:  datavisualisation

insert file in repo (find the original file in your adobe flex sdk  
directory):
 >>> mvn install:install-file -DgroupId=com.adobe.flex.sdk - 
DartifactId=datavisualization -Dversion=3.0.0.477 -Dpackaging=rb.swc - 
Dclassifier=en_US -Dfile=datavisualization_rb.swc

write dep in pom:
 >>> <dependency>
          <groupId>com.adobe.flex.sdk</groupId>
          <artifactId>datavisualization</artifactId>
          <version>3.0.0.477</version>
          <type>rb.swc</type>
       </dependency>


Thanks again !




On Nov 27, 2008, at 12:33 PM, Marvin Froeder wrote:

> Hi, 2.0 series has some compatibility breaks.
>
> 1 - GroupId change, now is info.flex-mojos (I bought the domain  
> after 1 series start, so I decide to use domain like groupId)
> 2 - resouce-bundle dependencies no longer exists, they are replaced  
> by rb.swc, and doesn't need the classifier (locale) anymore.
>
> I think that are the only breaks, the rest still there, deprecated,  
> but there.
>
>
> VELO
>
> On Thu, Nov 27, 2008 at 5:54 AM, pvremort  
> <[EMAIL PROTECTED]> wrote:
>
> Hi!  Thanks for all your fantastic work.
>
> I am just learning to use flex-mojos in our projects.  I am a bit lost
> regarding the newer version of Flex mojos (e.g. 2.0M9) different
> versions and how to use them.  How do I start using this november
> release exactly?  Up to now I have everything running with super-pom
> v1.0.  This new version does imply upgrading the version of the super-
> pom, or what am I missing ;-)?   Obviously something ...
>
> I can't seem to find any examples of guides how to upgrade to newer
> versions.
>
> Some hints would be very helpful.  Thanks again !
>
> pvremort - Belgium
>
>
>
>
> >
>


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

Reply via email to