43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
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 |