[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipse-dev] unable to build eclipse 2.0
|
HI all,
Thanks again to those who created a build system so that those of us who
want to build eclipse from the source code can.
I am unable to build either eclipse 2.0 (release) or the Integration build
from 7/23. Is there some known issue I should be aware of? My build target
is win32. The build script terminates with the following message.
BUILD SUCCESSFUL
Total time: 10 minutes 45 seconds
This is inaccurate, however, as I have found compiler errors in the
compile.log, like the following.
D:\programs\eclipse-fetchbuild-2\plugins\org.eclipse.pde.ui\src\org\eclipse\
pde\internal\ui\editor\SelectionProvider.java:7: package
org.eclipse.jface.viewers does not exist
[javac] import org.eclipse.jface.viewers.*;
[javac] ^
The compile log and console output are too verbose to be useful for me
right now -- I just don't know where to start in wading through all that
text (more than 3 MB).
Could someone who has been able to get this to work submit their process
to this list? I would be very greatful for that assistance. My eclipse
startup log is included below.
- Matt
!SESSION Jul 31, 2002
14:37:55.302 ---------------------------------------------
java.version=1.4.1-beta
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install
file:D:/programs/eclipse-fetchbuild-2/
!ENTRY org.eclipse.core.runtime 4 2 Jul 31, 2002 14:37:55.312
!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(Delegating
URLClassLoader.java:734)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:130)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:167)
at
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExten
sion(ConfigurationElement.java:102)
at
org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(Interna
lPlatform.java:463)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLo
ader.java:440)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:771)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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 Jul 31, 2002 14:37:55.342
!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(Delegating
URLClassLoader.java:734)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:130)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:167)
at
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExten
sion(ConfigurationElement.java:102)
at
org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(Interna
lPlatform.java:463)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLo
ader.java:440)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:771)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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 Jul 31, 2002 14:37:55.372
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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)
Caused by: java.lang.IllegalArgumentException: Application not found:
org.eclipse.ui.workbench.
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:773)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
... 7 more