How to build Spring Web Flow (SWF) from SVN
Connect to the repository
Connect to the SVN repository with these parameters to chekout the following module:
| Parameter |
Value |
| Hostname |
svn.sourceforge.net |
| URL |
https://svn.sourceforge.net/svnroot/springframework/spring-webflow/trunk |
| Username |
anonymous |
Checking out spring-projects will pull down the spring-webflow project from CVS as well as the common build system and other projects necessary to build it.
All projects are directly importable into Eclipse.
Build all spring-webflow projects
Build spring-webflow and its related projects (included sample applications) by executing the "dist" ant target from the spring-webflow/build-spring-webflow directory.