BUILD FAILED:
        Ant Error Message:
/export/users/tst/cc/projects/trunk/working_jdktools/build.xml:242: The 
following error occurred while executing this line: 
/export/users/tst/cc/projects/trunk/working_jdktools/make/build-test.xml:55: 
The following error occurred while executing this line: 
/export/users/tst/cc/projects/trunk/working_jdktools/make/properties.xml:294: 
The following error occurred while executing this line: 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/launcher/build.xml:84:
 exec returned: 1

Date of build:  04/25/2007 20:04:52
Time to build:  12 minutes 46 seconds
Last changed:   04/25/2007 18:38:15
Last log entry: Verbose debug message removed in reflection of arrays.

***********************************************************
Execution log (errors/warnings messages):       

========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java
 (at line 57)
        registered.add(debuggee); 
        ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type LinkedList. 
References to generic type LinkedList<E> should be parameterized
----------
----------
2. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java
 (at line 28)
        import java.io.File;
               ^^^^^^^^^^^^
The import java.io.File is never used
----------
----------
3. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 113)
        eventQueue.add(eventPacket);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to 
generic type List<E> should be parameterized
----------
4. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 248)
        replies.put(new Integer(replyPacket.getId()),
                                replyPacket);
        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
5. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 283)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
6. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 354)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
----------
7. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 1829)
        frames.add(frame);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
8. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 1897)
        vars.add(var);
        ^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
9. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 2117)
        fields.add(superClassFields.toArray()[i]);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
10. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 2127)
        fields.add(field);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
----------
11. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java
 (at line 449)
        frames.add(new FrameStruct(frameID, loc));
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References 
to generic type Vector<E> should be parameterized
----------
11 problems (11 warnings)
JPDA exclude list: 
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre/bin/java
  Debuggee JVM=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre/bin/java
LAUNCER exclude list: 
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.launcher.exclude
Running LAUNCHER tests
test.jre.home=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre
Run 'java -version' in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report

***********************************************************
Unit Tests: (131)
        

***********************************************************
Modifications since last successful build:      (6)
            
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/java_lang_reflect_VMReflection.cpp
 04/25/2007 18:38:15 Verbose debug message removed in reflection of arrays.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/rules.mk 
04/25/2007 18:12:41 Extend make rules to support aix.
added hindessm  
/harmony/enhanced/classlib/trunk/depends/build/platform/aix.ppc32.mk 04/25/2007 
18:12:41 Extend make rules to support aix.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/defines.mk 
04/25/2007 18:12:41 Extend make rules to support aix.
added hindessm  
/harmony/enhanced/classlib/trunk/depends/build/platform/aix.ppc64.mk 04/25/2007 
18:12:41 Extend make rules to support aix.
added xli  
/harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl.interm
 04/25/2007 18:05:26 HARMONY-2867 : exclude the intermittent failure of 
java.awt.WindowTest

Reply via email to