From: wisberg Date: Fri, 11 Feb 2005 05:21:25 +0000 (+0000) Subject: Building releases under 1.5 now. Scripts should define java15.home and should invoke... X-Git-Tag: V1_5_0M2~168 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=885b4f017b89fc616e844472f35d2dd1c0411a83;p=aspectj.git Building releases under 1.5 now. Scripts should define java15.home and should invoke the target build-13-check before doing the release build. --- diff --git a/build/release/build.xml b/build/release/build.xml index f25fa845a..cfdcbdc4d 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -31,8 +31,8 @@ test-build-examples # install/docs/examples test-ajc-aspectj # ajc compiles aspectj - Normally this builds with Java 1.3 and tests with both - Java 1.3 and 1.4, so define both as properties. You + Normally this builds with Java 1.5 and tests with both + Java 1.3 and 1.4, so define all properties. You can select any target (not prefixed "do-" or "init-"). The leaf targets will run with Java version set in ${java.home.file} @@ -45,6 +45,7 @@ java11.home JAVA_HOME for latest JDK 1.1 java13.home JAVA_HOME for latest J2SE 1.3 java14.home JAVA_HOME for latest J2SE 1.4 + java15.home JAVA_HOME for latest J2SE 1.5 -- flags to control run.13.only only use Java 1.3 @@ -71,7 +72,7 @@ - define variable for standard properties - sp="-Djava13.home=d:/j13 -Djava14.home=d:/j14" + sp="-Djava13.home=d:/j13 -Djava14.home=d:/j14 -Djava15.home=d:/j15" sp="$${sp} -Daspectj.modules.dir=../.." - clean first @@ -160,7 +161,10 @@ - + + + @@ -245,11 +249,25 @@ - - + + + + + + + + + + + + + + + - @@ -283,22 +301,25 @@ + + + @@ -309,10 +330,12 @@ + + @@ -324,6 +347,11 @@ + @@ -407,6 +435,11 @@ + @@ -610,10 +643,11 @@ + description="build targets in ../build.xml using Java ${do.ant.vm}"> - + + @@ -697,13 +731,26 @@ - + + + + + + + + + + + + + - + +