Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Re: New version of Stellation Core

Jeffrey,

Thanks for the report -- I'll look into it later today.

[To the list: I've made a new version of the Core binaries, with a simpler
install procedure.  Now that Jeffrey has tested it, later today (after some
mandatory meetings) I'll post it along with a new website doc :
"Developer Howto: Installing and Configuring a Remote Stellation Server"]

Regards,

Jim

At 01:00 AM 1/28/2003, jhoward@xxxxxxxxxxxxxxx wrote:
Hello,

> Thanks!  I'll put this Core build and the new instructions up on
> eclipse.org "tomorrow" (Tuesday).  We have meetings in the morning
> and early afternoon, so it may not be until later in the afternoon.

Glad I could help.  I like the new layout for the drop.  I imagine it
will make it easier for people to just open the archive and start off
running if they don't have to build the binaries.

> I will also test the 0.0.7 Eclipse client with this Core build, and
> create a new Eclipse client build if necessary, after the dust
> clears a bit.

I just gave it a try and had the same trouble as previously.  I right
click on a project and select Team, then Share Project.  I get a
dialog box with a list of repository types.  In my case, there are
two options, Stellation and CVS.  I click Stellation in the list.
Neither the next nor the finish buttons are activated, but the
following exception is logged to the console when Eclipse is run with
-debug and -consolelog.

!ENTRY org.eclipse.ui 4 4 Jan 28, 2003 00:54:55.157
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 Jan 28, 2003 00:54:55.165
!MESSAGE org/eclipse/stellation/cli/workspace/WorkspaceException
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/stellation/cli/workspace/WorkspaceException at org.eclipse.stellation.scm.ui.wizards.ScmConfigWizard.init(ScmConfigWizard.java:56) at org.eclipse.team.internal.ui.ConfigureProjectWizardMainPage$1.selectionChanged(ConfigureProjectWizardMainPage.java:129) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:148) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1151) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:540) at org.eclipse.jface.viewers.StructuredViewer$1.widgetSelected(StructuredViewer.java:564) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:172) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:167) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:302)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1456)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1278)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:561)
        at org.eclipse.jface.window.Window.open(Window.java:541)
at org.eclipse.team.internal.ui.actions.ConfigureProjectAction$1.run(ConfigureProjectAction.java:36) at org.eclipse.team.internal.ui.actions.TeamAction$1.run(TeamAction.java:157) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:154) at org.eclipse.team.internal.ui.actions.ConfigureProjectAction.run(ConfigureProjectAction.java:29) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:250) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:48)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1456)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1278)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1446)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
        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:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)
org/eclipse/stellation/cli/workspace/WorkspaceException


Jeffrey

--
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top