spring-framework/build-spring-framework
Mark Pollack 7ad5dd1bd6 Use maven ant task to install parent pom instead of using maven from the command line as a workaround for http://jira.codehaus.org/browse/MANTTASKS-87 2009-03-31 01:51:01 +00:00
..
resources finalized changelog for M2 release 2009-02-25 13:55:30 +00:00
build.iml added build module for changelog access 2008-12-05 07:46:51 +00:00
build.xml [SPR-5459] Added jarjar'd asm packaging 2009-03-20 12:15:06 +00:00
generate-pom.xml maven deployment script development 2009-03-30 17:41:26 +00:00
package-bundle.xml maven deployment script development 2009-03-30 17:41:26 +00:00
package-library.xml maven deployment script development 2009-03-30 17:41:26 +00:00
package-top-level.xml Fixing Spring Build 2009-02-25 19:12:12 +00:00
publish-documentation.xml Polishing 2008-11-25 14:56:07 +00:00
publish-maven.xml Use maven ant task to install parent pom instead of using maven from the command line as a workaround for http://jira.codehaus.org/browse/MANTTASKS-87 2009-03-31 01:51:01 +00:00
publish-top-level.xml Remove the -with-dependencies build 2008-11-24 10:57:32 +00:00
publish.xml maven deployment script development 2009-03-30 17:41:26 +00:00
readme.txt Publishing changes 2008-10-30 16:31:54 +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 Framework projects, including samples:

    1. From this directory, run:
       ant
        
Build Pre-requisites:
- javac 1.6 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