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 2007/06/13 20:55:28 UTC

[build-test alert] BUILD FAILED Windows 2003 x86_64 msvc debug: classlib

BUILD FAILED:
	Ant Error Message:
C:\cruise\cc\projects\classlib\trunk\build.xml:113: The following error occurred while executing this line: C:\cruise\cc\projects\classlib\trunk\make\build-java.xml:130: Compile failed; see the compiler error output for details.

Date of build:	06/14/2007 01:52:21
Time to build:	2 minutes 52 seconds
Last changed:	06/14/2007 00:27:48
Last log entry:	Ignore pdb files in svn.


***********************************************************
Execution log (errors/warnings messages):	
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.0/xerces.zip
Checksum verified (true)
Checking depends/jars/junit_3.8.2/junit.jar
Checksum verified (true)
Checking depends/jars/bcprov-jdk15-136/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/libs/windows.x86_64/msvcr80.dll
Checksum verified (true)
Checking depends/libs/windows.x86_64/swing_awt_deps_win64_2007-02-08.tgz
Checksum verified (true)
C:\cruise\cc\projects\classlib\trunk\modules\concurrent\bin\test not found.
The system cannot find the file specified.
Could Not Find C:\cruise\cc\projects\classlib\trunk\deploy\lib\hyfdlibm.pdb
C:\cruise\cc\projects\classlib\trunk\deploy\jdk\include not found.

========================================
Building Java component archives...
========================================
        
Checking for depends/jars/yoko_M2-20070130/yoko.jar
Checking for depends/jars/yoko_M2-20070130/yoko-core.jar
Checking for depends/jars/yoko_M2-20070130/yoko-rmi-impl.jar
Checking for depends/jars/yoko_M2-20070130/yoko-rmi-spec.jar
Checking for depends/jars/bcel-5.2/bcel-5.2.jar
Checking for depends/jars/xalan-j_2.7.0/xalan.jar
Checking for depends/jars/xerces_2.9.0/xerces.zip
Checking for depends/jars/junit_3.8.2/junit.jar
Checking for depends/jars/bcprov-jdk15-136/bcprov.jar
Checking for depends/jars/icu4j_3.4.4/icu4j_3_4_4.jar
Checking for depends/jars/mx4j_3.0.2/mx4j.zip
Checking for depends/jars/jetty/jetty-6.0.0.jar
Checking for depends/jars/jetty/jetty-util-6.0.0.jar
Checking for depends/jars/jetty/servlet-api-2.5-6.0.0.jar
Checking for depends/libs/windows.x86_64/msvcr80.dll
Checking for depends/libs/windows.x86_64/swing_awt_deps_win64_2007-02-08.tgz
----------
1. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 24)
	import org.apache.harmony.awt.internal.CrossingHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.harmony.awt.internal.CrossingHelper cannot be resolved
----------
2. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 25)
	import org.apache.harmony.awt.internal.CurveCrossingHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.harmony.awt.internal.CurveCrossingHelper cannot be resolved
----------
3. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 26)
	import org.apache.harmony.awt.internal.GeometryUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.harmony.awt.internal.GeometryUtil cannot be resolved
----------
4. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 27)
	import org.apache.harmony.awt.internal.IntersectPoint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.harmony.awt.internal.IntersectPoint cannot be resolved
----------
5. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 275)
	CurveCrossingHelper crossHelper = new CurveCrossingHelper(
	^^^^^^^^^^^^^^^^^^^
CurveCrossingHelper cannot be resolved to a type
----------
6. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 275)
	CurveCrossingHelper crossHelper = new CurveCrossingHelper(
	                                      ^^^^^^^^^^^^^^^^^^^
CurveCrossingHelper cannot be resolved to a type
----------
7. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 281)
	IntersectPoint[] intersectPoints = crossHelper.findCrossing();
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
8. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 313)
	IntersectPoint point = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
9. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 331)
	IntersectPoint nextPoint = getNextIntersectPoint(intersectPoints, 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
10. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 384)
	CrossingHelper crossHelper = new CrossingHelper(new double[][] {coords,
	^^^^^^^^^^^^^^
CrossingHelper cannot be resolved to a type
----------
11. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 384)
	CrossingHelper crossHelper = new CrossingHelper(new double[][] {coords,
	                                 ^^^^^^^^^^^^^^
CrossingHelper cannot be resolved to a type
----------
12. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 388)
	IntersectPoint[] intersectPoints = crossHelper.findCrossing();
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
13. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 419)
	IntersectPoint point = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
14. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 438)
	IntersectPoint nextPoint = getNextIntersectPoint(intersectPoints, 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
15. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 484)
	CurveCrossingHelper crossHelper = new CurveCrossingHelper(
	^^^^^^^^^^^^^^^^^^^
CurveCrossingHelper cannot be resolved to a type
----------
16. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 484)
	CurveCrossingHelper crossHelper = new CurveCrossingHelper(
	                                      ^^^^^^^^^^^^^^^^^^^
CurveCrossingHelper cannot be resolved to a type
----------
17. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 490)
	IntersectPoint[] intersectPoints = crossHelper.findCrossing();
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
18. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 511)
	IntersectPoint point = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
19. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 512)
	IntersectPoint nextPoint = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
20. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 601)
	CrossingHelper crossHelper = new CrossingHelper(new double[][] {coords, 
	^^^^^^^^^^^^^^
CrossingHelper cannot be resolved to a type
----------
21. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 601)
	CrossingHelper crossHelper = new CrossingHelper(new double[][] {coords, 
	                                 ^^^^^^^^^^^^^^
CrossingHelper cannot be resolved to a type
----------
22. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 605)
	IntersectPoint[] intersectPoints = crossHelper.findCrossing();
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
23. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 626)
	IntersectPoint point = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
24. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 648)
	IntersectPoint nextPoint = getNextIntersectPoint(intersectPoints, 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
25. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 697)
	CurveCrossingHelper crossHelper = new CurveCrossingHelper(
	^^^^^^^^^^^^^^^^^^^
CurveCrossingHelper cannot be resolved to a type
----------
26. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 697)
	CurveCrossingHelper crossHelper = new CurveCrossingHelper(
	                                      ^^^^^^^^^^^^^^^^^^^
CurveCrossingHelper cannot be resolved to a type
----------
27. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 703)
	IntersectPoint[] intersectPoints = crossHelper.findCrossing();
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
28. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 720)
	IntersectPoint point = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
29. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 739)
	IntersectPoint nextPoint = (isCurrentArea) ? 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
30. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 811)
	CrossingHelper crossHelper = new CrossingHelper(new double[][] {coords, 
	^^^^^^^^^^^^^^
CrossingHelper cannot be resolved to a type
----------
31. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 811)
	CrossingHelper crossHelper = new CrossingHelper(new double[][] {coords, 
	                                 ^^^^^^^^^^^^^^
CrossingHelper cannot be resolved to a type
----------
32. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 815)
	IntersectPoint[] intersectPoints = crossHelper.findCrossing();
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
33. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 833)
	IntersectPoint point = intersectPoints[0];
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
34. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 855)
	IntersectPoint nextPoint = (isCurrentArea) ? 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
35. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 935)
	private IntersectPoint getNextIntersectPoint(IntersectPoint[] iPoints,
	        ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
36. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 935)
	private IntersectPoint getNextIntersectPoint(IntersectPoint[] iPoints,
	                                             ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
37. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 936)
	IntersectPoint isectPoint, 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
38. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 944)
	IntersectPoint firstIsectPoint = null;
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
39. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 945)
	IntersectPoint nextIsectPoint = null;
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
40. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 946)
	for (IntersectPoint point : iPoints) {
	     ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
41. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 971)
	private IntersectPoint getPrevIntersectPoint(IntersectPoint[] iPoints,
	        ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
42. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 971)
	private IntersectPoint getPrevIntersectPoint(IntersectPoint[] iPoints,
	                                             ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
43. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 972)
	IntersectPoint isectPoint, 
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
44. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 981)
	IntersectPoint firstIsectPoint = null;
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
45. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 982)
	IntersectPoint predIsectPoint = null;
	^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
46. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 983)
	for (IntersectPoint point : iPoints) {
	     ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
47. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1013)
	int resultCoordPos, IntersectPoint point, 
	                    ^^^^^^^^^^^^^^
IntersectPoint cannot be resolved to a type
----------
48. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1061)
	boolean isLeft = CrossingHelper.compare(coords[index],
	                 ^^^^^^^^^^^^^^
CrossingHelper cannot be resolved
----------
49. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1075)
	isLeft = CrossingHelper.compare(coords[index - 2],
	         ^^^^^^^^^^^^^^
CrossingHelper cannot be resolved
----------
50. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1082)
	GeometryUtil
	^^^^^^^^^^^^
GeometryUtil cannot be resolved
----------
51. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1100)
	isLeft = CrossingHelper.compare(coords[index - 2],
	         ^^^^^^^^^^^^^^
CrossingHelper cannot be resolved
----------
52. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1102)
	GeometryUtil.subCubic(coefs, point.getParam(isCurrentArea),
	^^^^^^^^^^^^
GeometryUtil cannot be resolved
----------
53. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1178)
	if (GeometryUtil.intersectLines(curX, curY, 
	    ^^^^^^^^^^^^
GeometryUtil cannot be resolved
----------
54. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1187)
	if (GeometryUtil.intersectLineAndQuad(x, y, x, y, 
	    ^^^^^^^^^^^^
GeometryUtil cannot be resolved
----------
55. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1197)
	if (GeometryUtil.intersectLineAndCubic(x, y, x, y, 
	    ^^^^^^^^^^^^
GeometryUtil cannot be resolved
----------
56. ERROR in C:\cruise\cc\projects\classlib\trunk\modules\awt\src\main\java\common\java\awt\geom\Area.java
 (at line 1207)
	if (GeometryUtil.intersectLines(curX, curY, moveX, moveY,
	    ^^^^^^^^^^^^
GeometryUtil cannot be resolved
----------
56 problems (56 errors)

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

***********************************************************
Modifications since last successful build:	(12)
            
modified tellison  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/windows 06/14/2007 00:27:48 Ignore pdb files in svn.
modified ayza  /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/geom/Area.java 06/13/2007 22:05:17 java.awt.geom.Area implementation from HARMONY-1476
modified ayza  /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/java/awt/geom/AreaTest.java 06/13/2007 22:05:17 java.awt.geom.Area implementation from HARMONY-1476
modified tellison  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib 06/13/2007 21:59:37 Ignore more generated file types.
modified tellison  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared 06/13/2007 21:59:37 Ignore more generated file types.
modified tellison  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/windows 06/13/2007 21:59:37 Ignore more generated file types.
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Currency.java 06/13/2007 20:56:05 Apply patch HARMONY-4145 ([classlib] [luni] Updated Javadoc for java.util.Currency)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetAddress.java 06/13/2007 20:02:42 Apply patch HARMONY-4143 ([classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination)
modified ayza  /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/shared 06/13/2007 19:46:37 Adding *.obj *.dll and so on to the svn:ignore list
modified ayza  /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows 06/13/2007 19:46:37 Adding *.obj *.dll and so on to the svn:ignore list
modified ayza  /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/shared/additional 06/13/2007 19:46:37 Adding *.obj *.dll and so on to the svn:ignore list
modified ayza  /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar 06/13/2007 19:46:37 Adding *.obj *.dll and so on to the svn:ignore list