From: David S. <sa...@mi...> - 2006-03-15 16:53:32
|
Curt Arnold wrote: > I reviewed the mailing list archive to see if there had been recent > commits to the CVS that might be related to the change of behavior. > There weren't any, but their did not seem to be any messages at all in > the archives since mid-February which seemed suspicious. You're right. There's certainly been activity on the list since 2/22, and commits within the last 24 hours. I'll have to look into this. > Should be running the stock junit task in the CVS HEAD of Ant. The > project file is > http://svn.apache.org/repos/asf/logging/log4j/trunk/tests/build.xml. > The failure occurs during the "Core" target. Thanks. I'll look into it. > Yes, either when I use Ant 1.6.5 and Junit 3.8.1 or a junit.jar from > Gump. I have not attempted to use a SVN HEAD version of Ant, though > it could be the problem. However, the test "No runnable methods" does > appear in the TestClass.class file. Can you give me the fully-qualified name of the class you're interested in? I have a class named org.junit.internal.runners.TestClass in my local working copy, but this doesn't have the "No runnable methods" message, and should not be checked in. Thanks, David Saff |