public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* [builder] FYI: Add inverse JAPI runs for jdk14 and jdk15
@ 2008-03-10 21:06 Andrew John Hughes
  0 siblings, 0 replies; only message in thread
From: Andrew John Hughes @ 2008-03-10 21:06 UTC (permalink / raw)
  To: mauve-patches


[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]

This adds inverse runs (classpath-x as opposed to x-classpath) for
jdk14 and jdk15.  We really need to have OpenJDK 6 too.

ChangeLog:

2008-03-10 Andrew John Hughes <gnu_andrew@member.fsf.org>

	* RunJapi: Add inverse runs for jdk14 and jdk15.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

[-- Attachment #1.2: japi-04.diff --]
[-- Type: text/x-diff, Size: 2073 bytes --]

Index: RunJapi
===================================================================
RCS file: /cvs/mauve/builder/scripts/RunJapi,v
retrieving revision 1.5
diff -u -3 -p -u -r1.5 RunJapi
--- RunJapi	3 Feb 2008 19:48:56 -0000	1.5
+++ RunJapi	10 Mar 2008 21:03:43 -0000
@@ -56,20 +56,28 @@ $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 openjdk-classpath.html \
    openjdk-b12.japi.gz classpath.japi.gz
+$JAPITOOLS/bin/japicompat -v -h -o classpath-jdk14.html \
+   -i jdk15.japi.gz \
+   classpath.japi.gz jdk14.japi.gz
+$JAPITOOLS/bin/japicompat -v -h -o classpath-jdk15.html \
+   classpath.japi.gz jdk15.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-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-jdk14.html \
+   -i jdk15.japi.gz \
+   libgcj.japi.gz jdk14.japi.gz
+$JAPITOOLS/bin/japicompat -v -h -o libgcj-jdk15.html \
+   libgcj.japi.gz jdk15.japi.gz
 $JAPITOOLS/bin/japicompat -v -h -o libgcj-openjdk.html \
    libgcj.japi.gz openjdk-b12.japi.gz
 $JAPITOOLS/bin/japicompat -v -h -o classpath-jikesrvm.html \
@@ -79,10 +87,14 @@ $JAPITOOLS/bin/japicompat -v -h -o class
 cp jdk14-classpath.html $WEB/
 cp jdk15-classpath.html $WEB/
 cp openjdk-classpath.html $WEB/
+cp classpath-jdk14.html $WEB/
+cp classpath-jdk15.html $WEB/
 cp classpath-openjdk.html $WEB/
 cp jdk14-libgcj.html $WEB/
 cp jdk15-libgcj.html $WEB/
 cp openjdk-libgcj.html $WEB/
+cp libgcj-jdk14.html $WEB/
+cp libgcj-jdk15.html $WEB/
 cp libgcj-openjdk.html $WEB/
 cp $ONExONE $WEB/
 cp $CSS $WEB/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-10 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 21:06 [builder] FYI: Add inverse JAPI runs for jdk14 and jdk15 Andrew John Hughes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).