Update notes in Eclipse import script

This commit is contained in:
Sam Brannen 2017-08-29 17:16:46 +02:00
parent 9dd3a1cae7
commit 71bd10f150
2 changed files with 18 additions and 19 deletions

View File

@ -1,5 +1,4 @@
@echo off @echo off
set STS_TEST_VERSION='2.9.2.RELEASE'
set CURRENT_DIR=%~dp0 set CURRENT_DIR=%~dp0
cd %CURRENT_DIR% cd %CURRENT_DIR%
@ -8,16 +7,22 @@ cls
echo. echo.
echo ----------------------------------------------------------------------- echo -----------------------------------------------------------------------
echo Spring Framework Eclipse/STS project import guide echo Spring Framework - Eclipse/STS project import guide
echo. echo.
echo This script will guide you through the process of importing the echo This script will guide you through the process of importing the Spring
echo Spring Framework sources into Eclipse/STS. It is recommended that you echo Framework projects into Eclipse or the Spring Tool Suite (STS). It is
echo have a recent version of the SpringSource Tool Suite (this script has echo recommended that you have a recent version of Eclipse or STS. As a bare
echo been tested against STS %STS_TEST_VERSION%), but at the minimum you will echo minimum you will need Eclipse with full Java 8 support, the AspectJ
echo need Eclipse + AJDT. echo Development Tools (AJDT), and the Groovy Compiler.
echo. echo.
echo If you need to download and install STS, please do that now by echo If you need to download and install Eclipse or STS, please do that now
echo visiting http://spring.io/tools/sts/all 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.
echo Otherwise, press enter and we'll begin. echo Otherwise, press enter and we'll begin.

View File

@ -13,8 +13,8 @@ Development Tools (AJDT), and the Groovy Compiler.
This script has been tested against: This script has been tested against:
- STS: 3.6.3.RELEASE (Eclipse Luna SR1 4.4.1) - STS: 3.8.3.RELEASE (Eclipse Neon.2 4.6.2)
- AJDT: 2.2.4.e44x-20141118-0700 (Luna 4.4) - AJDT: 2.2.4.201612122115 (Eclipse Neon 4.6)
If you need to download and install Eclipse or STS, please do that now If you need to download and install Eclipse or STS, please do that now
by visiting one of the following sites: 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 - Eclipse downloads: http://download.eclipse.org/eclipse/downloads
- STS downloads: http://spring.io/tools/sts/all - STS downloads: http://spring.io/tools/sts/all
- STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html - STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
- ADJT: http://www.eclipse.org/ajdt/downloads/
If you need to install a recent CI build for AJDT (i.e., so that the - Groovy Eclipse: https://github.com/groovy/groovy-eclipse/wiki
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
Once Eclipse/STS is installed, press enter, and we'll begin. Once Eclipse/STS is installed, press enter, and we'll begin.
EOM EOM