From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8863 invoked by alias); 19 Jun 2007 20:55:05 -0000 Received: (qmail 8848 invoked by uid 22791); 19 Jun 2007 20:55:05 -0000 X-Spam-Check-By: sourceware.org Received: from smtp801.mail.ird.yahoo.com (HELO smtp801.mail.ird.yahoo.com) (217.146.188.61) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 19 Jun 2007 20:55:02 +0000 Received: (qmail 53266 invoked from network); 19 Jun 2007 20:54:59 -0000 Received: from unknown (HELO orthanc.middle-earth.co.uk) (hughes2002@btinternet.com@81.132.123.22 with plain) by smtp801.mail.ird.yahoo.com with SMTP; 19 Jun 2007 20:54:59 -0000 X-YMail-OSG: c1j4DW4VM1mxKXzPS2zZ4A8cXKhHOVTsrvnoXD.fW7AmLwDeBDV90uAnpyUV0Sz6cdVZkC8Ms17k5pX1osIitYBeIOkbkUxFnyPQUt31m_vUlSmDy1pCwS5KTrg- Received: from rivendell.middle-earth.co.uk ([192.168.0.1] helo=localhost.localdomain ident=gandalf) by orthanc.middle-earth.co.uk with smtp (Exim 4.63) (envelope-from ) id 1I0kdt-000472-Vp for mauve-patches@sources.redhat.com; Tue, 19 Jun 2007 21:49:39 +0100 Received: by localhost.localdomain (sSMTP sendmail emulation); Tue, 19 Jun 2007 21:54:57 +0100 From: "Andrew John Hughes" Date: Tue, 19 Jun 2007 20:55:00 -0000 To: mauve-patches@sources.redhat.com Subject: FYI: Add missing file Message-ID: <20070619205457.GA25708@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" 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: 2007/txt/msg00035.txt.bz2 --p4qYPpj5QlsIQJ0K Content-Type: multipart/mixed; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 504 The results of Mark's run of the Mauve tests against OpenJDK showed up something quite interesting to me; one of the files from my JMX tests was missing! Here it is... Changelog: 2007-06-19 Andrew John Hughes * gnu/testlet/javax/management/MBeanServerInvocationHandler/ChildMXBean.ja= va: Add missing file. --=20 Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... } --zYM0uCDKw75PZbzx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="management-06.diff" Content-length: 1642 Index: gnu/testlet/javax/management/MBeanServerInvocationHandler/ChildMXBean.java =================================================================== RCS file: gnu/testlet/javax/management/MBeanServerInvocationHandler/ChildMXBean.java diff -N gnu/testlet/javax/management/MBeanServerInvocationHandler/ChildMXBean.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gnu/testlet/javax/management/MBeanServerInvocationHandler/ChildMXBean.java 19 Jun 2007 20:46:12 -0000 @@ -0,0 +1,35 @@ +// Tags: not-a-test + +// Copyright (C) 2007 Andrew John Hughes + +// This file is part of Mauve. + +// Mauve is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. + +// Mauve is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Mauve; see the file COPYING. If not, write to +// the Free Software Foundation, 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +package gnu.testlet.javax.management.MBeanServerInvocationHandler; + +/** + * Test {@link javax.management.MXBean} for proxying. + * + * @author Andrew John Hughes + */ +public interface ChildMXBean +{ + + TestCMXBean getParent(); + + void setParent(TestCMXBean bean); +} --zYM0uCDKw75PZbzx-- --p4qYPpj5QlsIQJ0K 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) iD8DBQFGeEKhAQUyfTZIWfoRAhPVAJ4qKakHY83lT7KspAvi2eIYfTOv3gCbBzeL 4kjHFt86K9zXLSbfSVwD8NE= =rWM3 -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K--