Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 342010

Summary: org.eclipse.equinox.p2.publisher.eclipse is missing some required files
Product: [Eclipse Project] Equinox Reporter: Olivier Thomann <Olivier_Thomann>
Component: p2Assignee: P2 Inbox <equinox.p2-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir
Version: unspecified   
Target Milestone: 3.7 M7   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Olivier Thomann CLA 2011-04-06 08:41:45 EDT
From N20110405-2000 test results:

junit.framework.AssertionFailedError: Plugin directory missing required files: /buildtest/N20110405-2000/eclipse-testing/test-eclipse/eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.N20110405-2000; 
at org.eclipse.releng.tests.BuildTests.testPluginFiles(BuildTests.java:472)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:416)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:249)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
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:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 DJ Houghton CLA 2011-04-06 08:53:09 EDT
Do the tests give any indication as to which files are required and missing?
Comment 2 Olivier Thomann CLA 2011-04-06 08:56:00 EDT
I think it needs an about.html file at least. I'll see with Kim if she has the list of mandatory files.
Comment 3 DJ Houghton CLA 2011-04-06 09:01:15 EDT
Ok, I've added the about.html. Let me know if there is something else missing.
Comment 4 Olivier Thomann CLA 2011-04-06 09:07:32 EDT
Here are the files checked
"about.html", "plugin.properties", "plugin.xml"

So if you added about.html, it should be fine.
Comment 5 DJ Houghton CLA 2011-04-06 09:13:27 EDT
Ok, thanks.