"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. 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]
