Carsten, that is very helpful.  Thanks for writing that.

One maven tip.  Instead of explicitly specifying the
<version>3.0.0.3.0.0.477</version> everywhere, define it as a
property:

<properties>
 <property>
     <flex-version>3.0.0.3.0.0.477</flex-version>
 </property>
</properties>

Then just sub that in everywhere, so you only have to change it in one spot.

<version>${flex-version}</version>

Regards,
Davis

On Thu, Mar 26, 2009 at 5:26 AM, Carsten Schlipf
<[email protected]> wrote:
>
> Hi all,
>
> I have written a short tutorial on how to upgrade flex-mojos:
>
> http://www.yeap.de/blog2.0/archives/183-Upgrading-flex-mojos-2.0.0-to-flexmojos-maven-plugin-3.x.html
>
> Hope that helps!
>
> Velo, in case I missed something I would be glad to get a note from
> you.
>
> Best regards,
> Carsten
> >
>



-- 
Zeno Consulting, Inc.
home: http://www.zenoconsulting.biz
blog: http://zenoconsulting.wikidot.com
p: 248.894.4922
f: 313.884.2977

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