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.
How can we fix this? (I hate to see the red cross in my workspace :-)). Thanks -Vincent > -----Original Message----- > From: [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, > > > > 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, it's a complete project, not just the source of some test cases. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
