-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi,
I was researching about using Gradle to build Eclipse RCP applications and found the video about Goomph during the Gradle Summit 2016.
I need to write a pure JavaFX RCP application and I was thinking of using e(fx)clipse as the platform. I was wondering if Goomph could help with this task. I know the guys at e(fx)clipse created a maven repository with all the dependencies for e(fx)clipse, but I don't know if that is relevant for this case. Also, during the video presentation I got the impression that Goomph takes the configuration from Eclipse to create the Gradle project. Is the reverse also possible? If I have a Gradle build script with subprojects, will Goomph convert it into a RCP Eclipse application with one module per subproject?
Thanks!