Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20071129-0010 (Timestamp: 200711290010):Automated JUnit testing complete. Test failures/errors occurred.

For the error in platform.doc.isv, it comes from the missing line:

                <pde.convertSchemaToHTML manifest=
"../org.eclipse.equinox.registry/plugin.xml" destination="${dest}" /> 

in the buildDoc.xml. I don't have the commit right for this file.




Could someone with the commit rights to platform.doc.isv please commit 
this patch?

Thanks,

Olivier




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2007-11-29 08:33
Please respond to
"Eclipse platform release engineering list." 
<platform-releng-dev@xxxxxxxxxxx>


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] [eclipse-build]Build N20071129-0010 (Timestamp: 
200711290010):Automated JUnit testing complete. Test failures/errors 
occurred.






Build N20071129-0010 (Timestamp: 200711290010):  Automated JUnit testing 
is complete.  Test failures/errors occurred in the following: 

org.eclipse.core.tests.runtime_win32.win32.x86
org.eclipse.releng.tests_linux.gtk.x86
org.eclipse.releng.tests_linux.gtk.x86_5.0
org.eclipse.releng.tests_macosx.carbon.ppc_5.0
org.eclipse.releng.tests_win32.win32.x86
org.eclipse.ua.tests_linux.gtk.x86
org.eclipse.ua.tests_linux.gtk.x86_5.0
org.eclipse.ua.tests_macosx.carbon.ppc_5.0
org.eclipse.ua.tests_win32.win32.x86

HTTP Download:

                 
http://download.eclipse.org/eclipse/downloads/drops/N20071129-0010 


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

### Eclipse Workspace Patch 1.0
#P org.eclipse.platform.doc.isv
Index: buildDoc.xml
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.isv/buildDoc.xml,v
retrieving revision 1.72
diff -u -r1.72 buildDoc.xml
--- buildDoc.xml	11 Jun 2007 20:51:49 -0000	1.72
+++ buildDoc.xml	29 Nov 2007 14:30:55 -0000
@@ -37,6 +37,7 @@
 		<pde.convertSchemaToHTML manifest="../org.eclipse.equinox.preferences/plugin.xml" destination="${dest}" />
 		<pde.convertSchemaToHTML manifest="../org.eclipse.equinox.app/plugin.xml" destination="${dest}" />
 		<pde.convertSchemaToHTML manifest="../org.eclipse.equinox.http.registry/plugin.xml" destination="${dest}" />		
+		<pde.convertSchemaToHTML manifest="../org.eclipse.equinox.registry/plugin.xml" destination="${dest}" />		
 		<pde.convertSchemaToHTML manifest="../org.eclipse.help/plugin.xml" destination="${dest}" />
 		<pde.convertSchemaToHTML manifest="../org.eclipse.help.base/plugin.xml" destination="${dest}" />
 		<pde.convertSchemaToHTML manifest="../org.eclipse.help.ui/plugin.xml" destination="${dest}" />

Back to the top