Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: svn up issue?

  1. #11
    Join Date
    Oct 2007
    Location
    Toronto, ON
    Posts
    90

    Default

    Hi Jon,

    A recent fix should have solved the problem. Please do an update and retry.

    Marius
    Marius Bogoevici,
    Spring Integration Committer

  2. #12
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    Marius,

    The following worked perfect:

    Code:
    cd spring-integration-core
    ant jar
    
    cd ..\spring-integration-adapters
    ant jar
    
    cd ..\spring-integration-reference
    ant doc-html
    fyi...when I had another ivy jar in my local Ant lib dir, Ant bombed in ivy.init with spring-build\common\common.xml (line 65) and spring-build\common\ivysettings.xml giving the message "impossible to define new type: class not found: org.springframework.aws.ivy.S3Resolver in [] nor Ivy classloader." I removed my local ivy jar from Ant's lib, and things worked great

    Thanks, Jon

  3. #13
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    Seems there may be another issue with files in SVN again. On a WinXP machine I try the following after deleting everything from a previous 'svn up' failure:

    Code:
    svn co https://src.springframework.org/svn/spring-integration/trunk .
    and am rewarded with

    Code:
    ... <some files downloaded> ...
    A org.springframework.integration.adapter\src\test\java\org\springframework\integration\adapter\jms\config\jmsSourceWithDestinationAndDefaultConnectionFactory.xml
    svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
    svn: Can't open file 'org.springframework.integration.adapter\src\test\java\org\springframework\integration\adapter\jms\config\.svn\tmp\text-base\jmsSourceWithDestinationNameAndDefaultConnectionFactory.xml.svn-base':
    The system cannot find the path specified.
    Would you double-check on your end to ensure it's not the Win32 filename issue that caused the problem last time?

    Jon
    Last edited by jmaken; May 22nd, 2008 at 08:08 PM.

  4. #14
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    anyone from SI checking into this?...tried 'svn up' and 'svn co' (v1.4.6) again today on both Win2K and WinXP systems and got the same failure.

Posting Permissions

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