|
From: Colin S. <col...@ex...> - 2004-07-08 19:05:57
|
This missing class (ClassUtils) is in the Sandbox. I will move it to the main tree. Colin Sampaleanu wrote: > I actually get build breakage right now due to the JMS changes, even > from ant: > > build: > [mkdir] Created dir: D:\src\open\spring-colin\spring\target\classes > [mkdir] Created dir: > D:\src\open\spring-colin\spring\target\classes\META-INF > > [javac] Compiling 772 source files to > D:\src\open\spring-colin\spring\target > \classes > [javac] > D:\src\open\spring-colin\spring\src\org\springframework\jms\Abstract > JmsTemplate.java:63: cannot resolve symbol > [javac] symbol : class ClassUtils > [javac] location: package util > [javac] import org.springframework.util.ClassUtils; > [javac] ^ > [javac] > D:\src\open\spring-colin\spring\src\org\springframework\jms\Abstract > JmsTemplate.java:701: 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 > > > Mark, is it possible you forgot to check in something? > > Colin > > > Dmitriy Kopylenko wrote: > >> All tests pass on my machine in Eclipse. I have 3.0 final with jdk >> 1.4.2 installed. >> >> Dmitriy. >> >> Rod Johnson wrote: >> >>> I'm getting over 30 failures when running tests in Eclipse. Some are >>> JDO-related, and may be genuine failures. The others are JNDI >>> related and >>> look like some static side-effect is sitting around in the >>> NamingContextBuilder. (Eclipse keeps the same JVM up.) >>> >>> R >>> >>> >>> >>> >>> ------------------------------------------------------- >>> 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 >>> _______________________________________________ >>> Springframework-developer mailing list >>> Spr...@li... >>> https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >> |