BUILD FAILED:
        Ant Error Message:
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build.xml:242: The following 
error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\build-test.xml:55: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\properties.xml:319: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\build.xml:135: 
Process fork failed.

Date of build:  05/03/2007 05:02:28
Time to build:  17 seconds
Last changed:   05/03/2007 03:00:18
Last log entry: More changes to enable the jdktools to compile on linux.



***********************************************************
Errors/Warnings:        (80)
            

========================================
Testing jdktools binaries...
========================================

Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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 
C:\cruise_hdk\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: 
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java
  Debuggee JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java

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

***********************************************************
Modifications since last successful build:      (145)
            
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/libjdwp.exp
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/launcher/build.xml 
05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/samsa/build.xml 
05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/libdt_socket.exp
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/jpda/build.xml 
05/03/2007 02:18:41 Do a better job of compiling jdktools on unix 
machines.(Still work in progress)
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/03/2007 02:18:41 Do a better job of compiling jdktools on unix 
machines.(Still work in progress)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/03/2007 02:18:41 Do a better job of compiling jdktools on unix 
machines.(Still work in progress)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/winmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/cmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javae
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/makefile.include 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javaw
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main_hlp.h
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/trunk/build.xml 05/02/2007 23:05:52 Moving 
launcher to jdktools, and fixing up jdktools to build against a HDK 
properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/linux
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/libhlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/winmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/cmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javae
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/makefile.include 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javaw
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main_hlp.h
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/trunk/build.xml 05/02/2007 23:05:52 Moving 
launcher to jdktools, and fixing up jdktools to build against a HDK 
properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/linux
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/libhlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/BaseRowSet.java
 05/02/2007 21:02:47 Apply patch HARMONY-3796 ([classlib] [sql] 
javax.sql.rowset.BaseRowSet should store Arrays as SerialArrays...)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/BaseRowSetTest.java
 05/02/2007 21:02:47 Apply patch HARMONY-3796 ([classlib] [sql] 
javax.sql.rowset.BaseRowSet should store Arrays as SerialArrays...)
modified tellison  /harmony/enhanced/classlib/trunk/make/build-java.xml 
05/02/2007 18:56:28 Remove tools directory from global build.
deleted tellison  /harmony/enhanced/classlib/trunk/modules/tools 05/02/2007 
18:24:22 Remove TOOLS module (code moved into jdktools directory)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/Main.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/FileNameGenerator.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/toolutils/Util.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertExporter.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeyStoreCertPrinter.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com/sun/tools 
05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step One: 
Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertChainVerifier.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeyStoreConverter.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/test/java/org/apache/harmony/tools/keytool/tests/TestUtils.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSParameters.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/transport/dt_socket
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeytoolException.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/TimeStampGenerator.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/transport/common
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSHelper.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeytoolParameters.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com/sun/tools/javac
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/agent/core
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeyCertGenerator.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/test/java/org/apache/harmony/tools/keytool/tests/GenKeyTest.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/test/java/org/apache/harmony/tests/tools/javac/MainTest.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertImporter.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com/sun/tools/javac/Main.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSSigner.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com 05/02/2007 
18:21:30 Moving class library tools module to jdkttols dir.Step One: Updating 
jdktools source with latest changes from tools module.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/commands
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/ArgParser.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com/sun 05/02/2007 
18:21:30 Moving class library tools module to jdkttols dir.Step One: Updating 
jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/HelpPrinter.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/EntryManager.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CSRGenerator.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSLogFormatter.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JarSignerException.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSVerifier.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/UserInteractor.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CRLManager.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeytoolKSLoaderSaver.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/Command.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertReader.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/ArgumentsParser.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Main.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/Main.java
 05/02/2007 18:21:30 Moving class library tools module to jdkttols dir.Step 
One: Updating jdktools source with latest changes from tools module.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa 05/02/2007 
18:21:30 Moving class library tools module to jdkttols dir.Step One: Updating 
jdktools source with latest changes from tools module.
modified tellison  /harmony/enhanced/classlib/trunk/depends/jars 05/02/2007 
16:09:25 Update dependencies to BouncyCastle 1.36Fix 
AlgorithmParameterGenerator test.
modified tellison  /harmony/enhanced/classlib/trunk/make/depends.properties 
05/02/2007 16:09:25 Update dependencies to BouncyCastle 1.36Fix 
AlgorithmParameterGenerator test.
modified tellison  /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt 
05/02/2007 16:09:25 Update dependencies to BouncyCastle 1.36Fix 
AlgorithmParameterGenerator test.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/AlgorithmParameterGenerator_ImplTest.java
 05/02/2007 16:09:25 Update dependencies to BouncyCastle 1.36Fix 
AlgorithmParameterGenerator test.
modified smishura  /harmony/enhanced/classlib/trunk/modules/beans/build.xml 
05/02/2007 12:48:00 Apply patch from HARMONY-3792:([classlib][beans] unit test 
org.apache.harmony.beans.tests.java.beans.BeansTest failed)That is quick fix 
for commit r533960:Apply patch HARMONY-3776 
([classlib][beans]Beans.instantiate() should throw IOException if problem 
occurs during processing serialization file)
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/libhlp.c
 05/01/2007 18:04:21 Refactor PATH_SEPARATOR and LIBPATH_ENV_VAR to hycomp.h.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h
 05/01/2007 18:04:21 Refactor PATH_SEPARATOR and LIBPATH_ENV_VAR to hycomp.h.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/01/2007 18:04:21 Refactor PATH_SEPARATOR and LIBPATH_ENV_VAR to hycomp.h.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/DefaultPersistenceDelegateTest.java
 05/01/2007 17:45:37 Apply patch HARMONY-3782 
([classlib][beans]java.beans.DefaultPersistenceDelegate.mutates should delegate 
the comparation to super class ...)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/DefaultPersistenceDelegate.java
 05/01/2007 17:45:37 Apply patch HARMONY-3782 
([classlib][beans]java.beans.DefaultPersistenceDelegate.mutates should delegate 
the comparation to super class ...)
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/01/2007 17:35:42 Make #if more consistent.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/libhlp.c
 05/01/2007 17:34:03 Remove local DIR_SEPERATOR (typo) and HY_PATH_SLASH 
definitions and useDIR_SEPARATOR definitions from hycomp.h instead.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/01/2007 17:34:03 Remove local DIR_SEPERATOR (typo) and HY_PATH_SLASH 
definitions and useDIR_SEPARATOR definitions from hycomp.h instead.
modified tellison  /harmony/enhanced/classlib/trunk/modules/beans/.classpath 
05/01/2007 15:18:14 Apply patch HARMONY-3761 
([classlib][beans]java.beans.VetoableChangeSupport is not compatible with RI in 
serialization)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/serialization/java/beans/VetoableChangeSupport.ser
 05/01/2007 15:18:14 Apply patch HARMONY-3761 
([classlib][beans]java.beans.VetoableChangeSupport is not compatible with RI in 
serialization)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeSupport.java
 05/01/2007 15:18:14 Apply patch HARMONY-3761 
([classlib][beans]java.beans.VetoableChangeSupport is not compatible with RI in 
serialization)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/BeansTest.java
 05/01/2007 15:13:27 Apply patch HARMONY-3776 
([classlib][beans]Beans.instantiate() should throw IOException if problem 
occurs during processing serialization file)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Beans.java
 05/01/2007 15:13:27 Apply patch HARMONY-3776 
([classlib][beans]Beans.instantiate() should throw IOException if problem 
occurs during processing serialization file)

Reply via email to