From owner-freebsd-java Mon Mar 24 16:14:32 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 366C937B401 for ; Mon, 24 Mar 2003 16:14:30 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCA143F85 for ; Mon, 24 Mar 2003 16:14:29 -0800 (PST) (envelope-from aah@acm.org) Received: (qmail 16689 invoked from network); 25 Mar 2003 00:14:38 -0000 Received: from unknown (HELO acm.org) (aah@[216.27.178.67]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Mar 2003 00:14:38 -0000 Message-ID: <3E7F9F64.7020602@acm.org> Date: Mon, 24 Mar 2003 16:14:28 -0800 From: Andrew Houghton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030309 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Compiler messages w/ JDK1.4.1-p3 on CURRENT? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-5.8 required=5.0 tests=USER_AGENT_MOZILLA_UA autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This may have been discussed before, but a quick check doesn't show anything. I'm getting intriguing, but sadly incomplete, compiler messages when using javac on CURRENT. The JDK was built a few weeks ago. For instance, I know this warning refers to deprecated methods: compiler message file broken: key=compiler.note.note arguments=null, null, null, null, null, null, nullcompiler message file broken: key=compiler.note.deprecated.plural arguments=null, null, null, null, null, null, null compiler message file broken: key=compiler.note.note arguments=null, null, null, null, null, null, nullcompiler message file broken: key=compiler.note.deprecated.recompile arguments=null, null, null, null, null, null, null But I'd much rather get the text of the message. Is this something expected, or something I did wrong? Thanks, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message