spring-framework/build-spring-framework
Juergen Hoeller af62da8c45 updated module list 2008-10-24 10:03:04 +00:00
..
resources Initial code checkin 2008-07-11 06:34:50 +00:00
build.xml updated module list 2008-10-24 10:03:04 +00:00
ivy.xml Initial code checkin 2008-07-11 06:34:50 +00:00
package-bundle.xml Initial code checkin 2008-07-11 06:34:50 +00:00
package-top-level.xml Initial code checkin 2008-07-11 06:34:50 +00:00
publish-top-level.xml Initial code checkin 2008-07-11 06:34:50 +00:00
readme.txt Initial code checkin 2008-07-11 06:34:50 +00:00

readme.txt

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.

USERS
- To build all Spring Web Flow projects, including samples:

    1. From this directory, run:
       ant
        
Build Pre-requisites:
- javac 1.5 or > must be in your system path
- ant 1.7 or > must be in your system path

DEVELOPERS
- 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.
	
         build.properties
         build-spring-framework/resources/readme.txt
         spring-framework/src/spring-framework-reference.xml

  2. From this directory, run:
	
         ant jar package
		
     The release archive will be created and placed in:
         target/artifacts