farhan5248 / sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles
GNU General Public License v3.0
0 stars 0 forks source link

Restructure Xtext Project to Standard Maven Structure #14

Closed farhan5248 closed 10 months ago

farhan5248 commented 12 months ago

the test code is treated as separate Maven modules, this should be changed so that the test code is with the main code modules. This is done by updating the mwe file.

farhan5248 commented 10 months ago

I tried to do this but there's very little documentation on how to do so. I'd have to learn about developing Eclipse plug-ins in general which I'm not motivated to do so. I will try to find some forum where I can ask about why there is no ui project created and how to do so before I give up.

farhan5248 commented 10 months ago

I asked the question about the project structure here For now I'm closing this issue since it looks like if one chooses to have the standard structure, it also means you're not specifically using Eclipse and the ui project disappears. Until I figure out where the ui classes go, I have to revert the structure to the Eclipse specific one.

farhan5248 commented 10 months ago

According to a maintainer of the project, in Eclipse projects, the tests are separate so that structure will be the one I'll use.