Skip to main content

[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)

JDT/Core takes the blame for the erroneous build failures. In an attempt
for reducing the error count when building large inconsistent workspaces,
we made our
error check a little too harsh, and refuse to build project depending on
internal JARs from some binary projects, incorrectly thinking the latter
could not be built.

This is fixed with the patch posted on the JDT/Core resource dev page, at:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/org.eclipse.jdt.core-STABLE.zip

Alternatively, you can work around this issue by having these prereq binary
project reference their JARs as *external* jars instead of internal ones.

This bug is referenced as http://dev.eclipse.org/bugs/show_bug.cgi?id=16017



                                                                                                                                                     
                      James_Moody@xxxxxx                                                                                                             
                      m                          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                                                                                                                    
                                                                                                                                                     
                                                                                                                                                     
                      05/14/2002 11:54                                                                                                               
                      PM                                                                                                                             
                      Please respond to                                                                                                              
                      eclipse-dev                                                                                                                    
                                                                                                                                                     
                                                                                                                                                     



Not a CVS problem; our pre-requisite plug-ins failed to load.

See http://dev.eclipse.org/bugs/show_bug.cgi?id=15970
Core is investigating.

james





Nick_Edgar@xxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx
05/14/2002 05:01 PM
Please respond to eclipse-dev


        To:     eclipse-dev@xxxxxxxxxxx
        cc:
        Subject:        Re: [eclipse-dev] Build I-20020514 now on
dev.eclipse.org (problems)

Darin, was there anything earlier in the log to suggest why
org.eclipse.team.cvs.ui was deactivated beforehand?





Darin_Swanson@xxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx
05/14/02 04:09 PM
Please respond to eclipse-dev


        To:     eclipse-dev@xxxxxxxxxxx
        cc:
        Subject:        Re: [eclipse-dev] Build I-20020514 now on
dev.eclipse.org (problems)



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






Back to the top