You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/07/07 20:36:49 UTC

svn commit: r209629 - in /jakarta/commons/proper/logging/trunk: build.properties.sample project.xml

Author: rdonkin
Date: Thu Jul  7 11:36:47 2005
New Revision: 209629

URL: http://svn.apache.org/viewcvs?rev=209629&view=rev
Log:
The tests need JUnit version 3.8 or higher to run.

Modified:
    jakarta/commons/proper/logging/trunk/build.properties.sample
    jakarta/commons/proper/logging/trunk/project.xml

Modified: jakarta/commons/proper/logging/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.properties.sample?rev=209629&r1=209628&r2=209629&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/logging/trunk/build.properties.sample Thu Jul  7 11:36:47 2005
@@ -30,8 +30,9 @@
 #
 # if you want to run the test cases, junit needs to be in the classpath.
 # the build.xml uses a default value so you might not need to set this property.
-#
-# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar
+# Note that version junit 3.8 is required and 3.8.1 recommended.
+# 
+# junit.jar=../../jakarta-velocity/build/lib/junit-3.8.1.jar
 
 # Maven properties (for web site build)
 # Those committers using agents may like to use

Modified: jakarta/commons/proper/logging/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/project.xml?rev=209629&r1=209628&r2=209629&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/project.xml (original)
+++ jakarta/commons/proper/logging/trunk/project.xml Thu Jul  7 11:36:47 2005
@@ -178,7 +178,7 @@
 
     <dependency>
       <id>junit</id>
-      <version>3.7</version>
+      <version>3.8.1</version>
     </dependency>
     
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org