Skip to content

Commit

Permalink
README + CONTRIBUTING refer to Build from Source wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Oct 25, 2017
1 parent 3c1518f commit 376e5b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 34 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ First off, thank you for taking the time to contribute! :+1: :tada:
* [Discuss](#Discuss)
* [Create a Ticket](#Create-a-Ticket)
* [Submit a Pull Request](#Submit-a-Pull-Request)
* [Build from Source](#Build-from-Source))
* [Source Code Style](#Source-Code-Style)
* [Reference Docs](#Reference-Docs)

Expand Down Expand Up @@ -90,6 +91,12 @@ If asked to make corrections, simply push the changes against the same branch, a
pull request will be updated. In other words, you do not need to create a new pull request
when asked to make changes.

### Build from Source

See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source)
wiki page for instructions on how to check out, build, and import the Spring Framework
source code into your IDE.

### Source Code Style

The wiki page
Expand Down
36 changes: 2 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,40 +31,8 @@ You can find guides and tutorials on [https://spring.io](https://spring.io/guide

## Build from Source

The Spring Framework uses a [Gradle](http://gradle.org) build. In the instructions below,
the [Gradle Wrapper](http://vimeo.com/34436402) is invoked from the root of the source
tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

To build you will need [Git](http://help.github.com/set-up-git-redirect) and
[JDK 8 update 20 or later](http://www.oracle.com/technetwork/java/javase/downloads).
Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder
extracted from the JDK download.

Start by checking out the sources:
```
git clone [email protected]:spring-projects/spring-framework.git
```

To import into an IDE, ensure JDK 8 is configured. Then run `./import-into-eclipse.sh`
or read [import-into-idea.md](import-into-idea.md). For IntelliJ please do read the
instructions as a straight-up import will not work.

To compile, test, build all jars, distribution zips, and docs use:
```
./gradlew build
```

To install all spring-\* jars into your local Maven cache:
```
./gradlew install
```

Discover more commands:
```
./gradlew tasks
```

See also [CONTRIBUTING](CONTRIBUTING.md) and the
See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source)
wiki page, also [CONTRIBUTING](CONTRIBUTING.md), and the
[Gradle build and release FAQ](https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ).

## Stay in Touch
Expand Down

0 comments on commit 376e5b6

Please sign in to comment.