Results 1 to 5 of 5

Thread: Spring Framework source repository moved

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    1,107

    Default Spring Framework source repository moved

    We have made some changes to the way we manage the source for Spring Framework. With Spring 3.0 the source code has been broken up into several modules and moved from the CVS repository at SourceForge to a new Subversion repository. The new repository for Spring 3.0 can be found at: https://src.springframework.org/svn/spring-framework/

    The source code for Spring Framework 2.5 and earlier versions have also been moved to the new Subversion repository. The repository for Spring Framework 2.5 and earlier can be accessed at: https://src.springframework.org/svn/spring-maintenance/
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  2. #2
    Join Date
    Apr 2009
    Posts
    1

    Default Spring Framework source repository moved

    Hello ,

    I was trying to checkout the source of Spring from the repositry https://src.springframework.org/svn/...tenance/trunk/ ,but its contain build.bat file .is it right for linux or where I can get source for linux.

    Thanks sharad

  3. #3

    Default

    Quote Originally Posted by trisberg View Post
    The new repository for Spring 3.0 can be found at: https://src.springframework.org/svn/spring-framework/
    Do you also have a url to be used with viewvc?

  4. #4
    Join Date
    Aug 2004
    Posts
    1,107

    Default

    We have a FishEye instance monitoring the Spring 3.0 code base -- https://fisheye.springsource.org/bro...ring-framework
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  5. #5
    Join Date
    Aug 2004
    Posts
    1,107

    Default

    I was trying to checkout the source of Spring from the repositry https://src.springframework.org/svn/...tenance/trunk/ ,but its contain build.bat file .is it right for linux or where I can get source for linux.
    You build the Spring Framework 2.5.x using plain Ant, so the operating system doesn't matter. You can use one of the following targets:

    build -- Compile all Spring source files
    tests -- Run tests
    alljars -- Create all JAR files

    So "ant build" and "ant tests" or "ant alljars" should get you going.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •