2002/04/30 21:17:23
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:46:38 +0000 (06:46 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:46:38 +0000 (06:46 +0000)
darcs-hash:20040130064638-2ba56-21d96e6325c53c14f4b97149f02ee734d10efd11.gz

README
build.xml

diff --git a/README b/README
index bbe83b7..94d81a0 100644 (file)
--- a/README
+++ b/README
@@ -104,6 +104,10 @@ To build, make sure your $JAVA_HOME points to jdk1.2 or later, and type
 
     ./ant -Dplat=<platform> <targetname>
 
 
     ./ant -Dplat=<platform> <targetname>
 
+If you're using jdk1.2 or jdk1.3 to compile, you should remove
+src/org/xwt/plat/Java14.java, since it can only be compiled with
+jdk1.4+.
+
 The name of any class in org.xwt.plat is a valid <platform>; here is a
 list as of 20-Mar-2002:
 
 The name of any class in org.xwt.plat is a valid <platform>; here is a
 list as of 20-Mar-2002:
 
index 4e53a6d..767fa2c 100644 (file)
--- a/build.xml
+++ b/build.xml
         <ant dir="." antfile="src/org/xwt/plat/Win32.xml" target="build"/>
         <ant dir="." antfile="src/org/xwt/plat/Win32.xml" target="dist"/>
         <property name="plat" value="Java2"/>
         <ant dir="." antfile="src/org/xwt/plat/Win32.xml" target="build"/>
         <ant dir="." antfile="src/org/xwt/plat/Win32.xml" target="dist"/>
         <property name="plat" value="Java2"/>
-        <ant dir="." antfile="src/org/xwt/plat/Java2.xml" target="build"/>
-        <ant dir="." antfile="src/org/xwt/plat/Java2.xml" target="dist"/>
+        <ant dir="." antfile="src/org/xwt/plat/Java12.xml" target="build"/>
+        <ant dir="." antfile="src/org/xwt/plat/Java12.xml" target="dist"/>
 
         <!-- sign stuff -->
         <bash> /home/megacz/bin/sign/sign ${build-id} </bash>
 
         <!-- sign stuff -->
         <bash> /home/megacz/bin/sign/sign ${build-id} </bash>