Re: Naming convention for ITs

2007-11-23 Thread dfabulich
I think that's my fault. Sorry about breaking your IDE config. I didn't think that it was normal to load up .java files in the src/test/resources directory as compilable classes. FWIW, I have been trying to avoid numbering ITs (e.g. "it0047") because I don't think names like that communicate us

RE: Naming convention for ITs

2007-11-19 Thread Brian E. Fox
Having different packages make the most sense to me. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mauro Talevi Sent: Monday, November 19, 2007 7:11 AM To: dev@maven.apache.org Subject: Naming convention for ITs Hi all, there is a duplication of test classes in Sur