Files
spring-webflow/build-spring-webflow
Rossen Stoyanchev 8e1aa91b40 JSF view root to survive redirect in same state
For JSF 2.0.x Spring Web Flow the view root could not be preserved
across redirects in the same state (e.g. following validation)
because a JSF state saving listener held on to the FacesContext,
which Web Flow releases before the redirect.

This issue was addressed in JSF 2.1
http://java.net/jira/browse/JAVASERVERFACES-1604
which means we can allow the view root to survive the redirect.

Note that the behavior can also be controlled with the
redirect-in-same state flow execution attribute.

Issues: SWF-1502
2012-02-29 15:36:14 -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