Update build instructions in readme
This commit is contained in:
parent
e971ad56b6
commit
7c4582b4b3
|
@ -1,4 +1,12 @@
|
||||||
This is where the master build that creates releases of Spring Framework resides. The build system is based on spring-build, which is linked in using an SVN external to https://src.springframework.org/svn/spring-build.
|
This is where the master build that creates releases of Spring Framework resides.
|
||||||
|
The build system is based on spring-build, which is linked in using an SVN
|
||||||
|
external to https://src.springframework.org/svn/spring-build.
|
||||||
|
|
||||||
|
Build Pre-requisites:
|
||||||
|
- javac 1.6 or > must be in your system path
|
||||||
|
- ant 1.7 or > must be in your system path
|
||||||
|
- set ANT_OPTS as follows (to avoid out of memory errors):
|
||||||
|
ANT_OPTS="-XX:MaxPermSize=1024m -Xmx1024m -Dtest.vm.args='-XX:MaxPermSize=512m -Xmx1024m'"
|
||||||
|
|
||||||
USERS
|
USERS
|
||||||
- To build all Spring Framework projects, including samples:
|
- To build all Spring Framework projects, including samples:
|
||||||
|
@ -6,14 +14,21 @@ USERS
|
||||||
1. From this directory, run:
|
1. From this directory, run:
|
||||||
ant
|
ant
|
||||||
|
|
||||||
Build Pre-requisites:
|
- To install the built artifacts into your local Maven cache:
|
||||||
- javac 1.6 or > must be in your system path
|
|
||||||
- ant 1.7 or > must be in your system path
|
1. From this directory, run:
|
||||||
|
ant install-maven
|
||||||
|
|
||||||
|
- For a complete tutorial, see:
|
||||||
|
|
||||||
|
http://blog.springsource.com/2009/03/03/building-spring-3
|
||||||
|
|
||||||
|
|
||||||
DEVELOPERS
|
DEVELOPERS
|
||||||
- To build a new Spring Framework distribution for release:
|
- To build a new Spring Framework distribution for release:
|
||||||
|
|
||||||
1. Update the files containing the version number to reflect the new release version, if necessary.
|
1. Update the files containing the version number to reflect the new release
|
||||||
|
version, if necessary.
|
||||||
|
|
||||||
build.properties
|
build.properties
|
||||||
build-spring-framework/resources/readme.txt
|
build-spring-framework/resources/readme.txt
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SPRING FRAMEWORK 3.0.5 (October 2010)
|
SPRING FRAMEWORK 3.1 M1 (January 2011)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
http://www.springframework.org
|
http://www.springframework.org
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue