[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [eclipse-dev] Build I-20020514 now on dev.eclipse.org (problems)
|
It looks like the problem can be worked around by adding the swt.jar
explicitly to the org.eclipse.swt project and exporting it. Here are the
steps:
0. Perform steps mentioned below to load plugins and fragments
1. Go to the Properties of org.eclipse.swt
2. In the Java Build Path/Libraries tab, add the jar
org.eclispe.swt.win32/ws/win32/swt.jar
3, In the Java Build Path/Order and Exprot tab, check the swt.jar
This will make the SWT classes available.
Michael_Valenta@ot
i.com To: eclipse-dev@xxxxxxxxxxx
Sent by: cc:
eclipse-dev-admin@ Subject: Re: [eclipse-dev] Build I-20020514 now on dev.eclipse.org (problems)
eclipse.org
14/05/2002 04:43
PM
Please respond to
eclipse-dev
Although this workaround gets rid of the build errors for me, it doesn't
actually load the SWT classes so the build is still unusable for
self-hosting if you are using any UI.
Rodrigo_Peretti@ot
i.com To:
eclipse-dev@xxxxxxxxxxx
Sent by: cc:
eclipse-dev-admin@ Subject: Re: [eclipse-dev]
Build I-20020514 now on dev.eclipse.org (problems)
eclipse.org
14/05/2002 04:22
PM
Please respond to
eclipse-dev
The workaround I've done to importing the binary plug-ins is:
1) remove all plug-ins that have fragments (and its fragments) and depend
on swt (inclusive)
2) import swt
3) import swt's fragments
4) import a plugin
5) import plugin's fragments
6) repeat (4)
Works for me...
Rodrigo
Darin_Swanson@oti.
com To:
eclipse-dev@xxxxxxxxxxx
Sent by: cc:
eclipse-dev-admin@ Subject: Re: [eclipse-dev]
Build I-20020514 now on dev.eclipse.org
eclipse.org (problems)
05/14/2002 04:09
PM
Please respond to
eclipse-dev
On this build, I cannot seem to successfully set up a self hosting
workspace.
After my initial attempts failed with an existing workspace (errors below),
I created a new workspace, did a full binary import and got the same errors
(errors below)
Kind Status Priority Description Resource In Folder Location
Error The project was not built since it depends on
org.eclipse.swt.win32, which failed to build. org.eclipse.swt
Error The project was not built since it depends on
org.eclipse.swt, which failed to build. org.eclipse.swt.win32
As well, CVS decorators should be turned off in a workspace before
migration..otherwise you get lots of practice clicking OK on an error
dialog and
a full log:
!ENTRY org.eclipse.core.runtime 4 2 5/14/02 2:15 PM
!MESSAGE Plugin org.eclipse.team.cvs.ui was unable to instantiate class
org.eclipse.team.internal.ccvs.ui.CVSDecorator.
!STACK 0
org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegatingLoaderException:
Attempt to load class org.eclipse.team.internal.ccvs.ui.OverlayIcon from
deactivated plug-in org.eclipse.team.cvs.ui.
at
org.eclipse.core.internal.plugins.PluginClassLoader.shouldLookForClass(PluginClassLoader.java:226)
at
org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginClassLoader.java(Compiled
Code))
at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java(Compiled
Code))
at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java(Compiled
Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:262)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:128)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:157)
at
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:96)
at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:116)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:113)
at
org.eclipse.ui.internal.DecoratorDefinition.internalGetDecorator(DecoratorDefinition.java:115)
at
org.eclipse.ui.internal.DecoratorDefinition.decorateImage(DecoratorDefinition.java:230)
at
org.eclipse.ui.internal.DecoratorManager.decorateImage(DecoratorManager.java:157)
at
org.eclipse.ui.internal.DecoratorManager.decorateImage(DecoratorManager.java:166)
at
org.eclipse.ui.internal.DecoratorManager.decorateImage(DecoratorManager.java:141)
at
org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java:69)
at
org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:89)
at
org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:352)
at
org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1044)
at
org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:256)
at
org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:241)
at
org.eclipse.jface.viewers.AbstractTreeViewer$4.run(AbstractTreeViewer.java:658)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:616)
at
org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:650)
at
org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:234)
at
org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:785)
at
org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl(PackageExplorerPart.java:287)
at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:133)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:802)
at org.eclipse.core.runtime.Platform.run(Platform.java:411)
at
org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:131)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:174)
at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:179)
at
org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:245)
at
org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:217)
at
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:177)
at
org.eclipse.ui.internal.PerspectivePresentation.activate(PerspectivePresentation.java:94)
at
org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:652)
at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2068)
at
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:519)
at
org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:506)
at
org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2121)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2119)
at
org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:37)
at
org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:305)
at
org.eclipse.ui.actions.PerspectiveMenu$2.widgetSelected(PerspectiveMenu.java:93)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1074)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1057)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:176)
at org.eclipse.core.launcher.Main.run(Main.java:614)
at org.eclipse.core.launcher.Main.main(Main.java:451)
Hope this saves someone else some time,
Darins
Dean_Roberts@oti.c
om To:
eclipse-dev@xxxxxxxxxxx
Sent by: cc:
eclipse-dev-admin@ Subject: [eclipse-dev]
Build I-20020514 now on dev.eclipse.org
eclipse.org
05/14/02 02:15 PM
Please respond to
eclipse-dev
This build is now available on dev.eclipse.org.
Any automated test that starts a Workbench on Linux-Motif did not run.
However, the drops for these platforms appear to start. The appropriate
teams are looking into my the automated test problem.
Please log bug reports for any problems you find.
Thanks
...Dean...
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev