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 2009/04/17 08:31:52 UTC

[build-test alert] FAILED Linux x86: hdk debug

BUILD FAILED:
	Ant Error Message:
/home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/hdk/adaptor.xml:39: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/scripts/framework.xml:163: Java returned: 1

Date of build:	2009-04-17 14:27:21 +0800
Time to build:	2 minutes 47 seconds
Last changed:	04/17/2009 11:43:50
Last log entry:	Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.

***********************************************************
Errors/Warnings:	(6)
            
BUILD FAILED
/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/build.xml:401: The following error occurred while executing this line:
/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_classlib/build.xml:118: The following error occurred while executing this line:
/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_classlib/make/build-java.xml:120: Compile failed; see the compiler error output for details.
Total time: 1 minute 31 seconds
The execution FAILED with the following exception:
The following error occurred while executing this line:
/home/laichunrong/harmony.regularcc/infra/adaptors/hdk/adaptor.xml:39: The following error occurred while executing this line:
/home/laichunrong/harmony.regularcc/infra/scripts/framework.xml:163: Java returned: 1

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

***********************************************************
Modifications since last successful build:	(8)
            
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/PreferencesTest.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/FilePreferencesImpl.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/AbstractPreferences.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/org/apache/harmony/prefs/internal/nls/Messages.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/AbstractPreferencesTest.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/PreferencesFactoryTest.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/RegistryPreferencesImpl.java 04/17/2009 11:43:50 Apply patch for HARMONY-6107(with minor change): [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases.
modified regisxu  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 04/17/2009 11:21:29 Fix HARMONY-6093: [classlib][luni] Remove double security check in java.io.File