From dea4a74d36e4694b4dbaf9a05b051dd1f8d5dc0e Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Thu, 3 Jan 2002 18:53:21 +0000 Subject: [PATCH] Added note about junit property (for running test cases) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138822 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.properties.sample b/build.properties.sample index 736b6c2..196f764 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -1,2 +1,8 @@ # log4j.jar - log4j classes (see http://jakarta.apache.org/log4j) log4j.jar=/java/log4j/log4j.jar + +# +# 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 \ No newline at end of file