Ok ... should have read your third post before replying to the first two :-)
So did you get your build working?

If you want, you could also give the Flexmojos 7.0.0-SNAPSHOT a spin. I updated 
Flexmojos to work with (only) the groupId "org.apache.flex" instead of 
"com.adobe.flex" and added some minor updates not longer bugging users about 
the missing license jar change FM that it outputs some unimportant log messages 
as "INFO" instead of "WARNING".

Chris

-----Ursprüngliche Nachricht-----
Von: wim.deblauwe [mailto:[email protected]] 
Gesendet: Montag, 23. Dezember 2013 11:41
An: [email protected]
Betreff: Re: Problem migrating to Flexmojos 6: Failure to find 
com.adobe.flex.framework:halo:swc

Found the problem. I was using this dependency:

<dependency>
  <groupId>com.adobe.flex.framework</groupId>
  <artifactId>halo</artifactId>
  <type>swc</type>
  <classifier>theme</classifier>
  <scope>theme</scope>
  <version>${flex-framework.version}</version>
</dependency>

I had to change it to:

<dependency>
  <groupId>com.adobe.flex.framework.themes</groupId>
  <artifactId>halo</artifactId>
  <type>swc</type>
  <scope>theme</scope>
  <version>${flex-framework.version}</version>
</dependency>

Notice how the groupId now has 'themes' at the end and that the classifier is 
no longer needed.



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Problem-migrating-to-Flexmojos-6-Failure-to-find-com-adobe-flex-framework-halo-swc-tp4254p4256.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to