Eclipse 4.2.2 + WOLips 4.2 WOComponent editor crash

2014-10-10 Thread Josef Vanek
Hi all,

Sorry for bothering you with this, but until recently I was quitely working 
with my old Eclipse 3.7.2 when suddenly
I realized the world has gone far away...
So I checked the latest stable WOLips build at WOCommunity Jenkins server and 
found there was a WOLips 4.2
build checked as stable.
Downloaded Eclipse 4.2.2 Juno EE
Installed WOLips 4.2 stable

result: when I try to open a WOComponent within Eclipse, I get a lot of NPEs 
which look like this one:

java.lang.NullPointerException
at 
org.eclipse.ui.actions.RetargetAction.partClosed(RetargetAction.java:164)
at org.eclipse.ui.internal.PartService$3.run(PartService.java:98)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.PartService.partClosed(PartService.java:96)
at org.eclipse.ui.internal.WorkbenchPage$17.run(WorkbenchPage.java:4538)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at 
org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:4536)
at 
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart$1.handleEvent(CompatibilityPart.java:99)
at 
org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
at 
org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4607)
at 
org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
at 
org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at 
org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at 
org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at 
org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at 
org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
at 
org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
at 
org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
at 
org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
at 
org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
at 
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at 
org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setWidget(UIElementImpl.java:248)
at 
org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.unbindWidget(SWTPartRenderer.java:114)
at 
org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.disposeWidget(SWTPartRenderer.java:135)
at 
org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.disposeWidget(ContributedPartRenderer.java:285)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:845)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:774)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:769)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:754)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.handleEvent(PartRenderingEngine.java:148)
at 
org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
at 
org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4607)
at 
org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
at 
org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at 
org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at 
org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at 
org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous

Re: Eclipse 4.2.2 + WOLips 4.2 WOComponent editor crash

2014-10-10 Thread Bogdan Zlatanov
Hi Josef,

IMO, Eclipse 4.2 + WOLips 4.2 is not stable at all. I'd suggest you try Eclipse 
4.4.1 + WOLips 4.4. You'll have to build the plug-in yourself, but it's pretty 
straight-forward.

Just my 2¢

Regards,
Bogdan

Sent from Nexus 4

On 10 Oct 2014 10:57, Josef Vanek pal...@free.fr wrote:

 Hi all,

 Sorry for bothering you with this, but until recently I was quitely working 
 with my old Eclipse 3.7.2 when suddenly
 I realized the world has gone far away...
 So I checked the latest stable WOLips build at WOCommunity Jenkins server and 
 found there was a WOLips 4.2
 build checked as stable.
 Downloaded Eclipse 4.2.2 Juno EE
 Installed WOLips 4.2 stable

 result: when I try to open a WOComponent within Eclipse, I get a lot of NPEs 
 which look like this one:

 java.lang.NullPointerException
 at org.eclipse.ui.actions.RetargetAction.partClosed(RetargetAction.java:164)
 at org.eclipse.ui.internal.PartService$3.run(PartService.java:98)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at org.eclipse.ui.internal.PartService.partClosed(PartService.java:96)
 at org.eclipse.ui.internal.WorkbenchPage$17.run(WorkbenchPage.java:4538)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at 
 org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:4536)
 at 
 org.eclipse.ui.internal.e4.compatibility.CompatibilityPart$1.handleEvent(CompatibilityPart.java:99)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
 at org.eclipse.swt.widgets.Display.syncExec(Display.java:4607)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
 at 
 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
 at 
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
 at 
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
 at 
 org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
 at 
 org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
 at 
 org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
 at 
 org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
 at 
 org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
 at 
 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
 at 
 org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setWidget(UIElementImpl.java:248)
 at 
 org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.unbindWidget(SWTPartRenderer.java:114)
 at 
 org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.disposeWidget(SWTPartRenderer.java:135)
 at 
 org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.disposeWidget(ContributedPartRenderer.java:285)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:845)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:774)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:769)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:754)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.handleEvent(PartRenderingEngine.java:148)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
 at org.eclipse.swt.widgets.Display.syncExec(Display.java:4607)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
 at 
 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
 at 
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230

