You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2011/05/13 12:02:51 UTC

svn commit: r1102645 - /db/derby/code/trunk/BUILDING.html

Author: kahatlen
Date: Fri May 13 10:02:51 2011
New Revision: 1102645

URL: http://svn.apache.org/viewvc?rev=1102645&view=rev
Log:
DERBY-5200: embellish build.xml to automatically install junit.jar in
the correct directory if it doesn't exist

Update the build instructions with information about the automatic
downloading of junit.jar.

Modified:
    db/derby/code/trunk/BUILDING.html

Modified: db/derby/code/trunk/BUILDING.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?rev=1102645&r1=1102644&r2=1102645&view=diff
==============================================================================
--- db/derby/code/trunk/BUILDING.html (original)
+++ db/derby/code/trunk/BUILDING.html Fri May 13 10:02:51 2011
@@ -115,6 +115,9 @@ test harness also:
     <TR>
       <TD><b><i>JUnit</i></b></TD>
       <TD>You need the JUnit test tool, version 3.8.2.
+      The Ant build script will try to download JUnit for you
+      automatically if it's missing. If this fails for some reason,
+      you can download and install JUnit manually.
       You can get JUnit 3.8.2 <a href="http://www.junit.org/">here</a>.
       Copy <i>junit.jar</i> into your Derby source tree, in the
       <i>tools/java</i> directory.