From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16072 invoked by alias); 16 Feb 2005 19:11:09 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 16025 invoked from network); 16 Feb 2005 19:10:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 16 Feb 2005 19:10:59 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1GJAxvC007554 for ; Wed, 16 Feb 2005 14:10:59 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1GJAwO18051 for ; Wed, 16 Feb 2005 14:10:58 -0500 Received: from [172.16.14.67] (towel.toronto.redhat.com [172.16.14.67]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j1GJAu7l028258 for ; Wed, 16 Feb 2005 14:10:57 -0500 Message-ID: <42139AC0.5070209@redhat.com> Date: Wed, 16 Feb 2005 19:11:00 -0000 From: Bryce McKinlay User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: mauve-discuss@sources.redhat.com Subject: Class choosing script - Tag sensitivity Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q1/txt/msg00027.txt.bz2 The choose-classes script seems to be very sensitive to extra whitespace characters around the tags. For example, the test below was not being run due to an extra space. Perhaps some sed/egrep can fix this? In the mean time, this patch fixes the one I found. Bryce 2005-02-16 Bryce McKinlay * gnu/testlet/java/lang/Class/serialization.java: Remove stray space from 'Tags'. --- gnu/testlet/java/lang/Class/serialization.java 17 Jan 2005 17:03:24 -0000 1.2 +++ gnu/testlet/java/lang/Class/serialization.java 16 Feb 2005 19:06:59 -0000 @@ -1,4 +1,4 @@ -// Tags: JDK1.2 +// Tags: JDK1.2 // Copyright (C) 2005 David Gilbert