From alerts-return-3940-apmail-harmony-alerts-archive=harmony.apache.org@harmony.apache.org Wed Jul 11 03:22:24 2007 Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 47372 invoked from network); 11 Jul 2007 03:22:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2007 03:22:24 -0000 Received: (qmail 20598 invoked by uid 500); 11 Jul 2007 03:22:27 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 20504 invoked by uid 500); 11 Jul 2007 03:22:26 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 20495 invoked by uid 99); 11 Jul 2007 03:22:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 20:22:26 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.134.136.24] (HELO mga09.intel.com) (134.134.136.24) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 20:22:23 -0700 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 10 Jul 2007 20:22:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.16,524,1175497200"; d="scan'208";a="105007296" Received: from nssmon01.ins.intel.com ([10.125.118.43]) by fmsmga002.fm.intel.com with ESMTP; 10 Jul 2007 20:22:00 -0700 Received: from NSTDRLEW23 (nstdrlew23.ins.intel.com [10.125.122.73]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l6B3LxR2000750 for ; Wed, 11 Jul 2007 10:21:59 +0700 Message-Id: <200707110321.l6B3LxR2000750@nssmon01.ins.intel.com> Subject: [build-test alert] BUILD FAILED Windows server 2003 x86_64: tomcat start Date: Wed, 11 Jul 2007 10:21:59 +0700 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: C:\cruise_hdk\cc\apps\apache-tomcat-5.5.20\build.xml:60: java.net.ConnectException: Connection refused: connect Date of build: 07/11/2007 10:13:11 Time to build: 1 minute 42 seconds Last changed: 07/10/2007 21:46:56 Last log entry: Fix Harmony-4402 ([classlib][luni] Locale("no", "NO").getDisplayLanguage() returns upper-case value instead of lower-case if localized for Norwegian locale) *********************************************************** Unit Tests: (0) No Tests Run: This project doesn't have any tests *********************************************************** Modifications since last successful build: (48) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/Language_no.java 07/10/2007 21:46:56 Fix Harmony-4402 ([classlib][luni] Locale("no", "NO").getDisplayLanguage() returns upper-case value instead of lower-case if localized for Norwegian locale) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/LocaleTest.java 07/10/2007 21:46:56 Fix Harmony-4402 ([classlib][luni] Locale("no", "NO").getDisplayLanguage() returns upper-case value instead of lower-case if localized for Norwegian locale) modified tonywu /harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ZipOutputStreamTest.java 07/10/2007 21:45:00 correct typo modified tonywu /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/ZipOutputStream.java 07/10/2007 21:02:31 Fix Harmony-4405 ([classlib][luni] Compatibility: ZipOutputStream.write(null, off, length) exception throwing order differs on Harmony and RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ZipOutputStreamTest.java 07/10/2007 21:02:31 Fix Harmony-4405 ([classlib][luni] Compatibility: ZipOutputStream.write(null, off, length) exception throwing order differs on Harmony and RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 07/10/2007 20:42:19 Fix Harmony-4372 for backward roll operation([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java 07/10/2007 20:42:19 Fix Harmony-4372 for backward roll operation([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) deleted tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContextFactory.java 07/10/2007 16:55:54 remove redundant class modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PropertyEditorSupportTest.java 07/10/2007 14:12:07 Fix 2 bugs in PropertyEditorSupport: 1. setSource(null) should not throw NPE(the original tests fail on RI, also updated accordingly), 2. firePropertyChange should fire an event with the source only modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PropertyEditorSupport.java 07/10/2007 14:12:07 Fix 2 bugs in PropertyEditorSupport: 1. setSource(null) should not throw NPE(the original tests fail on RI, also updated accordingly), 2. firePropertyChange should fire an event with the source only modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/StatementTest.java 07/10/2007 13:52:12 Add several testcases to Expression and its superclass Statement, including the subclassing Expression, overloaded method recognition, empty array, array with null element, etc, and fix Expression/Statement to pass these tests. But there is still 1 thing to be done, tracked by HARMONY-4392. modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Expression.java 07/10/2007 13:52:12 Add several testcases to Expression and its superclass Statement, including the subclassing Expression, overloaded method recognition, empty array, array with null element, etc, and fix Expression/Statement to pass these tests. But there is still 1 thing to be done, tracked by HARMONY-4392. modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Statement.java 07/10/2007 13:52:12 Add several testcases to Expression and its superclass Statement, including the subclassing Expression, overloaded method recognition, empty array, array with null element, etc, and fix Expression/Statement to pass these tests. But there is still 1 thing to be done, tracked by HARMONY-4392. modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ExpressionTest.java 07/10/2007 13:52:12 Add several testcases to Expression and its superclass Statement, including the subclassing Expression, overloaded method recognition, empty array, array with null element, etc, and fix Expression/Statement to pass these tests. But there is still 1 thing to be done, tracked by HARMONY-4392. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 07/10/2007 13:31:10 Fix HARMONY-4384 ([classlib][luni] Losing Calendar.set(...) settings during consecutive set(...) calls) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/CalendarTest.java 07/10/2007 13:31:10 Fix HARMONY-4384 ([classlib][luni] Losing Calendar.set(...) settings during consecutive set(...) calls) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java 07/09/2007 19:17:27 Fix for HARMONY-4064 ([classlib][luni] Performance improvement of java.util.HashMap) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 07/09/2007 17:31:42 Fix HARMONY-4372 ([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java 07/09/2007 17:31:42 Fix HARMONY-4372 ([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSequentialList.java 07/09/2007 17:25:36 Apply patch for HARMONY-4395([classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.). modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/AbstractSequentialListTest.java 07/09/2007 17:25:36 Apply patch for HARMONY-4395([classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.). modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c 07/09/2007 15:49:09 Allow this to compile with -Dhy.no.thr=true. modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java 07/09/2007 15:23:12 Fix bug for HARMONY-4281([classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties) modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/ProxySelectorTest.java 07/09/2007 15:23:12 Fix bug for HARMONY-4281([classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties) modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SimpleBeanInfo.java 07/09/2007 13:49:57 SimpleBeanInfo.loadImage(String) should return null on given null parameter modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/SimpleBeanInfoTest.java 07/09/2007 13:49:57 SimpleBeanInfo.loadImage(String) should return null on given null parameter modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java 07/09/2007 13:41:16 1. modify EventHanderTest according to RI's behavior 2. fix java.beans.EventHandler modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java 07/09/2007 13:41:16 1. modify EventHanderTest according to RI's behavior 2. fix java.beans.EventHandler modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/VetoableChangeSupportTest.java 07/06/2007 14:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeSupport.java 07/06/2007 14:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayReader.java 07/06/2007 13:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/CharArrayReaderTest.java 07/06/2007 13:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeListenerProxy.java 07/06/2007 13:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified pyang /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 07/06/2007 13:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/MulticastSocketTest.java 07/06/2007 12:47:19 Remove the assertion since it fails on both RI and Harmony in IPv6 Env modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServiceRevokedEventTest.java 07/06/2007 10:41:59 In the BeanContextServiceRevokeEvent constructor, the propgatedFrom should not be set, fix this bug with regression test modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServiceRevokedEvent.java 07/06/2007 10:41:59 In the BeanContextServiceRevokeEvent constructor, the propgatedFrom should not be set, fix this bug with regression test modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServicesSupportTest.java 07/06/2007 10:21:21 Apply patch for HARMONY-4344([classlib][beans] BeanContextServicesSupport.serviceAvailable will add duplicate service class). modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java 07/06/2007 10:21:21 Apply patch for HARMONY-4344([classlib][beans] BeanContextServicesSupport.serviceAvailable will add duplicate service class). modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opnd.cpp 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/csig.h 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.h 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Resolve.cpp 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.h 07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms