Enabling WOLips on project NPE

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Sun Jan 04 2009 - 22:03:08 EST

  • Next message: Louis Demers: "Re: Problem with deployment since moving to latest WoLips ad new hotness."

    Hi there,

    just branched and having imported my projects into Eclipse and (as
    the .project files are on the svn:ignore list) when attempting to go
    to the project's WOLips Development tab I get the following.

    I'm wanting to enable WOLips for the project.

    Also when going to the Builders... tab in the project properties the
    WOLips incremental builder is not one of the options available when
    clicking 'New...'. Assuming the above NPE is fixed, will that do this
    automatically?

    java.lang.NullPointerException
    at
    org
    .objectstyle
    .wolips
    .ui
    .propertypages
    .WOLipsDevelopmentPropertyPage
    .performOk(WOLipsDevelopmentPropertyPage.java:288)
    at org.eclipse.jface.preference.PreferenceDialog
    $13.run(PreferenceDialog.java:929)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:880)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
    at
    org
    .eclipse
    .jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:909)
    at
    org
    .eclipse
    .ui
    .internal
    .dialogs
    .FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:440)
    at
    org
    .eclipse
    .jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:
    233)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at
    org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
    228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3474)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3064)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at
    org
    .eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:
    157)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:
    119)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at
    org
    .eclipse
    .core
    .commands
    .ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
    at
    org
    .eclipse
    .ui
    .internal.handlers.HandlerService.executeCommand(HandlerService.java:
    169)
    at
    org
    .eclipse
    .ui
    .internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:
    471)
    at
    org
    .eclipse
    .ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:822)
    at
    org
    .eclipse
    .ui
    .internal
    .keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880)
    at
    org
    .eclipse
    .ui
    .internal
    .keys
    .WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access
    $3(WorkbenchKeyboard.java:511)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard
    $KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1130)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1560)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Control.traverse(Control.java:4207)
    at org.eclipse.swt.widgets.Control.translateTraversal(Control.java:4162)
    at
    org
    .eclipse
    .swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:
    2242)
    at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1995)
    at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3962)
    at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native
    Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3047)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
    at
    org
    .eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
    288)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
    488)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org
    .eclipse
    .ui.internal.ide.application.IDEApplication.start(IDEApplication.java:
    113)
    at
    org
    .eclipse
    .equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at
    org
    .eclipse
    .core
    .runtime
    .internal
    .adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at
    org
    .eclipse
    .core
    .runtime
    .internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at
    org
    .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
    382)
    at
    org
    .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
    179)
    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:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Sun Jan 04 2009 - 22:04:05 EST