+1 to this whole branch of discussion.  This is exactly the convention we
decided on in the Hibernate build.  We generate various types of sources;
some production (main), some test.  In fact we decided on a single grouping
directory under {buildDir} also to keep things "neat".  But we also split
out the various types of things being generated.  So we end up with
directories such as (we use 'target' instead of 'build'):
target/generated-src/logging/main
target/generated-src/antlr/main
target/generated-src/jpamodelgen/test

This has worked great for us.  Except of course IDE project generation.
On May 10, 2011 8:41 AM, "mraccola" <[email protected]> wrote:

Reply via email to