BUILD COMPLETE: build.480
Date of build: 2008-02-08 10:19:16 +0600
Time to build: 35 minutes 57 seconds
Last changed: 02/08/2008 09:59:58
Last log entry: Quick fix for commit r619649
***********************************************************
Errors/Warnings: (35)
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9025 : overriding '/W3' with '/W4'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated
and will be removed in a future release
[compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
***********************************************************
Unit Tests: (0)
No Tests Run: This project doesn't have any tests
***********************************************************
Modifications since last successful build: (23)
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.
modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp
02/08/2008 00:22:15 Fixed compilation warning
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URISyntaxExceptionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/SocketExceptionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URLDecoderTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/SocketImplTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/NoRouteToHostExceptionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/UnknownHostExceptionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URITest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URLClassLoaderTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/UnknownServiceExceptionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/SocketPermissionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URLConnectionTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URLEncoderTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/URLTest.java
02/07/2008 22:40:26 Additional test improvements in LUNI module, including
formatting,exception handling, and so on.
modified gshimansky /harmony/enhanced/drlvm/trunk/vm/include/open/types.h
02/07/2008 21:54:16 Fixed comment to refer to a correct type