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 kr...@apache.org on 2008/01/09 09:32:51 UTC

svn commit: r610304 - /db/derby/code/trunk/BUILDING.txt

Author: kristwaa
Date: Wed Jan  9 00:32:49 2008
New Revision: 610304

URL: http://svn.apache.org/viewvc?rev=610304&view=rev
Log:
DERBY-3117: Added section about j15lib in build instructions for ant.properties.
Patch file: derby-3117-08a-j15libBuildingInstr.diff

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

Modified: db/derby/code/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.txt?rev=610304&r1=610303&r2=610304&view=diff
==============================================================================
--- db/derby/code/trunk/BUILDING.txt (original)
+++ db/derby/code/trunk/BUILDING.txt Wed Jan  9 00:32:49 2008
@@ -27,7 +27,7 @@
 2.1   Download source code
 2.2   Download required software
 2.2.1 Download and install Apache Ant 1.6.3 or higher
-2.2.2 Download and install Java Development Kit release 1.4.x
+2.2.2 Download and install Java Development Kits
 2.2.3 Download and install JUnit 3.8.*
 2.2.4 Download Java 6 Development Kit (Optional)
 2.2.5 Download J2ME/CDC/Foundation 1.0 and JSR169 jars (Optional)
@@ -370,6 +370,16 @@
       
       where ${jdk14.dir} is the directory name where you have 
       installed JDK 1.4.x. Check out section 2.2.2 of this document. 
+
+    - j15lib
+
+      This is a required variable which defines the location of
+      JDK 1.5.0. Define the variable as follows:
+
+          j15lib=${jdk15.dir}/jre/lib
+      
+      where ${jdk15.dir} is the directory name where you have 
+      installed JDK 1.5.0. Check out section 2.2.2 of this document. 
 
     - Optional - jdk16