Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] same problem, unable to build eclipse 2.0

Hi Bahman,
 
The never-ending javadoc is an indication that there may be compile errors (see the compilelog.txt in the root of your source build directory - search for "java:").
 
If you were using the -bc option to compile against the 1.3.1_04 java libraries using a 1.4 level compiler, we have recently found that compile errors will arise due to the increased "strictness" of the jdk 1.4 compiler.  See http://bugs.eclipse.org/bugs/show_bug.cgi?id=22369
 
I you were using the 1.4 compiler, setting your JAVA_HOME and path to the 1.3.1_04 jdk should fix things.  I was able to build and run Eclipse using the 1.3.1_04 jdk and Ant 1.4.1 on a win2k machine.
 
If your JAVA_HOME and path settings were set to the 1.3.1 JDK, please enter a bug report against the platform-releng component - attach the compilelog.txt, the command used to run the build, and more details on the Windows box used (CPU, RAM).
 
Regards,
 
Sonia
 
 
-----platform-releng-dev-admin@xxxxxxxxxxx wrote: -----

To: <platform-releng-dev@xxxxxxxxxxx>
From: "Bahman Kalali" <bkalali@xxxxxxxxxxxxxxxx>
Sent by: platform-releng-dev-admin@xxxxxxxxxxx
Date: 08/17/2002 07:48PM
Subject: [platform-releng-dev] same problem, unable to build eclipse 2.0

 am unable to build eclipse 2.0. at org.eclipse.core.launcher.Main.main(Main.java:534)

Am I missing something in here? I also followed the solution provided by Sonia, but I got the same result.

Thanks in advance for your help

--Bahman


Back to the top