On Fri, Jul 24, 2009 at 12:46 PM, aparrish<[email protected]> wrote: > We have successfully reproduced the full build and the recreation of > the problem on another machine. So machine specifics are now no longer > being factored into the mix in my opinion.
Same symptoms? Maven build fails, but FB build succeeds? Are you launching the apps the same? Sanity checks: Make sure you start with clean builds: manually delete bin-debug (or output folder) in FB, make sure you run mvn clean May want to check out a 2nd copy of the code from your scm just to make sure there aren't any weird hidden code diffs. Some other things to try if you get desperate: Take the dumped config from FB and flex-mojos and run it in the command line compiler. Tweak the settings until you figure out which difference is causing the problem Logan --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