Re: Eclipse 4.2.2 + WOLips 4.2 WOComponent editor crash

2014-10-10 Thread Josef Vanek
Ok, I'll give it a try.

Thanks Bogdan

 Le 10 oct. 2014 à 13:55, Bogdan Zlatanov bogdan.zlata...@gmail.com a écrit :
 
 Hi Josef,
 
 IMO, Eclipse 4.2 + WOLips 4.2 is not stable at all. I'd suggest you try 
 Eclipse 4.4.1 + WOLips 4.4. You'll have to build the plug-in yourself, but 
 it's pretty straight-forward.
 
 Just my 2¢
 
 Regards,
 Bogdan
 
 Sent from Nexus 4
 
 On 10 Oct 2014 10:57, Josef Vanek pal...@free.fr wrote:
 
 Hi all,
 
 Sorry for bothering you with this, but until recently I was quitely working 
 with my old Eclipse 3.7.2 when suddenly
 I realized the world has gone far away...
 So I checked the latest stable WOLips build at WOCommunity Jenkins server 
 and found there was a WOLips 4.2
 build checked as stable.
 Downloaded Eclipse 4.2.2 Juno EE
 Installed WOLips 4.2 stable
 
 result: when I try to open a WOComponent within Eclipse, I get a lot of NPEs 
 which look like this one:
 
 java.lang.NullPointerException
 at org.eclipse.ui.actions.RetargetAction.partClosed(RetargetAction.java:164)
 at org.eclipse.ui.internal.PartService$3.run(PartService.java:98)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at org.eclipse.ui.internal.PartService.partClosed(PartService.java:96)
 at org.eclipse.ui.internal.WorkbenchPage$17.run(WorkbenchPage.java:4538)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at 
 org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:4536)
 at 
 org.eclipse.ui.internal.e4.compatibility.CompatibilityPart$1.handleEvent(CompatibilityPart.java:99)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
 at org.eclipse.swt.widgets.Display.syncExec(Display.java:4607)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
 at 
 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
 at 
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
 at 
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
 at 
 org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
 at 
 org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
 at 
 org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
 at 
 org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
 at 
 org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
 at 
 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
 at 
 org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setWidget(UIElementImpl.java:248)
 at 
 org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.unbindWidget(SWTPartRenderer.java:114)
 at 
 org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.disposeWidget(SWTPartRenderer.java:135)
 at 
 org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.disposeWidget(ContributedPartRenderer.java:285)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:845)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:774)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:769)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:754)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.handleEvent(PartRenderingEngine.java:148)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
 at org.eclipse.swt.widgets.Display.syncExec(Display.java:4607)
 at 
 org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
 at 
 org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
 at 
 org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
 at 
 org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1

Re: WOLips 4.2 and Eclipse 4.2.1

2012-10-08 Thread Lon Varscsak
I left off an important bit.  This exception happens when trying to
install WOLips from the update site listed).

-Lon

On Mon, Oct 8, 2012 at 5:07 PM, Lon Varscsak lon.varsc...@gmail.com wrote:
 Hey all, I'm running (or trying to) Eclipse 4.2.1 with WOLips 4.2
 (from 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/)..but
 I get an error with this stacktrace:

 org.eclipse.equinox.p2.core.ProvisionException: Unexpected exception
 while loading 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist.
 at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:66)
 at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
 at 
 org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:758)
 at 
 org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:651)
 at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
 at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
 at 
 org.eclipse.equinox.p2.ui.ProvisioningUI.loadMetadataRepository(ProvisioningUI.java:412)
 at 
 org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement.getMetadataRepository(MetadataRepositoryElement.java:120)
 at 
 org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement.fetchChildren(MetadataRepositoryElement.java:70)
 at 
 org.eclipse.equinox.internal.p2.ui.model.RemoteQueriedElement.fetchDeferredChildren(RemoteQueriedElement.java:34)
 at 
 org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
 Caused by: java.lang.IllegalArgumentException
 at java.net.URI.create(URI.java:841)
 at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.internalGetURI(UpdateSite.java:427)
 at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.getSiteFeatureURI(UpdateSite.java:347)
 at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadFeaturesFromSite(UpdateSite.java:530)
 at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadFeatures(UpdateSite.java:437)
 at 
 org.eclipse.equinox.internal.p2.updatesite.RemoteFeaturesAction.perform(RemoteFeaturesAction.java:39)
 at 
 org.eclipse.equinox.internal.p2.updatesite.RemoteUpdateSiteAction.perform(RemoteUpdateSiteAction.java:50)
 at 
 org.eclipse.equinox.p2.publisher.Publisher$ArtifactProcess.run(Publisher.java:207)
 at 
 org.eclipse.equinox.p2.publisher.Publisher.publish(Publisher.java:237)
 at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.generateMetadata(UpdateSiteMetadataRepositoryFactory.java:120)
 at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.initializeRepository(UpdateSiteMetadataRepositoryFactory.java:105)
 at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:59)
 ... 11 more
 Caused by: java.net.URISyntaxException: Illegal character in path at
 index 50: features/org.objectstyle.wolips.feature_4.2.201210 3.5.jar
 at java.net.URI$Parser.fail(URI.java:2810)
 at java.net.URI$Parser.checkChars(URI.java:2983)
 at java.net.URI$Parser.parseHierarchical(URI.java:3067)
 at java.net.URI$Parser.parse(URI.java:3025)
 at java.net.URI.init(URI.java:577)
 at java.net.URI.create(URI.java:839)
 ... 22 more

 Any ideas?

 Thanks,

 Lon
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2 and Eclipse 4.2.1

2012-10-08 Thread Pascal Robert
Was the same problem as the 37Stable build, the version had a space in it. 
Fixed two minutes ago.

 I left off an important bit.  This exception happens when trying to
 install WOLips from the update site listed).
 
 -Lon
 
 On Mon, Oct 8, 2012 at 5:07 PM, Lon Varscsak lon.varsc...@gmail.com wrote:
 Hey all, I'm running (or trying to) Eclipse 4.2.1 with WOLips 4.2
 (from 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/)..but
 I get an error with this stacktrace:
 
 org.eclipse.equinox.p2.core.ProvisionException: Unexpected exception
 while loading 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist.
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:66)
at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
at 
 org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:758)
at 
 org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:651)
at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
at 
 org.eclipse.equinox.p2.ui.ProvisioningUI.loadMetadataRepository(ProvisioningUI.java:412)
at 
 org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement.getMetadataRepository(MetadataRepositoryElement.java:120)
at 
 org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement.fetchChildren(MetadataRepositoryElement.java:70)
at 
 org.eclipse.equinox.internal.p2.ui.model.RemoteQueriedElement.fetchDeferredChildren(RemoteQueriedElement.java:34)
at 
 org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
 Caused by: java.lang.IllegalArgumentException
at java.net.URI.create(URI.java:841)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.internalGetURI(UpdateSite.java:427)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.getSiteFeatureURI(UpdateSite.java:347)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadFeaturesFromSite(UpdateSite.java:530)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadFeatures(UpdateSite.java:437)
at 
 org.eclipse.equinox.internal.p2.updatesite.RemoteFeaturesAction.perform(RemoteFeaturesAction.java:39)
at 
 org.eclipse.equinox.internal.p2.updatesite.RemoteUpdateSiteAction.perform(RemoteUpdateSiteAction.java:50)
at 
 org.eclipse.equinox.p2.publisher.Publisher$ArtifactProcess.run(Publisher.java:207)
at 
 org.eclipse.equinox.p2.publisher.Publisher.publish(Publisher.java:237)
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.generateMetadata(UpdateSiteMetadataRepositoryFactory.java:120)
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.initializeRepository(UpdateSiteMetadataRepositoryFactory.java:105)
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:59)
... 11 more
 Caused by: java.net.URISyntaxException: Illegal character in path at
 index 50: features/org.objectstyle.wolips.feature_4.2.201210 3.5.jar
at java.net.URI$Parser.fail(URI.java:2810)
at java.net.URI$Parser.checkChars(URI.java:2983)
at java.net.URI$Parser.parseHierarchical(URI.java:3067)
at java.net.URI$Parser.parse(URI.java:3025)
at java.net.URI.init(URI.java:577)
at java.net.URI.create(URI.java:839)
... 22 more
 
 Any ideas?
 
 Thanks,
 
 Lon
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
 
 This email sent to prob...@macti.ca


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2 and Eclipse 4.2.1

2012-10-08 Thread Lon Varscsak
Yay!  You're a rockstar…thanks!

-Lon

On Mon, Oct 8, 2012 at 5:23 PM, Pascal Robert prob...@macti.ca wrote:
 Was the same problem as the 37Stable build, the version had a space in it. 
 Fixed two minutes ago.

 I left off an important bit.  This exception happens when trying to
 install WOLips from the update site listed).

 -Lon

 On Mon, Oct 8, 2012 at 5:07 PM, Lon Varscsak lon.varsc...@gmail.com wrote:
 Hey all, I'm running (or trying to) Eclipse 4.2.1 with WOLips 4.2
 (from 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/)..but
 I get an error with this stacktrace:

 org.eclipse.equinox.p2.core.ProvisionException: Unexpected exception
 while loading 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist.
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:66)
at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
at 
 org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:758)
at 
 org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:651)
at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
at 
 org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
at 
 org.eclipse.equinox.p2.ui.ProvisioningUI.loadMetadataRepository(ProvisioningUI.java:412)
at 
 org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement.getMetadataRepository(MetadataRepositoryElement.java:120)
at 
 org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement.fetchChildren(MetadataRepositoryElement.java:70)
at 
 org.eclipse.equinox.internal.p2.ui.model.RemoteQueriedElement.fetchDeferredChildren(RemoteQueriedElement.java:34)
at 
 org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
 Caused by: java.lang.IllegalArgumentException
at java.net.URI.create(URI.java:841)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.internalGetURI(UpdateSite.java:427)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.getSiteFeatureURI(UpdateSite.java:347)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadFeaturesFromSite(UpdateSite.java:530)
at 
 org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadFeatures(UpdateSite.java:437)
at 
 org.eclipse.equinox.internal.p2.updatesite.RemoteFeaturesAction.perform(RemoteFeaturesAction.java:39)
at 
 org.eclipse.equinox.internal.p2.updatesite.RemoteUpdateSiteAction.perform(RemoteUpdateSiteAction.java:50)
at 
 org.eclipse.equinox.p2.publisher.Publisher$ArtifactProcess.run(Publisher.java:207)
at 
 org.eclipse.equinox.p2.publisher.Publisher.publish(Publisher.java:237)
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.generateMetadata(UpdateSiteMetadataRepositoryFactory.java:120)
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.initializeRepository(UpdateSiteMetadataRepositoryFactory.java:105)
at 
 org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:59)
... 11 more
 Caused by: java.net.URISyntaxException: Illegal character in path at
 index 50: features/org.objectstyle.wolips.feature_4.2.201210 3.5.jar
at java.net.URI$Parser.fail(URI.java:2810)
at java.net.URI$Parser.checkChars(URI.java:2983)
at java.net.URI$Parser.parseHierarchical(URI.java:3067)
at java.net.URI$Parser.parse(URI.java:3025)
at java.net.URI.init(URI.java:577)
at java.net.URI.create(URI.java:839)
... 22 more

 Any ideas?

 Thanks,

 Lon
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca

 This email sent to prob...@macti.ca


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOLips 4.2

2012-08-22 Thread Ramsey Gurley
Hmm, seeing same thing under 3.7.  Move along. Nothing to see here.  Well 
except for the exception when trying to enable bundle builds.

Ramsey

On Aug 21, 2012, at 8:55 AM, Ramsey Gurley wrote:

 Okay, another Is it just me? problem…
 
 When using bundleless builds, the bundle isn't being found, or at least, the 
 localizable strings are not being located.  
 
 If I try to enable bundles(in build, check the box, click apply then ok), an 
 error is thrown in the prefs dialog and I cannot close it. Once I restart 
 eclipse, the checkbox is checked, but the app won't launch. If I disable the 
 checkbox, apply, ok, then no error, app launches, and no localized strings.
 
 Shall I create an issue on github, or try The Eclipse Dance™ a few more 
 times? ;-)
 
 Ramsey
 
 On Aug 20, 2012, at 4:41 PM, Q wrote:
 
 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/
 
 On 21/08/2012, at 2:33 AM, WebObjects TORAcom w...@toracom.net wrote:
 
 Hi Amedeo,
 
 What's the URL to download the WOLips version to test on eclipse Juno.
 
 Thanks.
 
 
 On 19/08/2012, at 17:19, Amedeo Mantica amedeomant...@me.com wrote:
 
 Btw... I had a bad surprise after a few days on wolips 4.2. I would 
 suggest to backup your Eclipse workspace setting ( is an hidden folder 
 inside the workspace ) and restore it in case of weird stuff happening ( I 
 was no able to open any wocomponent (.wo) ).
 
 Regards.
 Amedeo
 
 Sent from my iPhone
 
 On 19/ago/2012, at 23:50, Jesse Tayler jtay...@oeinc.com wrote:
 
 software voodoo.
 
 believe in it.
 
 
 
 On Aug 19, 2012, at 1:38 PM, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 So strange. I tried it again just now and it installed fine. Thanks 
 Amedeo.
 
 Ramsey
 
 On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:
 
 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I 
 tried the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4
  on repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/wo%40toracom.net
 
 This email sent to w...@toracom.net
 
 
  
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/qdolan%40gmail.com
 
 This email sent to qdo...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-21 Thread Ramsey Gurley
Okay, another Is it just me? problem…

When using bundleless builds, the bundle isn't being found, or at least, the 
localizable strings are not being located.  

If I try to enable bundles(in build, check the box, click apply then ok), an 
error is thrown in the prefs dialog and I cannot close it. Once I restart 
eclipse, the checkbox is checked, but the app won't launch. If I disable the 
checkbox, apply, ok, then no error, app launches, and no localized strings.

Shall I create an issue on github, or try The Eclipse Dance™ a few more times? 
;-)

Ramsey

On Aug 20, 2012, at 4:41 PM, Q wrote:

 
 http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/
 
 On 21/08/2012, at 2:33 AM, WebObjects TORAcom w...@toracom.net wrote:
 
 Hi Amedeo,
 
 What's the URL to download the WOLips version to test on eclipse Juno.
 
 Thanks.
 
 
 On 19/08/2012, at 17:19, Amedeo Mantica amedeomant...@me.com wrote:
 
 Btw... I had a bad surprise after a few days on wolips 4.2. I would suggest 
 to backup your Eclipse workspace setting ( is an hidden folder inside the 
 workspace ) and restore it in case of weird stuff happening ( I was no able 
 to open any wocomponent (.wo) ).
 
 Regards.
 Amedeo
 
 Sent from my iPhone
 
 On 19/ago/2012, at 23:50, Jesse Tayler jtay...@oeinc.com wrote:
 
 software voodoo.
 
 believe in it.
 
 
 
 On Aug 19, 2012, at 1:38 PM, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 So strange. I tried it again just now and it installed fine. Thanks 
 Amedeo.
 
 Ramsey
 
 On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:
 
 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I 
 tried the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4
  on repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/wo%40toracom.net
 
 This email sent to w...@toracom.net
 
 
  
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/qdolan%40gmail.com
 
 This email sent to qdo...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-20 Thread WebObjects TORAcom
Hi Amedeo,

What's the URL to download the WOLips version to test on eclipse Juno.

Thanks.


On 19/08/2012, at 17:19, Amedeo Mantica amedeomant...@me.com wrote:

 Btw... I had a bad surprise after a few days on wolips 4.2. I would suggest 
 to backup your Eclipse workspace setting ( is an hidden folder inside the 
 workspace ) and restore it in case of weird stuff happening ( I was no able 
 to open any wocomponent (.wo) ).
 
 Regards.
 Amedeo
 
 Sent from my iPhone
 
 On 19/ago/2012, at 23:50, Jesse Tayler jtay...@oeinc.com wrote:
 
 software voodoo.
 
 believe in it.
 
 
 
 On Aug 19, 2012, at 1:38 PM, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 So strange. I tried it again just now and it installed fine. Thanks Amedeo.
 
 Ramsey
 
 On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:
 
 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I tried 
 the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 
 on repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/wo%40toracom.net
 
 This email sent to w...@toracom.net

 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-20 Thread Q

