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 fu...@apache.org on 2005/05/19 00:34:30 UTC

svn commit: r170838 - /incubator/derby/code/branches/10.0/BUILDING.txt

Author: fuzzylogic
Date: Wed May 18 15:34:30 2005
New Revision: 170838

URL: http://svn.apache.org/viewcvs?rev=170838&view=rev
Log:
Derby-197: Add tip for Windows users to BUILDING.txt

Committed for David Van Couvering <Da...@sun.com>

Modified:
    incubator/derby/code/branches/10.0/BUILDING.txt

Modified: incubator/derby/code/branches/10.0/BUILDING.txt
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.0/BUILDING.txt?rev=170838&r1=170837&r2=170838&view=diff
==============================================================================
--- incubator/derby/code/branches/10.0/BUILDING.txt (original)
+++ incubator/derby/code/branches/10.0/BUILDING.txt Wed May 18 15:34:30 2005
@@ -283,6 +283,21 @@
 (2) Create a file called "ant.properties" in user home 
     directory and define the following variables in 
     "ant.properties":
+
+    NOTE TO WINDOWS USERS: *use forward slashes* ("/") in your
+    path specifications.  Backward-slashes ("\") confuse Ant.
+    Check your path specifications for correct use of slashes in 
+    ant.properties if you get errors during the build saying java.lang 
+    can not be found.
+
+    For example, you should have:
+
+      j13lib=c:/jdk1.3.1_15/lib
+
+    NOT
+ 
+      j13lib=c:\jdk1.3.1_15\lib
+
    
     - j14lib
 
@@ -458,7 +473,7 @@
 
 (6) Derby also includes a suite of tests for more comprehensive verification.
     Information on how to run these tests can be found in the source tree,
-    in the file ${derby.source}/java/testing/readme.htm
+    in the file ${derby.source}/java/testing/README.htm
 
 ---------------------------------------------------------------
 4     Derby build miscellaneous information
@@ -480,7 +495,7 @@
   demo: builds the simple demos in java/demo
 
   testing: builds the tests in java/testing. For additional information on
-           testing, please see java/testing/org/apache/derbyTesting/readme.htm
+           testing, please see java/testing/org/apache/derbyTesting/README.htm
 
   javadoc: to create javadoc for all source code.