-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (14 loc) · 1.29 KB
/
README
File metadata and controls
19 lines (14 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is your new Play 2.1 application
=====================================
This "supersimple" application is created only to verify that the Play2 plugin is working properly.
This has been tested (and failed for code completion) with the following setup:
This is what I do:
1. Download the latest Juno release: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junosr2
2. Install the Scala IDE (for Scala 2.10 and Eclise Juno) : http://download.scala-ide.org/sdk/e38/scala210/stable/site (according to the info on this page: http://scala-ide.org/download/current.html)
3. Install the Scala IDE Play 2 plugin: http://download.scala-ide.org/play2/nightly_3.0-M_juno_2.10-M/site/ (according to the info on this page: https://github.com/scala-ide/scala-ide-play2/wiki)
4. Creating a Play 2.1 JAVA project - and getting it ready for Eclipse ( $play eclipse) .
5. Checking to "add Scala nature" according to the known issues of the Scala-IDE-play2 plugin: https://github.com/scala-ide/scala-ide-play2/wiki/Known-Problems
Discussion on Google Group:
https://groups.google.com/forum/?fromgroups=#!searchin/scala-ide-user/code$20completion%7Csort:date/scala-ide-user/DbjKh1JPpDE/Z0RIrQy1dR8J
Additional info:
Templates must be opened with the Play Template Editor, rather than the HTML editor.