RE: recent move of tests in checkstyle plugin...

2003-09-21 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 21 September 2003 16:55 > To: Maven Developers List > Subject: RE: recent move of tests in checkstyle plugin... > > "Vincent Massol" <[EMAIL PROTECTED]> wrote on 22/09/2

RE: recent move of tests in checkstyle plugin...

2003-09-21 Thread dion
"Vincent Massol" <[EMAIL PROTECTED]> wrote on 22/09/2003 12:31:12 AM: > Hmmm... It is not compiling. The reason is that under our structure, the > directory under src/test is supposed to be a package name and thus > Eclipse complains. src/test is the pom.unitTestSourceDirectory as defined by src

RE: recent move of tests in checkstyle plugin...

2003-09-21 Thread Vincent Massol
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 21 September 2003 15:32 > To: Maven Developers List > Subject: Re: recent move of tests in checkstyle plugin... > > "Vincent Massol" <[EMAIL PROTECTED]> wrote on 20/09/2003 11:31:26 PM: > > > dIon, > > &

Re: recent move of tests in checkstyle plugin...

2003-09-21 Thread dion
"Vincent Massol" <[EMAIL PROTECTED]> wrote on 20/09/2003 11:31:26 PM: > dIon, > > Is it normal we have > > src/test/plugin-test/src/main/org/... > > in the checkstyle plugin? Yes. This is a test project, to test the plugin's features. > > Shouldn't it be: > > src/test/main/org/... Nope, i