From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14260 invoked by alias); 3 Apr 2004 15:42:16 -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 14253 invoked from network); 3 Apr 2004 15:42:14 -0000 Received: from unknown (HELO cuddles.cambridge.redhat.com) (81.96.64.123) by sources.redhat.com with SMTP; 3 Apr 2004 15:42:14 -0000 Received: from redhat.com (localhost.localdomain [127.0.0.1]) by cuddles.cambridge.redhat.com (8.12.8/8.12.8) with ESMTP id i33Ff9CL008637; Sat, 3 Apr 2004 16:41:19 +0100 Received: (from aph@localhost) by redhat.com (8.12.8/8.12.8/Submit) id i33Ff9YH008633; Sat, 3 Apr 2004 16:41:09 +0100 From: Andrew Haley MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16494.56084.958410.241061@cuddles.cambridge.redhat.com> Date: Sat, 03 Apr 2004 15:42:00 -0000 To: Thomas Zander Cc: mauve-discuss@sources.redhat.com Subject: Re: Some issues.. In-Reply-To: <200404031540.39350.zander@javalobby.org> References: <200404031504.41093.zander@javalobby.org> <16494.47358.415834.600012@cuddles.cambridge.redhat.com> <200404031540.39350.zander@javalobby.org> X-SW-Source: 2004-q2/txt/msg00003.txt.bz2 Thomas Zander writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Saturday 03 April 2004 15:15, Andrew Haley wrote: > > Thomas Zander writes: > > > Next CVS does not compile with suns javac > > > (gnu/testlet/java/text/SimpleDateFormat/attribute.java) > > > > Would you please help us here by sending a patch? > > It seems the author used some illegal constructs; I'm not sure what he meant > so I'll send the error messages instead. > > [javac] Compiling 678 source files to /home/zander/sources/java/mauve/build > [javac] /home/zander/sources/java/mauve/gnu/testlet/java/text/SimpleDateFormat/attribute.java:160: illegal start of expression > [javac] static Format.Field[] fields = new Format.Field[] { > [javac] ^ > [javac] /home/zander/sources/java/mauve/gnu/testlet/java/text/SimpleDateFormat/attribute.java:165: illegal start of expression > [javac] static int[] begin = new int[] { > [javac] ^ > [javac] /home/zander/sources/java/mauve/gnu/testlet/java/text/SimpleDateFormat/attribute.java:168: illegal start of expression > [javac] static int[] end = new int[] { > > I don't think these 'static' modifiers are needed in the first place; but why were > they added? Beats me. Whatever they are for, they do nothing to test date formatting. > Second; I found at least one directory that contains java files without a > package; leading it to be uncompilable (due to duplicate class names) > I found: > gnu/testlet/BinaryCompatibility/altered/ > Should those have package lines?? No. This package comes with a script that does the building and copies some files around. I suppose you could create a Ant version of this script. > > > Please make the project seem 'less dead' to the passing eye!! If > > > Red-hat does not do anything; what about moving the project to > > > sourceforge or savannah ?? > > > > How would moving the project to a different server help? Many people > > contribute to Mauve, Red Hat provide the server. > > Oh; I did not want to imply mauve can't run on a RedHat server; my > intent was to let you know of the problems. And since I could not > imagine being the first to notice them I added a suggestion in case > the pages on RedHat's servers were not available to the project > members. > Anyway; Please make the project seem 'less dead' to the passing eye!! > > > maybe someone here can answer my question posted on the > > > classpath list a couple of days ago (providing a patch to mauve). > > > http://mail.gnu.org/archive/html/classpath/2004-04/msg00000.html > > > > It was a very strange patch. A tarfile with one file that was a diff, > > and a new directory. However, that patch looks reasonable enough. > > However, there was no ChangeLog entry; we'll need one of those. > > I noticed that the patch does not cleanly apply anymore; here is a new diff. Sorry to make this difficult, but the ChangeLog must contain the names of all the files that are added, with some comment. The diff must contain everything that changes: use "diff -N" to generate diffs with new files. Andrew.