Hi,

sorry for not responding any sooner. Unfortunately I can’t send emails at my 
current client.

Glad you fixed the problem ☺

One more thing. Third Party libs are usually compiled with one of the 
publically available Adobe FDKs. So when using these libs you might pull in old 
FDK libs. So I would recommend to use the maven dependency:tree plugin to see 
what’s pulled in and to manually exclude these libs to avoid problems.

Chris


Von: Mario Souza [mailto:[email protected]]
Gesendet: Mittwoch, 25. Februar 2015 03:41
An: [email protected]
Betreff: Re: Using FlexMojos 7

Fixed!

https://gist.github.com/mariojunior/9bec50f560efa09f301b#comment-1400422

Mario Souza
Front-End Developer

[cid:[email protected]]

Level 3, 54-56 Cambridge Terrace
PO Box 19204, Wellington 6011
New Zealand
M. +64 021 082 71135 | W. www.vizexplorer.com<http://www.vizexplorer.com/>

On 25 February 2015 at 10:32, Mario Souza 
<[email protected]<mailto:[email protected]>> wrote:
Hello guys!

I'm trying migrate a legacy app build with Adobe Flex SDK 4.5 to Apache Flex 
SDK 4.14.
I've made some local test and everything is working properly, no issues with 
backward compatibilities.

But, for now, I need migrate the building process, made by a FlexMojos version 
3, to use the latest FlexMojos 7.

I'm following the steps about the Mavenizer instructions (to generate the FDK, 
it's working well: 
https://cwiki.apache.org/confluence/display/FLEX/Building+Flex+applications+with+Maven),
 I made the changes on my pom.xml into a single library project (to generate a 
swc), this project is very simple - just requires a flexlib dependency and the 
flex framework, obviously - and I tried run the maven clean install and I'm 
getting a simple error:

...RibbonMediumButtonSkin.mxml:[-1,-1] Unable to locate specified base class 
'spark.skins.SparkSkin' for component class 
'net.bis2.components.ribbon.skins.RibbonMediumButtonSkin'.

It seems that the basic class (spar.skin.SparkSkin) is not linked to project, 
however this class is part of the framework and my main dependency 
(org.apache.flex.framework.framework.4.14.0.20150123) was declared.

I think that I'm missing a little thing basic on my pom.

My pom.xml on:
https://gist.github.com/mariojunior/9bec50f560efa09f301b


Thanks.

@mariojunior


Reply via email to