Hi Jon,
A recent fix should have solved the problem. Please do an update and retry.
Marius
Printable View
Hi Jon,
A recent fix should have solved the problem. Please do an update and retry.
Marius
Marius,
The following worked perfect:
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 :)Code:cd spring-integration-core
ant jar
cd ..\spring-integration-adapters
ant jar
cd ..\spring-integration-reference
ant doc-html
Thanks, Jon
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:
and am rewarded withCode:svn co https://src.springframework.org/svn/spring-integration/trunk .
Would you double-check on your end to ensure it's not the Win32 filename issue that caused the problem last time?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.
Jon
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.