> -----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/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/plugins-build/project.xml. > > The checkstyle plugin has no unit test source code, and the stuff under > src/test isn't java code. > > Maybe you could try setting it to empty? > > > How can we fix this? (I hate to see the red cross in my workspace :-)). > we could come up with an alternate location for the test projects, e.g. > > src/plugin-test instead of src/test/plugin-test, change the affected > plugins, maven.xml and possibly the build-bootstrap.xml file.
Ah that looks much much better to me. +1 to that! :-) src/test is currently reserved for junit tests for code in src/java (or src/main or whatever is in the POM under sourceDirectory). I don't think we should use it for anything different. Thanks -Vincent > > I'd rather not, but..... > > -- > 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]
