From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30549 invoked by alias); 30 Jan 2008 20:29:13 -0000 Received: (qmail 30528 invoked by uid 22791); 30 Jan 2008 20:29:12 -0000 X-Spam-Check-By: sourceware.org Received: from smtp802.mail.ird.yahoo.com (HELO smtp802.mail.ird.yahoo.com) (217.146.188.62) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 30 Jan 2008 20:28:45 +0000 Received: (qmail 94916 invoked from network); 30 Jan 2008 20:28:42 -0000 Received: from unknown (HELO orthanc.middle-earth.co.uk) (hughes2002@btinternet.com@86.136.236.41 with plain) by smtp802.mail.ird.yahoo.com with SMTP; 30 Jan 2008 20:28:42 -0000 X-YMail-OSG: BxTPZZoVM1kQ4f_KnlqfQSCJEi99qxr5jkb7xopq2ACRpKycV5vlvXEHpNuVK2FgglewjSrPm2RQ7nydPhVyZCkduGwjsGRHwjBwdTS62gYV59bI0wOE5dxNSvE- 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 1JKJLr-0005s3-07 for mauve-patches@sources.redhat.com; Wed, 30 Jan 2008 20:16:08 +0000 Received: by localhost.localdomain (sSMTP sendmail emulation); Wed, 30 Jan 2008 20:28:40 +0000 From: "Andrew John Hughes" Date: Wed, 30 Jan 2008 20:29:00 -0000 To: mauve-patches@sources.redhat.com Subject: [builder] FYI: Re-enable JAPI runs and include OpenJDK Message-ID: <20080130202840.GA438@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZoaI/ZTpAVc4A5k6" 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/msg00005.txt.bz2 --ZoaI/ZTpAVc4A5k6 Content-Type: multipart/mixed; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 460 Second uncommitted change to builder. This re-enables our JAPI runs and includes OpenJDK (currently via a static run on b12). ChangeLog: 2008-01-30 Andrew John Hughes * Build: Re-enable JAPI runs. * Japi: Fix building of JAPI. * RunJapi: Add OpenJDK comparison. --=20 Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... } --jI8keyz6grp/JLjh Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="japi-01.diff" Content-Transfer-Encoding: quoted-printable Content-length: 3523 Index: Japi =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/Japi,v retrieving revision 1.2 diff -u -3 -p -u -r1.2 Japi --- Japi 19 Jun 2006 19:53:33 -0000 1.2 +++ Japi 30 Jan 2008 20:25:32 -0000 @@ -4,7 +4,7 @@ =20 . $(dirname "$0")/Settings =20 -CPDIR=3D$TOP/classpath/jikes-install +CPDIR=3D$TOP/classpath/install CPJAR=3D$CPDIR/share/classpath/glibj.zip =20 cd $TOP/japitools/japitools @@ -15,7 +15,7 @@ Status "building japi" ( exec > Log.Std 2>&1 find . -name '*.class' -print | xargs rm -f -make BOOT_CLASSPATH=3D$CPJAR jar +make BOOT_CLASSPATH=3D$CPJAR:/usr/share/ant/lib/ant.jar jar ) =20 Report "japi build" $? Log.Std 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.2 diff -u -3 -p -u -r1.2 RunJapi --- RunJapi 19 Jun 2006 19:53:33 -0000 1.2 +++ RunJapi 30 Jan 2008 20:25:32 -0000 @@ -22,7 +22,7 @@ CSS=3D$TOP/japitools/japitools/design/japi # Set up the JVM to run, and the class library to scan. # For now we just scan Classpath... FIXME: this should be a # parameter of some kind. -CPDIR=3D$TOP/classpath/jikes-install +CPDIR=3D$TOP/classpath/install JAVA=3Dgij # JAVA=3D$CPDIR/bin/jamvm export JAVA @@ -49,7 +49,7 @@ BuildOne() =20 BuildOne classpath $CPJAR BuildOne libgcj $LIBGCJ -BuildOne classpath-generics $GENERICJAR +#BuildOne classpath-generics $GENERICJAR =20 =20 cd $JDKINFODIR @@ -58,24 +58,38 @@ $JAPITOOLS/bin/japicompat -v -h -o jdk14 -i jdk15.japi.gz \ jdk14.japi.gz classpath.japi.gz $JAPITOOLS/bin/japicompat -v -h -o jdk15-classpath.html \ + -i openjdk-b12.japi.gz \ jdk15.japi.gz classpath.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 openjdk-classpath.html \ + 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 $JAPITOOLS/bin/japicompat -v -h -o jdk15-libgcj.html \ + -i openjdk-b12.japi.gz \ jdk15.japi.gz libgcj.japi.gz +$JAPITOOLS/bin/japicompat -v -h -o openjdk-libgcj.html \ + openjdk-b12.japi.gz libgcj.japi.gz +$JAPITOOLS/bin/japicompat -v -h -o libgcj-openjdk.html \ + libgcj.japi.gz openjdk-b12.japi.gz =20 # Now publish the result cp jdk14-classpath.html $WEB/ cp jdk15-classpath.html $WEB/ -cp jdk14-generics.html $WEB/ -cp jdk15-generics.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/ +cp libgcj-openjdk.html $WEB/ cp $ONExONE $WEB/ cp $CSS $WEB/ --jI8keyz6grp/JLjh-- --ZoaI/ZTpAVc4A5k6 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) iD8DBQFHoN34AQUyfTZIWfoRAtjgAJ4rB6V57TeRauBvaEjKfKjJ0x+dFQCeO/o5 tlx4cYVwzDfWT2eWD2qfLMM= =H8ZI -----END PGP SIGNATURE----- --ZoaI/ZTpAVc4A5k6--