spring-framework/build-spring-framework
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1
Feature-related support such as @Feature, @FeatureConfiguration,
and FeatureSpecification types will be replaced by framework-provided
@Configuration classes and convenience annotations such as
@ComponentScan (already exists), @EnableAsync, @EnableScheduling,
@EnableTransactionManagement and others.

Issue: SPR-8012,SPR-8034,SPR-8039,SPR-8188,SPR-8206,SPR-8223,
SPR-8225,SPR-8226,SPR-8227
2011-05-06 19:03:52 +00:00
..
resources Remove "Feature" support introduced in 3.1 M1 2011-05-06 19:03:52 +00:00
build.iml updated dependencies 2009-08-31 11:25:54 +00:00
build.xml Fixed up POM bug 2010-01-23 12:01:54 +00:00
package-bundle.xml Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
package-library.xml Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
package-top-level.xml Updated spring-build to see new maven targets 2010-02-10 11:38:33 +00:00
publish-documentation.xml Polishing 2008-11-25 14:56:07 +00:00
publish-top-level.xml Updated spring-build to see new maven targets 2010-02-10 11:38:33 +00:00
readme.txt Update build instructions in readme 2011-01-05 22:22:58 +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.

Build Pre-requisites:
- javac 1.6 or > must be in your system path
- ant 1.7 or > must be in your system path
- set ANT_OPTS as follows (to avoid out of memory errors):
    ANT_OPTS="-XX:MaxPermSize=1024m -Xmx1024m -Dtest.vm.args='-XX:MaxPermSize=512m -Xmx1024m'"

USERS
- To build all Spring Framework projects, including samples:

    1. From this directory, run:
       ant

- To install the built artifacts into your local Maven cache:

    1. From this directory, run:
       ant install-maven

- For a complete tutorial, see:

       http://blog.springsource.com/2009/03/03/building-spring-3


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