Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Getting Started in Eclipse

popzip edited this page Nov 26, 2014 · 7 revisions
  1. Install Eclipse. This guide uses Luna.
  2. Look for STS
  3. Use the link for STS within Luna. Help->Install Software, Add Repository
  4. Select "Gradle IDE" from the available options. Gradle IDE
  5. Restart Eclipse when prompted
  6. File->Import, then "Gradle Project".
    Import gradle project
  7. Navigate to marklogic-samplestack/appserver/java-spring, then click "Build Model" Build Model
  8. Select the project that results. Your new workbench should look like this: New workbench
  9. To run the gradle tasks for samplestack, right-click on the project, find "Gradle" and use the quick tasks launcher. (ctrl-shift-alt-R). Try "assemble" or "unitTest" Task runner