Are you sure that you're using the exact same artifacts in ~/.m2/repository in both environments ? Perhaps clear it out on both sides and try again. I've had rare instances of corruptions or out-of-sync dependencies in my local repository before, which has managed to confuse the heck out of me. The only other thing I can think of is: Are both versions of maven identical ?
Hope that helps... -Grant. On Mon, Jan 4, 2010 at 4:31 PM, Tim Fulmer <[email protected]> wrote: > > Hello, > > Ran into an interesting bit of behavior when attempting a release on > Hudson. We've got a few modules using the generator plugin. When > performing command line builds and release builds using Continuum this line > seems to be used when compiling the generated AS code: > > -compiler.source-path > /noback/hudson/.hudson/jobs/amx.basis.trunk/workspace/trunk/flex/transferobjects/src/main/flex > /noback/hudson/.hudson/jobs/amx.basis.trunk/workspace/trunk/flex/transferobjects/target/generated-sources/flexmojos > > > However when running the release in Hudson using Maven release plugin the > source path looks a little different in these modules: > > -compiler.source-path > /noback/hudson/.hudson/jobs/amx.basis.trunk/workspace/trunk/target/checkout/flex/transferobjects/src/main/flex > > > Without the path to the generated AS source, which fails the release build. > My question is what makes the Flexmojos plugin decide whether or not to > include the additional source path to the generated sources? > > Thanks, > > -- Tim > > -- > 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]<flex-mojos%[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/ -- Grant Smith -- 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/
