Hi everyone, I'm starting with flex mojos to automate my build in a Flex project. I start by following this tutorial: http://ria.dzone.com/articles/flex-and-maven
I could generate the maven project through the flex mojos archetype using this command: mvn archetype:generate -DarchetypeRepository=http:// repository.sonatype.org/content/groups/public - DarchetypeGroupId=org.sonatype.flexmojos - DarchetypeArtifactId=flexmojos-archetypes-application - DarchetypeVersion=3.7.1 But then, when I try to run maven install (even test) I get this error: [INFO] Unexpected return code 133/Users/jorgesilva/dev/flexWorkspaces/ testmavenflex/target/test-classes/TestRunner.swf The command I'm using is this: mvn -DflashPlayer.command='fp.app/Contents/MacOS/Flash Player' install So, I dont know what is this "Unexpected return code 133" and the weird thing is that i try the same thing on a Windows XP and it works perfectly. I think i have all configured properly. So, anyone have ever get this problem? Anyone knows how to solve it or where to look for? Thanks in advance! Cheers, Jorge -- 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/
