Skip to main content

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

 am unable to build eclipse 2.0. I tried both Release 2.0 and Integration August 13th.

 

Here is my system configuration that I am trying to build Eclipse source code:

 

OS: win2000

Ant: 1.4.1

JDK: 1.3.1_04

 

Once compilation gets to the following point, CUP usage reaches 99% and javaDoce.exe process hugs CPU.

 

extensionPointDocCopy:
     [copy] Copying 20 files to C:\EclipsEntegration\plugins\org.eclipse.jdt.doc.isv\reference\extension-points

examplesDocCopy:

generateJavadoc:
    [mkdir] Created dir: C:\EclipsEntegration\plugins\org.eclipse.jdt.doc.isv\reference\api

 

I have to manually end the javaDoc.exe process from the task manager's process list in order for compilation to continue. After I killed the javaDoc.exe process, compilation finishes and it gives me this message:

 

install:
     [copy] Copying 2 files to C:\
     [copy] Copying 1 file to C:\E

 init:

 symlink:

 setPermissions:

 run:

 BUILD SUCCESSFUL

 Total time: 11 minutes 55 seconds

 

 At this time I tried to run Elipse.exe, but I was not able. I got the following runtime errors that were written in .metadata/log.txt file.

 

!SESSION Aug 17, 2002 19:24:52.204 ---------------------------------------------

java.version=1.3.1_04

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA

Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/EclipsEntegration/

!ENTRY org.eclipse.core.runtime 4 2 Aug 17, 2002 19:24:52.204

!MESSAGE Plug-in org.eclipse.ui was unable to load class org.eclipse.ui.internal.Workbench.

!STACK 0

java.lang.ClassNotFoundException: org.eclipse.ui.internal.Workbench

            at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:734)

            at java.lang.ClassLoader.loadClass(ClassLoader.java:250)

            at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:127)

            at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:164)

            at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:102)

            at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:463)

            at java.lang.reflect.Method.invoke(Native Method)

            at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:440)

            at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:771)

            at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)

            at java.lang.reflect.Method.invoke(Native Method)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:248)

            at org.eclipse.core.launcher.Main.run(Main.java:698)

            at org.eclipse.core.launcher.Main.main(Main.java:534)

!ENTRY org.eclipse.core.runtime 4 2 Aug 17, 2002 19:24:52.224

!MESSAGE Plug-in org.eclipse.ui was unable to load class org.eclipse.ui.internal.Workbench.

!STACK 0

java.lang.ClassNotFoundException: org.eclipse.ui.internal.Workbench

            at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:734)

            at java.lang.ClassLoader.loadClass(ClassLoader.java:250)

            at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:127)

            at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:164)

            at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:102)

            at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:463)

            at java.lang.reflect.Method.invoke(Native Method)

            at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:440)

            at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:771)

            at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)

            at java.lang.reflect.Method.invoke(Native Method)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:248)

            at org.eclipse.core.launcher.Main.run(Main.java:698)

            at org.eclipse.core.launcher.Main.main(Main.java:534)

!SESSION ----------------------------------------------------------------------

!ENTRY org.eclipse.core.launcher 4 0 Aug 17, 2002 19:24:52.234

!MESSAGE Exception launching the Eclipse Platform:

!STACK

java.lang.reflect.InvocationTargetException: java.lang.IllegalArgumentException: Application not found: org.eclipse.ui.workbench.

            at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:773)

            at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)

            at java.lang.reflect.Method.invoke(Native Method)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:248)

            at org.eclipse.core.launcher.Main.run(Main.java:698)

            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