Eclipse Build fails on RH9 Linux & HP-UX [message #115754] |
Wed, 09 November 2005 07:51  |
Eclipse User |
|
|
|
Originally posted by: ramu_ciie.hotpop.com
Hello,
Eclipse source build 3.1.1 fails on HP-UX platforms[11.11 PA, 11.23 PA &
IPF] and Redhat Linux 9 [kernel 2.4.20-8]
Ant version: 1.6.2
JDK: 1.4
[ But Eclipse 3.0.2 builds under same environments without errors ]
Output snippet
[javac] 1. ERROR in
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/src/org/eclipse/help/internal/standalone/ EclipseConnection.java
[javac] (at line 17)
[javac] import javax.net.ssl.HostnameVerifier;
[javac] ^^^^^^^^^
[javac] The import javax.net cannot be resolved
[javac] ----------
[javac] 2. ERROR in
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/src/org/eclipse/help/internal/standalone/ EclipseConnection.java
[javac] (at line 18)
[javac] import javax.net.ssl.HttpsURLConnection;
[javac] ^^^^^^^^^
[javac] The import javax.net cannot be resolved
[javac] ----------
[javac] 3. ERROR in
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/src/org/eclipse/help/internal/standalone/ EclipseConnection.java
[javac] (at line 54)
[javac] if (connection instanceof HttpsURLConnection) {
[javac] ^^^^^^^^^^^^^^^^^^
[javac] HttpsURLConnection cannot be resolved to a type
[javac] ----------
[javac] 4. ERROR in
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/src/org/eclipse/help/internal/standalone/ EclipseConnection.java
[javac] (at line 55)
[javac] HttpsURLConnection secureConnection = (HttpsURLConnection)
connection;
[javac] ^^^^^^^^^^^^^^^^^^
[javac] HttpsURLConnection cannot be resolved to a type
[javac] ----------
[javac] 5. ERROR in
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/src/org/eclipse/help/internal/standalone/ EclipseConnection.java
[javac] (at line 55)
[javac] HttpsURLConnection secureConnection = (HttpsURLConnection)
connection;
[javac] ^^^^^^^^^^^^^^^^^^
[javac] HttpsURLConnection cannot be resolved to a type
[javac] ----------
[javac] 6. ERROR in
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/src/org/eclipse/help/internal/standalone/ EclipseConnection.java
[javac] (at line 59)
[javac] secureConnection.setHostnameVerifier(new
HostnameVerifier() {
[javac] ^^^^^^^^^^^^^^^^
[javac] HostnameVerifier cannot be resolved to a type
[javac] ----------
[javac] 6 problems (6 errors)
BUILD FAILED
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/build.xml:3 7: The
following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/build.xml:8 : The
following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/features/or g.eclipse.sdk/build.xml:35:
The following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/features/or g.eclipse.sdk/build.xml:17:
The following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/features/or g.eclipse.platform/build.xml:305:
The following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/features/or g.eclipse.platform/build.xml:85:
The following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/build.xml:130:
The following error occurred while executing this line:
/disk2/builds/eclipse/3.1.1/Source/eclipse-3.1.1/plugins/org .eclipse.help.base/build.xml:56:
Compile failed; see the compiler error output for details.
What could be the problem?
Regards,
Ram.
|
|
|
|
|
Re: Eclipse Build fails on RH9 Linux & HP-UX [message #116089 is a reply to message #116038] |
Thu, 10 November 2005 11:02  |
Eclipse User |
|
|
|
I'm not sure what the error could be. Please open a bug against
platform releng.
Kim
Ramalingam Chelliah wrote:
> Thanks Kim.
> I am sorry that I missed to mention the JDK details clearly.
>
> [ HP-UX ]
> #java -version
> java version "1.4.2.06"
> Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.4.2.06-041015-11:00)
> Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.06-041015-16:18-IA64N
> IA64, mixed mode)
>
> [Linux]
> # java -version
> java version "1.4.2_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
> Regards,
> Ram.
>
|
|
|
Powered by
FUDForum. Page generated in 1.10417 seconds