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

Error compiling RegularExpressionAnnotator

2010-10-21 Thread Zunaid Kazi
I have recently started using UIMA and have been playing along with the various sandbox annotators with varying degree of succes. I ran into a couple of compile issues with RegularExpressionAnnotator: 1. I cannot find the source or jar that contains org.apache.incubator.uima.regex.*

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