Grant, thanks for getting back with me. This actually works in Hudson during a non-release build, using the exact same Maven install and .m2 directory. It's something different in the environment Hudson is using to do the release and the non-release builds. Looks like I'm going to have to dive into the plugin source to see what switch it's using to include generated dir or not.
On Tue, Jan 5, 2010 at 8:13 AM, Grant Smith <work.gr...@gmail.com> wrote: > 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 <tful...@dslextreme.com> 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 flex-mojos@googlegroups.com >> To unsubscribe from this group, send email to >> flex-mojos+unsubscr...@googlegroups.com<flex-mojos%2bunsubscr...@googlegroups.com> >> 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 flex-mojos@googlegroups.com > To unsubscribe from this group, send email to > flex-mojos+unsubscr...@googlegroups.com<flex-mojos%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/flex-mojos?hl=en?hl=en > > http://blog.flex-mojos.info/
-- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to flex-mojos@googlegroups.com To unsubscribe from this group, send email to flex-mojos+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/