Kasper,

 What exactly do you call "ghost project"?

Please note that when you are importing Maven projects into Eclipse you need to make sure you are using one of the Maven import wizards. See http://docs.codehaus.org/display/M2ECLIPSE/Importing+Maven+projects If you want to create small test projects with modules and see if you can import it from local folder into the ide using those wizards. If you'll have issues with that, please create bug report and attach that project in there.

 regards,
 Eugene


Kasper Sørensen wrote:
It worked fine when creating the project and it's module projects but when I committed it to our SVN server and checked it out on another machine, the module "ghost projects" where not created. This was not really a problem at first, untill we started running tests in our modules testware. The line as follows does not resolve a working file:

File file = new File("src/test/resources/scd2test_historic.csv");

And this is of course because the project root in eclipse is now the parent project instead of the module project. How do you guys overcome such problems? Is there a way to recreate the ghost projects for each module? Or do you have any good hacks for accessing files relative to the module root instead of the parent project root?

Best regards,
Kasper Sørensen

I've been using m2eclipse for some time with great enjoyment. The other day I started a new project and wanted to make it module based (earlier on I've only been working with single module POMs).


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to