From 71bd10f1500376842d93718ac8d5802b9adb36e9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 29 Aug 2017 17:16:46 +0200 Subject: [PATCH] Update notes in Eclipse import script --- import-into-eclipse.bat | 23 ++++++++++++++--------- import-into-eclipse.sh | 14 ++++---------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/import-into-eclipse.bat b/import-into-eclipse.bat index 807cd4f07f..b6532a169d 100644 --- a/import-into-eclipse.bat +++ b/import-into-eclipse.bat @@ -1,5 +1,4 @@ @echo off -set STS_TEST_VERSION='2.9.2.RELEASE' set CURRENT_DIR=%~dp0 cd %CURRENT_DIR% @@ -8,16 +7,22 @@ cls echo. echo ----------------------------------------------------------------------- -echo Spring Framework Eclipse/STS project import guide +echo Spring Framework - Eclipse/STS project import guide echo. -echo This script will guide you through the process of importing the -echo Spring Framework sources into Eclipse/STS. It is recommended that you -echo have a recent version of the SpringSource Tool Suite (this script has -echo been tested against STS %STS_TEST_VERSION%), but at the minimum you will -echo need Eclipse + AJDT. +echo This script will guide you through the process of importing the Spring +echo Framework projects into Eclipse or the Spring Tool Suite (STS). It is +echo recommended that you have a recent version of Eclipse or STS. As a bare +echo minimum you will need Eclipse with full Java 8 support, the AspectJ +echo Development Tools (AJDT), and the Groovy Compiler. echo. -echo If you need to download and install STS, please do that now by -echo visiting http://spring.io/tools/sts/all +echo If you need to download and install Eclipse or STS, please do that now +echo by visiting one of the following sites: +echo. +echo - Eclipse downloads: http://download.eclipse.org/eclipse/downloads +echo - STS downloads: http://spring.io/tools/sts/all +echo - STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html +echo - ADJT: http://www.eclipse.org/ajdt/downloads/ +echo - Groovy Eclipse: https://github.com/groovy/groovy-eclipse/wiki echo. echo Otherwise, press enter and we'll begin. diff --git a/import-into-eclipse.sh b/import-into-eclipse.sh index b87c12b63c..b513f0754f 100755 --- a/import-into-eclipse.sh +++ b/import-into-eclipse.sh @@ -13,8 +13,8 @@ Development Tools (AJDT), and the Groovy Compiler. This script has been tested against: -- STS: 3.6.3.RELEASE (Eclipse Luna SR1 4.4.1) -- AJDT: 2.2.4.e44x-20141118-0700 (Luna 4.4) +- STS: 3.8.3.RELEASE (Eclipse Neon.2 4.6.2) +- AJDT: 2.2.4.201612122115 (Eclipse Neon 4.6) If you need to download and install Eclipse or STS, please do that now by visiting one of the following sites: @@ -22,14 +22,8 @@ by visiting one of the following sites: - Eclipse downloads: http://download.eclipse.org/eclipse/downloads - STS downloads: http://spring.io/tools/sts/all - STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html - -If you need to install a recent CI build for AJDT (i.e., so that the -spring-aspects module properly compiles in Eclipse/STS), click on the -"Artifacts" tab of a successful CI build and copy the link to the -"update site" which you can then use to install or update AJDT within -Eclipse/STS. - -- AJDT CI builds: https://build.spring.io/browse/AJDT-AE44 +- ADJT: http://www.eclipse.org/ajdt/downloads/ +- Groovy Eclipse: https://github.com/groovy/groovy-eclipse/wiki Once Eclipse/STS is installed, press enter, and we'll begin. EOM