SpringSource Tool Suite
From KevinWiki
(Difference between revisions)
(New page: Category:Eclipse Plugins == Installation (SpringSource Tool Suite) == === Add Update Site === * The latest version of STS is 2.1.0 RC1. Add the following update site. http://www.spri...) |
|||
(5 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
== Installation (SpringSource Tool Suite) == | == Installation (SpringSource Tool Suite) == | ||
=== Add Update Site === | === Add Update Site === | ||
- | * | + | * For Eclipse Juno (4.2) and Indigo (3.7) |
- | http://www.springsource. | + | Read [http://www.springsource.org/STS-installation-instructions UPDATE SITE INSTALLATION INSTRUCTIONS] |
+ | |||
+ | http://dist.springsource.com/release/TOOLS/update/e4.3 (for Eclipse Kepler) | ||
+ | http://dist.springsource.com/release/TOOLS/update/e4.2 (for Eclipse Juno - using the new 4.2 stream) | ||
+ | http://dist.springsource.com/release/TOOLS/update/e3.8 (for Eclipse Juno - using the 3.8 stream) | ||
+ | http://dist.springsource.com/release/TOOLS/update/e3.7 (for Eclipse Indigo) | ||
+ | |||
+ | * For Eclipse Helios (3.6) | ||
+ | Read [http://dist.springsource.com/release/STS/doc/STS-installation_instructions.pdf STS Installation Instructions] and use the Eclipse update site for STS in the doc. | ||
+ | Reference: http://blog.springsource.com/2009/06/24/installing-sts-into-eclipse-35/ | ||
+ | |||
+ | * Choose one!!! (The current repositories) | ||
+ | Releases: http://www.springsource.com/update/e3.5 | ||
+ | Milestone releases: http://www.springsource.com/milestone/e3.5 | ||
+ | Nightly snapshots: http://www.springsource.com/snapshot/e3.5 | ||
+ | |||
+ | * Choose one!!! (Old ones) | ||
+ | Releases: http://www.springsource.com/update/e3.4 | ||
+ | Milestone releases: http://www.springsource.com/milestone/e3.4 | ||
+ | Nightly snapshots: http://www.springsource.com/snapshot/e3.4 | ||
+ | |||
=== Install === | === Install === | ||
* Select the components to install from the SpringSource Update Site for Eclipse 3.4 and 3.5 entry | * Select the components to install from the SpringSource Update Site for Eclipse 3.4 and 3.5 entry | ||
* Click the Install button. | * Click the Install button. | ||
+ | |||
+ | ==== Install Groovy-Eclipse plugin ==== | ||
+ | |||
+ | -v Core / Eclipse Integration for Gradle | ||
+ | └v Gradle IDE | ||
+ | |||
+ | -v Groovy-Eclipse | ||
+ | ├v Groovy Compiler 1.8 Feature | ||
+ | ├v Groovy Compiler 2.1 Feature | ||
+ | ├v Groovy-Eclipse Feature | ||
+ | └v JDT Core patch for Groovy-Eclipse plugin | ||
+ | |||
+ | * Groovy-Eclipse: Select the version you have. | ||
== Installation (Old version - Spring IDE) == | == Installation (Old version - Spring IDE) == | ||
=== Add Update Site === | === Add Update Site === | ||
* Add the following SpringSource Update site in the Update Manager. | * Add the following SpringSource Update site in the Update Manager. | ||
- | http://www.springsource. | + | Releases: http://www.springsource.com/update/e3.4 |
- | * It will add <code>SpringSource Update Site for Eclipse 3.4</code> and <code>AJDT Update Site</code>. | + | * It will add <code>SpringSource Update Site for Eclipse 3.4</code> and <code>AJDT Update Site</code>. If AJDT Update site is not added, add it manually ([[AspectJ Development Tools]]) and install it first. |
=== Install === | === Install === |
Latest revision as of 08:35, 2 October 2013
Contents |
Installation (SpringSource Tool Suite)
Add Update Site
- For Eclipse Juno (4.2) and Indigo (3.7)
Read UPDATE SITE INSTALLATION INSTRUCTIONS
http://dist.springsource.com/release/TOOLS/update/e4.3 (for Eclipse Kepler) http://dist.springsource.com/release/TOOLS/update/e4.2 (for Eclipse Juno - using the new 4.2 stream) http://dist.springsource.com/release/TOOLS/update/e3.8 (for Eclipse Juno - using the 3.8 stream) http://dist.springsource.com/release/TOOLS/update/e3.7 (for Eclipse Indigo)
- For Eclipse Helios (3.6)
Read STS Installation Instructions and use the Eclipse update site for STS in the doc. Reference: http://blog.springsource.com/2009/06/24/installing-sts-into-eclipse-35/
- Choose one!!! (The current repositories)
Releases: http://www.springsource.com/update/e3.5 Milestone releases: http://www.springsource.com/milestone/e3.5 Nightly snapshots: http://www.springsource.com/snapshot/e3.5
- Choose one!!! (Old ones)
Releases: http://www.springsource.com/update/e3.4 Milestone releases: http://www.springsource.com/milestone/e3.4 Nightly snapshots: http://www.springsource.com/snapshot/e3.4
Install
- Select the components to install from the SpringSource Update Site for Eclipse 3.4 and 3.5 entry
- Click the Install button.
Install Groovy-Eclipse plugin
-v Core / Eclipse Integration for Gradle └v Gradle IDE
-v Groovy-Eclipse ├v Groovy Compiler 1.8 Feature ├v Groovy Compiler 2.1 Feature ├v Groovy-Eclipse Feature └v JDT Core patch for Groovy-Eclipse plugin
- Groovy-Eclipse: Select the version you have.
Installation (Old version - Spring IDE)
Add Update Site
- Add the following SpringSource Update site in the Update Manager.
Releases: http://www.springsource.com/update/e3.4
- It will add
SpringSource Update Site for Eclipse 3.4
andAJDT Update Site
. If AJDT Update site is not added, add it manually (AspectJ Development Tools) and install it first.
Install
- Select
AspectJ Development Tools (Required)
in theAJDT Update Site
entry (The other ones are optional). - Select the following components.
-∨Core ├∨Spring IDE Core (required) └∨SpringSource dm Server Tools (required)
-∨Extensions ├∨Spring IDE AOP Extension (optional) ├∨Spring IDE Batch Extension (optional) ├∨Spring IDE OSGi Extension (optional) ├∨Spring IDE Security Extension (optional) └∨Spring IDE Web Flow Extension (optional)
-∨Integrations ├∨Spring IDE AJDT Integration (optional) └∨Spring IDE Mylyn Integration (optional)
- Press the
Install
button.