Eclipse Projects not found
Brought to you by:
kargu
How can I get the Schmant to work with the following Eclipse workspace setup?
WORKSPACEDIR/projectgroup1/projectA
WORKSPACEDIR/projectgroup1/projectB
WORKSPACEDIR/projectgroup2/projectC
WORKSPACEDIR/projectgroup2/projectD
I tried the following config:
var settings = new EclipseWorkspaceSettings();
var eWos = new EclipseWorkspace(new File("WORKSPACEDIR"), settings);
But Schmant reported that it didn't find projects in the workspace dir. It seems to me that Schmant will only find .project files in first level directories (within the workspace dir). I however need it to go to second level directories. Is there a way to do this?
Hi, sorry for the late response. I thought that I had made the configuration to be notified on new support requests, but apparently not.
Unfortunately the project file layout that you describe does not work with Schmant. I simply assumed that project directories always were in the first level dir. As always, assumption is the mother of all...
This is easy to fix, though. I'll make a fix for the next release. Let me know if you want a prerelease before 1.0.1 comes out.