Hi, I have a multi modules project. Some are J2EE projets, one is a Flex project and one is a flex library.
Maven works fine in my shell. The mavenization of my project is now finished (used to build with ant) but I now have some problems in Flex Builder 3 in the flex project (but works fine in the flex library project) : - no more completion with ctrl space (has been reset to Alt Space...) - no more ctrl click to "Go to Definition" - the occurencies marker is no longer working. I did not find any working solutions on google except this one: - right click on the flex project (not the flex lib project) - Flex Project Nature > Add Flex Project Nature It will add a bin-debug folder and a libs folder in the project folder. It wil also add a "MyProjectName.mxml" file in the src folder. After that the ctrl+click works fine on standard flex component, not mine... the completion and occurencies marker does not. Also good to note that when I open my Flex project, I get an error popup saying : "A problem occurred when opening project MyProject. Try quitting and restarting the application. If the problem persists, you might be using an unsupported project version, or your project files might be corrupted." !!! - All the eclipse files in my project have been created by the following command: mvn flexmojos:flexbuilder . - !!! I also have a strange error in the design view with all my mxml components : "An unknown item is declared as the root of you MXML document. Switch to source mode to correct it" Working under Flex Builder is now as powerful as working in notepad.exe .... Please help ! -- 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 http://flexmojos.sonatype.org/
