I have a couple projects that make up a module, and I want to build them automatically. The module consists of a plain JAR API, an EJB, an EAR, a plug-in and a RCP product, so building it with either Maven or Tycho is not possible. I want to evaluate if it is possible using Gradle.
The last couple days I tried to figure out how that is done, and I'm not sure why there is so little support to build RCP applications using Gradle, especially since Gradle has overtaken Maven on the build automation front.
What I tried:
- BuildMonkey - gets it's repositories directly (and unmodifiable) from https://ftp.heanet.ie, which is down
- Wuff! - doesn't work with the latest Gradle version
- GradlePlugins - for Gradle 0.9, last commit was 8 years ago
- DiffPlug - example project leads to
NoClassDefFoundError
Is there some great tool I'm missing? Something has to work? Especially considering Tycho isn't in use either. Maybe it's really Eclipse RCP that nobody uses anymore?
This question is similar, but old - and I tried the tools in the answers.