Flex/maven; 'Air Global Player'
hi all,
in current (flex 3.5) project, several external (both public , private) maven-dependencies required.
one of these dependencies updated recently. however, when updating dependency new version, flex compiler fails following message:
[code]failed execute goal [..]compile-swc on project [..]: player/air global dependency not found.[/code]
this solved adding following dependency:
[code]
<groupid>com.adobe.flex.framework</groupid>
<artifactid>airglobal</artifactid>
<version>3.5.0.12683</version>
<type>swc</type>
[/code]
this, in turn, results in following errors:
[code]
could not resolve <mx:label> component implementation
could not resolve <mx:anything> component implementation
[/code]
it looks maven decides use flex4 compiler, , halts on pre-flex4 components finds.
now know updating flex4 might best solution, there's onfortunately no budget so.
does know how
1) rid of 'air global dependency not found'-error
or
2) rid of component implementation errors?
either solution works me, guess, long can project running again.
thanks,
does have ideas?
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment