Re: Nightly vs Stable (Was: Entity Modeler Stored Procedure Attribute Error)

From: Pascal Robert (prober..s.ca)
Date: Fri Jan 18 2008 - 09:02:15 EST

  • Next message: David LeBer: "Re: Nightly vs Stable (Was: Entity Modeler Stored Procedure Attribute Error)"

    Le 08-01-18 à 08:54, David Avendasora a écrit :

    > Oh man...
    >
    > Has the "Stable" build turned into the "Obsolete" build?
    >
    > This is the biggest reason I hesitated so long on switching to
    > Eclipse. If I go nightly, I'm worried that I may wake up some
    > morning to find my app no longer building due to the fact that
    > something rolled into the nightly is broken.

    One word of advise: download the current nightly and don't upgrade
    for a while after :-) In our case, we made up a mirror of WOLips on
    a local server and we put our "validated" versions of WOLips on this
    mirror, and every devs fetch the upgrades (if any) from our mirror.

    > Don't get me wrong, I love the fact that Mike will fix things
    > almost-on-demand, and WOLips gets better every day, but before I
    > could even ask for a fix I'd have to figure out that it wasn't my
    > fault in the first place. At this point in my Java-Development
    > career, most problems are mine. I don't want to spend hours pouring
    > through my code trying to figure out what I broke, when it wasn't me.
    >
    > Can anyone assuage my fears?
    >
    > Dave
    >
    > On Jan 18, 2008, at 8:15 AM, David LeBer wrote:
    >
    >> On 18-Jan-08, at 5:42 AM, David Avendasora wrote:
    >>
    >>> Well, no newer _stable_ versions.
    >>
    >>
    >> According to: <http://wiki.objectstyle.org/confluence/display/WOL/
    >> Install+WOLips+with+Eclipse+Update+Manager>
    >>
    >> The suggested versions are:
    >>
    >> - Eclispe 3.3.1.1 (Tiger) / Eclipse 3.3.2 Stream (Leopard)
    >> - WOLips nightly (I believe the 'stable' build is for Eclipse 3.2
    >> only)
    >>
    >> The stable build is really quite old now, the 'kool kids' [tm] are
    >> all using the nightly build.
    >>
    >>> Dave
    >>>
    >>> On Jan 18, 2008, at 5:22 AM, David Avendasora wrote:
    >>>
    >>>> I'm running 2.0.0.4118
    >>>>
    >>>> Eclipse says there's no newer versions.
    >>>>
    >>>> Dave
    >>>>
    >>>>
    >>>>
    >>>> On Jan 17, 2008, at 6:01 PM, Mike Schrag wrote:
    >>>>
    >>>>> are you up-to-date? this bug was fixed back in Sept unless
    >>>>> there's something else weird going on ...
    >>>>>
    >>>>> On Jan 17, 2008, at 5:51 PM, David Avendasora wrote:
    >>>>>
    >>>>>> Hey,
    >>>>>>
    >>>>>> I'm getting this error when I try to add a new argument to a
    >>>>>> new Stored Procedure (using the icon in the toolbar). I get a
    >>>>>> similar one when double-clicking to add an argument.
    >>>>>>
    >>>>>> Am I doing something wrong?
    >>>>>>
    >>>>>> Dave
    >>>>>>
    >>>>>> org.eclipse.core.commands.ExecutionException: While executing
    >>>>>> the operation, an exception occurred
    >>>>>> at
    >>>>>> org.eclipse.core.commands.operations.DefaultOperationHistory.exec
    >>>>>> ute(DefaultOperationHistory.java:517)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.actions.AbstractNewObjectAction.
    >>>>>> run(Unknown Source)
    >>>>>> at org.eclipse.ui.internal.PluginAction.runWithEvent
    >>>>>> (PluginAction.java:254)
    >>>>>> at org.eclipse.ui.internal.WWinPluginAction.runWithEvent
    >>>>>> (WWinPluginAction.java:229)
    >>>>>> at
    >>>>>> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelec
    >>>>>> tion(ActionContributionItem.java:539)
    >>>>>> at org.eclipse.jface.action.ActionContributionItem.access$2
    >>>>>> (ActionContributionItem.java:488)
    >>>>>> at org.eclipse.jface.action.ActionContributionItem
    >>>>>> $6.handleEvent(ActionContributionItem.java:441)
    >>>>>> at org.eclipse.swt.widgets.EventTable.sendEvent
    >>>>>> (EventTable.java:66)
    >>>>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1496)
    >>>>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
    >>>>>> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
    >>>>>> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:
    >>>>>> 1279)
    >>>>>> at org.eclipse.swt.widgets.Display.runDeferredEvents
    >>>>>> (Display.java:3312)
    >>>>>> at org.eclipse.swt.widgets.Display.readAndDispatch
    >>>>>> (Display.java:2941)
    >>>>>> at org.eclipse.ui.internal.Workbench.runEventLoop
    >>>>>> (Workbench.java:1930)
    >>>>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
    >>>>>> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
    >>>>>> (Workbench.java:422)
    >>>>>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench
    >>>>>> (PlatformUI.java:149)
    >>>>>> at org.eclipse.ui.internal.ide.IDEApplication.run
    >>>>>> (IDEApplication.java:95)
    >>>>>> at org.eclipse.core.internal.runtime.PlatformActivator$1.run
    >>>>>> (PlatformActivator.java:78)
    >>>>>> at
    >>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runA
    >>>>>> pplication(EclipseAppLauncher.java:92)
    >>>>>> at
    >>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.star
    >>>>>> t(EclipseAppLauncher.java:68)
    >>>>>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run
    >>>>>> (EclipseStarter.java:400)
    >>>>>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run
    >>>>>> (EclipseStarter.java:177)
    >>>>>> 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.core.launcher.Main.invokeFramework(Main.java:336)
    >>>>>> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    >>>>>> at org.eclipse.core.launcher.Main.run(Main.java:977)
    >>>>>> at org.eclipse.core.launcher.Main.main(Main.java:952)
    >>>>>> Caused by: java.lang.ClassCastException: java.util.LinkedList
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.utils.AbstractAddRemoveChangeRef
    >>>>>> resher.propertyChange(Unknown Source)
    >>>>>> at java.beans.PropertyChangeSupport.firePropertyChange
    >>>>>> (PropertyChangeSupport.java:333)
    >>>>>> at java.beans.PropertyChangeSupport.firePropertyChange
    >>>>>> (PropertyChangeSupport.java:341)
    >>>>>> at java.beans.PropertyChangeSupport.firePropertyChange
    >>>>>> (PropertyChangeSupport.java:270)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.core.model.EOModelObject.firePro
    >>>>>> pertyChange(Unknown Source)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.core.model.EOStoredProcedure.add
    >>>>>> Argument(Unknown Source)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.core.model.EOStoredProcedure.add
    >>>>>> Argument(Unknown Source)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.core.model.EOStoredProcedure.add
    >>>>>> BlankArgument(Unknown Source)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.actions.NewArgumentAction.create
    >>>>>> Child(Unknown Source)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.actions.NewArgumentAction.create
    >>>>>> Child(Unknown Source)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.eomodeler.actions.AbstractNewObjectAction$
    >>>>>> NewOperation.execute(Unknown Source)
    >>>>>> at
    >>>>>> org.eclipse.core.commands.operations.DefaultOperationHistory.exec
    >>>>>> ute(DefaultOperationHistory.java:509)
    >>>>>> ... 31 more
    >>>>>>
    >>>>>
    >>>>
    >>>
    >>
    >> ;david
    >>
    >> --
    >> David LeBer
    >> Codeferous Software
    >> 'co-def-er-ous' adj. Literally 'code-bearing'
    >> site: http://codeferous.com
    >> blog: http://davidleber.net
    >> profile: http://www.linkedin.com/in/davidleber
    >> --
    >> Toronto Area Cocoa / WebObjects developers group:
    >> http://tacow.org
    >>
    >>
    >>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Fri Jan 18 2008 - 09:03:20 EST