Re: maven src directory for generated code

2010-10-21 Thread Richard Matthias Eckart de Castilho
Hello Philip, So, I would much rather have the generated code put into a different source folder that has only generated code in it. Something like src/generated/java or src/output/java or whatever the convention is. My question is whether or not there is a convention and if so could

Re: maven src directory for generated code

2010-10-21 Thread Philip Ogren
Marshall, Thank you for this helpful hint. I was just now following up on Richard's tips and was trying to figure out how to get Eclipse to recognize the new source directory. I think I now have a working solution! I will send it around shortly. Philip On 10/21/2010 9:03 AM, Marshall

Re: maven src directory for generated code

2010-10-21 Thread Marshall Schor
:-) Thanks. -M On 10/21/2010 11:22 AM, Philip Ogren wrote: Marshall, Thank you for this helpful hint. I was just now following up on Richard's tips and was trying to figure out how to get Eclipse to recognize the new source directory. I think I now have a working solution! I will send

maven src directory for generated code

2010-10-20 Thread Philip Ogren
We are using maven as the build platform for our uima-based projects. As part of the build org.apache.uima.tools.jcasgen.Jg is invoked to generate java files for the type system. This is performed in the process-resources phase using a plugin configuration previously discussed on this list.