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 I20040607 (Timestamp: 200406070800):Automated JUnit testing complete. Test failures/errors occurred.


Thank you Olivier.  The patch has been applied, map file updated for next build.

Sonia



Olivier Thomann/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

06/07/2004 12:43 PM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-releng-dev] [eclipse-build]Build I20040607 (Timestamp:  200406070800):Automated JUnit testing complete.  Test failures/errors occurred.






Here is a patch for the errors in the files




I don't have the commit rights to fix them.


Olivier



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

06/07/2004 11:58 AM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20040607 (Timestamp:  200406070800):Automated JUnit testing complete.  Test failures/errors occurred.







Build I20040607 (Timestamp: 200406070800):  Automated JUnit testing is complete.  Test failures/errors occurred in the following:  

org.eclipse.releng.tests_winxp

HTTP Download:

               http://download.eclipse.org/downloads/drops/I-I20040607-200406070800

FTP Download:

               user: anonymous
               password: (e-mail address or leave blank)
               server:  download.eclipse.org
               cd to directory:  I-I20040607-200406070800

               or

               ftp://download.eclipse.org/I-I20040607-200406070800
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Index: guide/workbench_advext_activities.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_activities.htm,v
retrieving revision 1.3
diff -u -r1.3 workbench_advext_activities.htm
--- guide/workbench_advext_activities.htm	6 Jun 2004 22:17:05 -0000	1.3
+++ guide/workbench_advext_activities.htm	7 Jun 2004 16:41:08 -0000
@@ -29,7 +29,7 @@
 platform, it is desirable for as many activities as possible to be disabled, so that the application is as simple as 
 possible.  Choices made in the welcome page can help determine what activities should be enabled.
 </p>
-<h4>Activities vs. perspectives</h3>
+<h3>Activities vs. perspectives</h3>
 <p>
 We've seen (in <a href="workbench_perspectives.htm">Perspectives</a>) how perspectives are used to organize different 
 view layouts and action sets into tasks.  Why do we need activities?  While perspectives and activities define similar 
Index: guide/workbench_advext_contexts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_contexts.htm,v
retrieving revision 1.2
diff -u -r1.2 workbench_advext_contexts.htm
--- guide/workbench_advext_contexts.htm	7 Jun 2004 00:30:43 -0000	1.2
+++ guide/workbench_advext_contexts.htm	7 Jun 2004 16:41:08 -0000
@@ -73,12 +73,12 @@
 associated with a key binding, the key binding will only be active when the user is in that context.  For example,
 the following markup specifies the root dialog and window context as the context for a key binding:
 <pre><font color="#4444CC">
-<keyBinding
+&lt;keyBinding
 	commandId="org.eclipse.ui.edit.cut"
 	<b>contextId="org.eclipse.ui.contexts.dialogAndWindow"</b>
 	keySequence="M1+X"
-	keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
-</keyBinding>
+	keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration"&gt;
+&lt;/keyBinding&gt;
 </font></pre>
 </p>
 <h4>

Back to the top