BUILD COMPLETE: build.327
Date of build: 2007-10-17 15:43:27 +0700
Time to build: 7 minutes 21 seconds
Last changed: 10/17/2007 15:37:11
Last log entry: Applying patches from "[#HARMONY-1954] [classlib][awt] Unit
tests for image
decoders.".
***********************************************************
Errors/Warnings: (36)
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-137/bcprov.jar
Checksum verified (true)
Checking depends/jars/icu4j_3.4.4/icu4j_3_4_4.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/msvcr71.dll
Checksum verified (true)
Checking depends/libs/windows.x86/swing_awt_deps_winxp_2006-09-28.tgz
Checksum verified (true)
***********************************************************
Unit Tests: (0)
No Tests Run: This project doesn't have any tests
***********************************************************
Modifications since last successful build: (20)
added hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/gl/image
10/17/2007 15:37:11 Applying patches from "[#HARMONY-1954] [classlib][awt]
Unit tests for imagedecoders.".
added hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images/utest.jpg
10/17/2007 15:37:11 Applying patches from "[#HARMONY-1954] [classlib][awt]
Unit tests for imagedecoders.".
added hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/gl/image/ImageDecoderTest.java
10/17/2007 15:37:11 Applying patches from "[#HARMONY-1954] [classlib][awt]
Unit tests for imagedecoders.".
added hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images/utest.png
10/17/2007 15:37:11 Applying patches from "[#HARMONY-1954] [classlib][awt]
Unit tests for imagedecoders.".
added hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images/utest.gif
10/17/2007 15:37:11 Applying patches from "[#HARMONY-1954] [classlib][awt]
Unit tests for imagedecoders.".
modified gshimansky
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c
10/17/2007 15:13:19 Remove variable no longer used. On windows compiler gives
a warning treated as error
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyport.c
10/17/2007 12:27:00 Reverting r585156 due to issue on windows.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/ldap/LdapMessage.java
10/17/2007 12:06:26 Apply patch Harmony-4949 ([classlib][ldap] Add ldap delete
request sending and delete response parsing function)
added tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/ldap/DeleteOpTest.java
10/17/2007 12:06:26 Apply patch Harmony-4949 ([classlib][ldap] Add ldap delete
request sending and delete response parsing function)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/ldap/asn1/LdapASN1Constant.java
10/17/2007 12:06:26 Apply patch Harmony-4949 ([classlib][ldap] Add ldap delete
request sending and delete response parsing function)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/ldap/asn1/ASN1TestUtils.java
10/17/2007 12:06:26 Apply patch Harmony-4949 ([classlib][ldap] Add ldap delete
request sending and delete response parsing function)
added tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/ldap/DeleteOp.java
10/17/2007 12:06:26 Apply patch Harmony-4949 ([classlib][ldap] Add ldap delete
request sending and delete response parsing function)
modified hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp
10/17/2007 02:55:33 While fixing the earlier compiler warnings, I wondered
what theselocal variables were intended to achieve. I think they
areunnecessary. I'm sure someone will correct me if I'm wrong.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp
10/17/2007 02:45:40 Avoid gcc 4.2 compiler warnings by making these functions
used const pointers.The warnings occur because calls to the compare functions
are givenconstant strings as arguments in a number of cases and gcc 4.2
nowcomplains (correctly) if these are cast to non-const pointers.Add a carriage
return to end of file to avoid another trivial gccwarning.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.h
10/17/2007 02:45:40 Avoid gcc 4.2 compiler warnings by making these functions
used const pointers.The warnings occur because calls to the compare functions
are givenconstant strings as arguments in a number of cases and gcc 4.2
nowcomplains (correctly) if these are cast to non-const pointers.Add a carriage
return to end of file to avoid another trivial gccwarning.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/LinuxNativeFont.c
10/17/2007 02:00:36 Commit r584159 of HARMONY-4562 ([classlib][awt]
Antialliasing is notimplemented on Linux) introduced references to a
function,newNullPointerException, that I removed from the Apache code base
incommit r423405 made over a year ago.I've replaced these function calls with
calls to the throwNPExceptionfunction that is used elsewhere in the same file
and fairly consistentlyin the rest of the native code.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/helpers.c
10/16/2007 21:42:29 Fix another compiler warning.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyport.c
10/16/2007 21:39:44 Fix compiler warning.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c
10/16/2007 21:17:40 Remove function that is no longer used.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c
10/16/2007 21:02:25 This call and check appears to be redundant since the
function will returnwith the same error code after the
getJavaIoFileDescriptorContentsAsAPointercall.