http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/

On 21/08/2012, at 2:33 AM, WebObjects TORAcom w...@toracom.net wrote:

 Hi Amedeo,
 
 What's the URL to download the WOLips version to test on eclipse Juno.
 
 Thanks.
 
 
 On 19/08/2012, at 17:19, Amedeo Mantica amedeomant...@me.com wrote:
 
 Btw... I had a bad surprise after a few days on wolips 4.2. I would suggest 
 to backup your Eclipse workspace setting ( is an hidden folder inside the 
 workspace ) and restore it in case of weird stuff happening ( I was no able 
 to open any wocomponent (.wo) ).
 
 Regards.
 Amedeo
 
 Sent from my iPhone
 
 On 19/ago/2012, at 23:50, Jesse Tayler jtay...@oeinc.com wrote:
 
 software voodoo.
 
 believe in it.
 
 
 
 On Aug 19, 2012, at 1:38 PM, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 So strange. I tried it again just now and it installed fine. Thanks Amedeo.
 
 Ramsey
 
 On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:
 
 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I 
 tried the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 
 on repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/wo%40toracom.net
 
 This email sent to w...@toracom.net
 
 
  
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/qdolan%40gmail.com
 
 This email sent to qdo...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-19 Thread Amedeo Mantica
Everything working fine here

Sent from my iPhone

On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:

 Has anyone been successful with installing WOLips on eclipse 4.2? I tried the 
 wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 on 
 repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-19 Thread Ramsey Gurley
So strange. I tried it again just now and it installed fine. Thanks Amedeo.

Ramsey

On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:

 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I tried 
 the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 on 
 repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-19 Thread Jesse Tayler
software voodoo.

believe in it.



On Aug 19, 2012, at 1:38 PM, Ramsey Gurley ramseygur...@gmail.com wrote:

 So strange. I tried it again just now and it installed fine. Thanks Amedeo.
 
 Ramsey
 
 On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:
 
 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I tried 
 the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 on 
 repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips 4.2

2012-08-19 Thread Amedeo Mantica
Btw... I had a bad surprise after a few days on wolips 4.2. I would suggest to 
backup your Eclipse workspace setting ( is an hidden folder inside the 
workspace ) and restore it in case of weird stuff happening ( I was no able to 
open any wocomponent (.wo) ).

Regards.
Amedeo

Sent from my iPhone

On 19/ago/2012, at 23:50, Jesse Tayler jtay...@oeinc.com wrote:

 software voodoo.
 
 believe in it.
 
 
 
 On Aug 19, 2012, at 1:38 PM, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 So strange. I tried it again just now and it installed fine. Thanks Amedeo.
 
 Ramsey
 
 On Aug 19, 2012, at 1:07 AM, Amedeo Mantica wrote:
 
 Everything working fine here
 
 Sent from my iPhone
 
 On 19/ago/2012, at 04:49, Ramsey Gurley ramseygur...@gmail.com wrote:
 
 Has anyone been successful with installing WOLips on eclipse 4.2? I tried 
 the wocommunity build but get:
 
 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile, 
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
 action=).
 Error closing the output stream for 
 org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 
 on repository file:/Applications/eclipse/.
 Error unzipping 
 /var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
  Invalid zip file format
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
 
 This email sent to ramseygur...@gmail.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


WOLips 4.2

2012-08-18 Thread Ramsey Gurley
Has anyone been successful with installing WOLips on eclipse 4.2? I tried the 
wocommunity build but get:

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, 
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Error closing the output stream for 
org.eclipse.update.feature,org.objectstyle.wolips.feature,4.2.20120723.4 on 
repository file:/Applications/eclipse/.
Error unzipping 
/var/folders/6n/ng19dp5s0tb56h859q_wnv7cgn/T/org.objectstyle.wolips.feature_4.2.20120723.45102344653222928192.jar:
 Invalid zip file format
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com