Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 94530 invoked from network); 22 Aug 2006 02:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Aug 2006 02:56:20 -0000 Received: (qmail 74296 invoked by uid 500); 22 Aug 2006 02:56:19 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 74250 invoked by uid 500); 22 Aug 2006 02:56:19 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 74226 invoked by uid 99); 22 Aug 2006 02:56:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 19:56:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 19:56:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 519947142F2 for ; Tue, 22 Aug 2006 02:53:14 +0000 (GMT) Message-ID: <7645412.1156215194331.JavaMail.jira@brutus> Date: Mon, 21 Aug 2006 19:53:14 -0700 (PDT) From: "Andrew Zhang (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (HARMONY-1247) [classlib][logging] Can't find resource bundle when running logging tests on Eclipse. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [classlib][logging] Can't find resource bundle when running logging tests on Eclipse. ------------------------------------------------------------------------------------- Key: HARMONY-1247 URL: http://issues.apache.org/jira/browse/HARMONY-1247 Project: Harmony Issue Type: Test Components: Classlib Reporter: Andrew Zhang There are lots of tests are failed on Eclipse. The exception stack trace looks like: java.util.MissingResourceException: Can't find bundles/java/util/logging/res bundle at java.util.logging.Logger.setupResourceInfo(Logger.java:1293) at java.util.logging.Logger.(Logger.java:203) at org.apache.harmony.logging.tests.java.util.logging.LoggerTest$MockLogger.(LoggerTest.java:3395) at org.apache.harmony.logging.tests.java.util.logging.LoggerTest.setUp(LoggerTest.java:68) at junit.framework.TestCase.runBare(TestCase.java:125) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) The failure is caused by missing resource path in classpath. I'll upload a patch to fix this problem soon. Best regards, Andrew -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira