I got it. The problem is in the velocity template: actionScriptProperties.vm
Line 110: linkType="$artifact.getLinkType()" This needs to be getLinkType().getId(). Strangely, the template for flexbuilder is correct, but flashbuilder is not. I never used git or github before. How do I make a change? Ming On Feb 21, 6:59 pm, Marvin Froeder <[email protected]> wrote: > Well, this files are generated using a reverse engineering process, so it is > likely that something went wrong. > > I honestly do not maintain this mojo(I dont have neither the time nor the > means to test it) it is usually done by community. > > So if you wanna patch it, go for it. > > Sent from Android > > Em 21/02/2011 20:03, "Ming Liu" <[email protected]>escreveu: > > Hi, > > I'm trying to generate the Flash Builder project files from pom by > using mvn flexmojos:flashbuilder. But the resulted project files are > not valid. After going though Eclipse's error logs, I have discovered > that all the linkType in .actionScriptProperties file are set to > "MERGE" when it was expecting an integer. I got on JIRA and didn't > find an issue related to this, so I guess there's something wrong with > my configuration? > > Ming > > -- > 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 athttp://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ -- 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/
