Apologies. Thought the "Test Failure Thread" meant you guys were
actually able to compile and run tests - until I read on.
Can see ClassUtilsTests but not ClassUtils in CVS yet.
Tim Nolan wrote:
> Build appears to be broken.
>
> [javac]
> C:\data\Dev\Java\OpenSourceCVS\spring\src\org\springframework\jms\AbstractJmsTemplate.java:32:
> cannot resolve symbol
> [javac] symbol : class ClassUtils
> [javac] location: package util
> [javac] import org.springframework.util.ClassUtils;
> [javac] ^
> [javac]
> C:\data\Dev\Java\OpenSourceCVS\spring\src\org\springframework\jms\AbstractJmsTemplate.java:351:
> cannot resolve symbol
> [javac] symbol : variable ClassUtils
> [javac] location: class org.springframework.jms.AbstractJmsTemplate
> [javac] String shortName = ClassUtils.getShortName(
> orig.getClass().getName() );
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 2 errors
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital
> self defense, top technical experts, no vendor pitches, unmatched
> networking opportunities. Visit www.blackhat.com
|