OK. I installed the fbpro flex sdk again on my local machine using a new name "3.2.0-cdm". Now maven says [DEBUG] com.adobe.flex.compiler:license:jar:3.2.0-cdm:compile (selected for compile) That looks good. Since we are currently at the end of our iteration today, i can not test it on the build server before monday.
I think the problem was a combination of the following: Locally I was working on a flex project that explicitly uses the free 3.2.0.3958 sdk artifacts from your repository. So I had all that stuff installed in my local maven repo. The other project I was working on that uses the flex charting and the fbpro sdk unfortunately had a semantical error in the pom because the flex compiler dependency was declared outside the compiler mojo, so it was not picked up for the maven classpath. Since the default compiler dependency provided by the flex mojos pom was present due to the other project there was no compile problem. Maybe it would be good if flex compier mojo could print which flex compiler it is using. It is possible to detect to type of flex sdk used to the compiler API (flex builder version, free version ?) Regards, --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
