Since the Musketyr published Gradl-gaelyk-eclipse-plugin, we can develop a Gaelyk project in comfort of Eclipse IDE.
This tutorial shows how to start a Gaelyk project in Eclipse.
Course of action
- Download Gaelyk Template project
- Fix gradle.build
- Import project to Eclipse
- Set project WAR directory
- Set App Engine
- Refresh Gradle dependencies
- Run project
Download Gaelyk template project
You can download Gaelyk Template project from Gaelyk website or visit Gaelyk on Github. The current version - v1.2 - of Template project on Gaelyk website contains a build problem, which is already fixed, but it is not included in zip package of the Template project on Gaelyk websites.
Fix gradle.build
After downloading the package, it is necessary to change the file gradle.build.
eclipse { classpath { plusConfigurations += configurations.functionalTestRuntime } }
Thank you very much for blogging about this. I I use Eclipse STS for this.
ReplyDeleteRegards,
Joel
Tom,
ReplyDeleteThis was EXTREMELY helpful. All the information is still good except for the need to fix the gradle.build file. I appreciate your attention to detail to explain this to the newbs that came YEARS after the post.
Regards,
Jeff