|
|
Re: Wizards for New Scout elements don't find sources [message #1754093 is a reply to message #1753841] |
Tue, 14 February 2017 13:36 |
Benjamin Schulte Messages: 34 Registered: December 2016 |
Member |
|
|
I hunted down the problem in the SDK sources. I managed to discover that Scout SDK identifies shared, server and client projects by checking if Scout runtimes are available in this project:
boolean clientAvailable = S2eUtils.exists(javaProject.findType(IScoutRuntimeTypes.IClientSession));
boolean serverAvailable = S2eUtils.exists(javaProject.findType(IScoutRuntimeTypes.IServerSession));
and so on.
Problem in my workspace was a mistake in my shared project's POM I made myself which caused the client runtime to be included everywhere. That's why all my projects werde identified as client projects and thus not to be listed in shared or server source boxes.
[Updated on: Tue, 14 February 2017 13:39] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03145 seconds