Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] M3 on Friday, polish and fixing tomorrow

Hi Paul,

I believe the demos do not run. I checked out the latest version from cvs.

The contacts demos gives me the following error:


!ENTRY org.eclipse.osgi 4 0 2010-01-13 07:14:25.515
!MESSAGE Application error
!STACK 1
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException:
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'type' not
found. (platform:/plugin/org.eclipse.e4.demo.contacts/Application.e4xmi,
7, 69)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)
	at org.eclipse.e4.workbench.ui.internal.ResourceHandler.loadBaseModel(ResourceHandler.java:106)
	at org.eclipse.e4.workbench.ui.internal.ResourceHandler.loadMostRecentModel(ResourceHandler.java:146)
	at org.eclipse.e4.ui.workbench.swt.internal.E4Application.loadApplicationModel(E4Application.java:137)
	at org.eclipse.e4.ui.workbench.swt.internal.E4Application.start(E4Application.java:65)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:367)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:611)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1363)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1339)
Caused by: org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature
'type' not found.
(platform:/plugin/org.eclipse.e4.demo.contacts/Application.e4xmi, 7,
69)

The photo demo gives me the following error:

org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException:
org.eclipse.emf.ecore.xmi.ClassNotFoundException: Class
'ModelComponents' is not found or is abstract.
(platform:/plugin/org.eclipse.e4.demo.e4photo/xmi/components.e4xmi, 2,
352)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)

Best regards, Lars

2010/1/13 Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>:
> Thursday is our test pass/final bug fix/polish day.  I'll schedule I
> builds all day [1].  On Thursday you need to focus on testing the e4
> SDK builds.  Are they stable?  Do the demos run?  What final fixes are
> necessary for M3?  Are the examples working?  If you have bugs marked
> for 1.0 M3 are they in the build?  Do the tests run?
>
> The last build is Thursday night at 21:00.  On Friday morning we need
> to do a smoke test on the I20100114-2100 build, then all teams need to
> give a GO on that build.  If necessary the teams can request a respin
> by posting to e4-dev@xxxxxxxxxxx with the bug number that needs to be
> fixed.
>
> Focus on fixing any problems you find tomorrow, I'd prefer not to have
> to respin a build on Friday.
>
> [1] I builds on Thursday (EST): 09:00, 12:00, 15:00, 18:00, 21:00.
>
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev
>



-- 
Lars
http://www.vogella.de - Tutorials about Java, Eclipse and Web programming
http://www.twitter.com/vogella - Lars on Twitter


Back to the top