|
From: Colin S. <col...@ex...> - 2004-07-09 11:55:42
|
My error. Somehow the delete of the old ClassUtils and test got committed, but only the addition of the test at the new location got committed. It's in there now, just keep in mind that SF anon CVS is delayed sometimes. I can mail it to anybody that needs it asap. Tim Nolan wrote: > 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 > |