I’m trying to figure out why my multiproject, when imported into eclipse through buildship does not have the wst component nature attached like it should. I’m using 1.0.21 and gradle 2.14.1.
I’ve made sure every project applies the eclipse-wtp plugin by specifying it in the allprojects closure of the main build script. I could have sworn this worked at some point, now I’m stumped as to why its not.
What are the requirements for importing a multi-project project and having buildship run the eclipseWtp task?
I could have sworn that the task was being called when I imported through my import task for oomph… and even when importing with buildship by itself. I thought this feature was dependent on just buildship 1.0.21 and not any specific gradle version? Is there something in the tooling that was added to 3.0 to allow it to run that task?
I ran the eclipse task outside of buildship and lo and behold, I have a failing task thats run prior to it. Wonder if that is causing it to fail somehow?