Files
Rossen Stoyanchev b13da5fa0e Add spring-build 2.2.3 and ensure build succeeds.
spring-build was previously included via an svn:external. Adding
directly to the source tree under Git to avoid the need for a git
submodule.

In order to build from any earlier commit, it is recommended to
export spring-build or symlink an existing copy into the root
of the spring-framework project and then build normally.

$ svn export https://src.springsource.org/svn/spring-build/tags/project-build-2.2.3 spring-build
2011-12-29 10:36:00 -05:00
..
2008-08-21 15:55:43 +00:00
2008-11-10 23:26:01 +00:00

This is where the master build that creates releases of Spring Web Flow 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

Building Behind a Firewall:
- If you are building behind a proxy and are having connection problems, update the ../spring-build/lib/ivy/jets3t.properties file.
  For more information about the configuration properties see http://jets3t.s3.amazonaws.com/toolkit/configuration.html#jets3t

DEVELOPERS
- To build a new Spring Web Flow distribution for release:

  1. Update the files containing the version number to reflect the new release version, if necessary.
	
         build.properties
         build-spring-webflow/resources/readme.txt
         spring-binding/pom.xml
         spring-binding/template.mf
         spring-js/pom.xml
         spring-js/template.mf
         spring-faces/pom.xml
         spring-faces/template.mf
         spring-webflow/pom.xml
         spring-webflow/template.mf
         spring-webflow-reference/src/spring-webflow-reference.xml
         spring-webflow-reference/src/overview.xml
         spring-webflow-samples/*/pom.xml
		 
  2. From this directory, run:
	
         ant jar package
		
     The release archive will be created and placed in:
         target/artifacts
                	
Questions? See http://forum.springframework.org