From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2359 invoked by alias); 3 Feb 2008 19:49:04 -0000 Received: (qmail 2348 invoked by uid 22791); 3 Feb 2008 19:49:04 -0000 X-Spam-Check-By: sourceware.org Received: from smtp805.mail.ird.yahoo.com (HELO smtp805.mail.ird.yahoo.com) (217.146.188.65) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 03 Feb 2008 19:48:30 +0000 Received: (qmail 43231 invoked from network); 3 Feb 2008 19:48:27 -0000 Received: from unknown (HELO orthanc.middle-earth.co.uk) (hughes2002@btinternet.com@86.149.18.101 with plain) by smtp805.mail.ird.yahoo.com with SMTP; 3 Feb 2008 19:48:27 -0000 X-YMail-OSG: 5ncqFmsVM1kMWWrD8iYK4pL6FDKkcu3VaO.FV9t974oNk9gLdhqw7V6ypTzJL7h7nHPgR3ZVJvQfxT.imFArridjp63H.fxojdW4y1FJObp9nKx5g2yB7DY6Nlw- X-Yahoo-Newman-Property: ymail-3 Received: from rivendell.middle-earth.co.uk ([192.168.0.1] helo=localhost.localdomain ident=andrew) by orthanc.middle-earth.co.uk with smtp (Exim 4.63) (envelope-from ) id 1JLkch-00079g-DS for mauve-patches@sources.redhat.com; Sun, 03 Feb 2008 19:35:28 +0000 Received: by localhost.localdomain (sSMTP sendmail emulation); Sun, 03 Feb 2008 19:48:25 +0000 From: "Andrew John Hughes" Date: Sun, 03 Feb 2008 19:49:00 -0000 To: mauve-patches@sources.redhat.com Subject: [builder] FYI: Remove generics JAPI runs and useless JikesRVM run Message-ID: <20080203194825.GA25229@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2008/txt/msg00007.txt.bz2 --2B/JsCI69OhZNC5r Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 493 This builder patch removes the now redundant lines to run JAPI for the generics branch, and also removes the JikesRVM vs Classpath test which doesn't make sense (Classpath shouldn't aim to be JikesRVM...) ChangeLog: 2008-02-03 Andrew John Hughes * RunJapi: Remove generics and useless JikesRVM run. --=20 Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... } --AhhlLboLdkugWU4S Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="japi-03.diff" Content-Transfer-Encoding: quoted-printable Content-length: 2016 Index: RunJapi =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/mauve/builder/scripts/RunJapi,v retrieving revision 1.4 diff -u -3 -p -u -r1.4 RunJapi --- RunJapi 1 Feb 2008 01:04:51 -0000 1.4 +++ RunJapi 3 Feb 2008 19:46:01 -0000 @@ -28,7 +28,6 @@ JAVA=3Dgij export JAVA =20 CPJAR=3D$CPDIR/share/classpath/glibj.zip -GENERICJAR=3D$TOP/generics/install/share/classpath/glibj.zip # Hacky... LIBGCJ=3D$TOP/gcc/install/share/java/libgcj-*.jar =20 @@ -49,7 +48,6 @@ BuildOne() =20 BuildOne classpath $CPJAR BuildOne libgcj $LIBGCJ -#BuildOne classpath-generics $GENERICJAR =20 =20 cd $JDKINFODIR @@ -64,11 +62,6 @@ $JAPITOOLS/bin/japicompat -v -h -o openj openjdk-b12.japi.gz classpath.japi.gz $JAPITOOLS/bin/japicompat -v -h -o classpath-openjdk.html \ classpath.japi.gz openjdk-b12.japi.gz -#$JAPITOOLS/bin/japicompat -v -h -o jdk14-generics.html \ -# -i jdk15.japi.gz \ -# jdk14.japi.gz classpath-generics.japi.gz -#$JAPITOOLS/bin/japicompat -v -h -o jdk15-generics.html \ -# jdk15.japi.gz classpath-generics.japi.gz $JAPITOOLS/bin/japicompat -v -h -o jdk14-libgcj.html \ -i jdk15.japi.gz \ jdk14.japi.gz libgcj.japi.gz @@ -79,8 +72,6 @@ $JAPITOOLS/bin/japicompat -v -h -o openj openjdk-b12.japi.gz libgcj.japi.gz $JAPITOOLS/bin/japicompat -v -h -o libgcj-openjdk.html \ libgcj.japi.gz openjdk-b12.japi.gz -$JAPITOOLS/bin/japicompat -v -h -o jikesrvm-classpath.html \ - jikesrvm.japi.gz classpath.japi.gz $JAPITOOLS/bin/japicompat -v -h -o classpath-jikesrvm.html \ classpath.japi.gz jikesrvm.japi.gz =20 @@ -89,8 +80,6 @@ cp jdk14-classpath.html $WEB/ cp jdk15-classpath.html $WEB/ cp openjdk-classpath.html $WEB/ cp classpath-openjdk.html $WEB/ -#cp jdk14-generics.html $WEB/ -#cp jdk15-generics.html $WEB/ cp jdk14-libgcj.html $WEB/ cp jdk15-libgcj.html $WEB/ cp openjdk-libgcj.html $WEB/ --AhhlLboLdkugWU4S-- --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHphqJAQUyfTZIWfoRAhReAJ9Xy0g5Vjl+kEOAppHalXwZf1hYKgCfYTEC K4s+i/plRaq/Ew9ZLLwU5Fg= =Qwax -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r--