You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by no...@intel.com on 2008/02/08 05:10:00 UTC

[build-test alert] PASSED Windows 2003 x86_64: classlib debug

BUILD COMPLETE:	build.651

Date of build:	2008-02-08 10:01:35 +0600
Time to build:	8 minutes 12 seconds
Last changed:	02/08/2008 09:59:58
Last log entry:	Quick fix for commit r619649

***********************************************************
Errors/Warnings:	(39)
            
[cc-ant]: Test Suite 'classlib' execution. Repository updated: true
[cc-ant]: Result: failed.superiors = '${failed.superiors}'
[cc-ant]: Do cleanup for C:\cc\cc-short/build/checkouts/classlib
Checking depends/jars/yoko_M2-20070130/yoko.jar
Checksum verified (true)
Checking depends/jars/yoko_M2-20070130/yoko-core.jar
Checksum verified (true)
Checking depends/jars/yoko_M2-20070130/yoko-rmi-impl.jar
Checksum verified (true)
Checking depends/jars/yoko_M2-20070130/yoko-rmi-spec.jar
Checksum verified (true)
Checking depends/jars/bcel-5.2/bcel-5.2.jar
Checksum verified (true)
Checking depends/jars/xalan-j_2.7.0/xalan.jar
Checksum verified (true)
Checking depends/jars/xerces_2.9.1/xerces.zip
Checksum verified (true)
Checking depends/jars/junit_3.8.2/junit.jar
Checksum verified (true)
Checking depends/jars/bcprov-jdk15-138/bcprov.noidea.jar
Checksum verified (true)
Checking depends/jars/mx4j_3.0.2/mx4j.zip
Checksum verified (true)
Checking depends/jars/jetty/jetty-6.0.0.jar
Checksum verified (true)
Checking depends/jars/jetty/jetty-util-6.0.0.jar
Checksum verified (true)
Checking depends/jars/jetty/servlet-api-2.5-6.0.0.jar
Checksum verified (true)
Checking depends/dejavu-fonts/dejavu-ttf-2.18-1.zip
Checksum verified (true)
Checking depends/jars/derby-10.3.1.4/derby.jar
Checksum verified (true)
Checking depends/libs/windows.x86_64/msvcr80.dll
Checksum verified (true)
Checking depends/libs/windows.x86_64/msvcp80.dll
Checksum verified (true)
Checking depends/libs/windows.x86_64/swing_awt_deps_win64_2007-02-08.tgz
Checksum verified (true)

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:	(8)
            
modified smishura  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c 02/08/2008 09:59:58 Quick fix for commit r619649
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/inflater.c 02/08/2008 03:51:18 More error handling improvements and compiler warnings fixes.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/deflater.c 02/08/2008 03:51:18 More error handling improvements and compiler warnings fixes.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/adler32.c 02/08/2008 03:42:44 Use include file rather than ad hoc prototype.Add memory error check.Fix compiler warnings.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c 02/08/2008 03:33:01 Fixing compiler warnings.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.h 02/08/2008 03:24:50 Add a macro to assist in providing more appropriate exceptions fromzlib errors.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/jarfile.c 02/08/2008 03:20:26 Fixing compiler warnings.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/jarfile.c 02/08/2008 03:17:43 Another case similar to r575035 where we are getting the global referencefrom the cache so we don't need to make a local reference.