Lorenzo, i had this problem also. Whenever i added a new component or
actionscrip class i got that circular dep. error (but only in my lib project
that is a rsl scoped dep to my swf ("ria") project.A quick fix was to open the lib project properties(Flex Library Build Path->Classes(tab) and de-select all classes to include in library. It turned out that I had explicitly specifed: <sourcePaths> <path>$(project.basedir)/src/main/flex</path> .....(more)... </sourcePaths> in the plugin <configuration>. Probably early when i was trying to get things working with earlier version of flexmojos, had some trouble with getting the resource directories to show up and my code to find my resources. I removed the lines from the pom and also from my root pom. Did flexmojos:flexbuilder again and refreshed my project in flexbuuilder. Im running flexmojos 3.3. Not sure if it is your remedy. Maybe Velo has the explanation. maybe it works for you too. And to Velo, all my 3 mutant thumbs up for your excelent work with the plugin, many thanks, hats off! regards, Hans. 2009/5/28 Marvin Froeder <[email protected]> > Well, probably a bug. flexbuilder goal isn't exactly a state of art > plugin.... I do needs testing and many patchs. > > VELO > > > On Thu, May 28, 2009 at 9:47 AM, Lorenzo Sicilia < > [email protected]> wrote: > >> >> Hi to all, >> >> since two weeks I begin with flexmojos. My kudos to VELO. Good job! >> By the way, I have some problems about integration with flexmojos and >> flexbuilder. >> In my maven build process all works fine but when I use >> flexmojos:flexbuilder I get this error in flexbuilder: >> >> The definition is in circular inheritance. Test.mxml >> common/src/main/ >> flex Unknown Flex Problem >> >> Common is a as3 library project and Test.mxlm is a Flex Custom >> Component. >> >> My super pom is composed by 3 module: >> - common (as3 library rsl library ) -> >> - home (flex application) >> - war (war application) >> >> If I remove Test.mxml flexbuilder from common doesn't return the >> Circular inheritance proble and App.as sample Class is >> compiled.Otherwise mvn install compile all project fine. >> I look inside .actionscript project generated by mojos and it's >> completely different by .actionscript flexbuilder generated. >> >> If I copy my common-v1.swc in a FlexBuilder project generated all >> works fine. >> Then, is it a bug of flexmojos:flexbuidler when it generate >> the .actionscriptproperties file? >> >> regards Lorenzo >> >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
