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

Patch for chkpii error in platform.doc.isv:


Could someone with the commit rights please release it? This would also 
need to be versionned and tagged for the rebuild.

Olivier




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2006-06-02 12:31
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc

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






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

org.eclipse.jdt.debug.tests_linux.gtk.x86
org.eclipse.jdt.debug.tests_macosx.carbon.ppc
org.eclipse.releng.tests_linux.gtk.x86
org.eclipse.releng.tests_linux.gtk.x86_5.0
org.eclipse.releng.tests_win32.win32.x86

HTTP Download:

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

FTP Download:

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

                 or

                 ftp://download.eclipse.org/I20060602-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: porting/3.2/incompatibilities.html
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.isv/porting/3.2/incompatibilities.html,v
retrieving revision 1.17
diff -u -r1.17 incompatibilities.html
--- porting/3.2/incompatibilities.html	1 Jun 2006 22:27:23 -0000	1.17
+++ porting/3.2/incompatibilities.html	2 Jun 2006 16:45:55 -0000
@@ -249,7 +249,7 @@
 In Eclipse 3.0, the use of an underscore ('_') character in the qualifier segment of a version identifier 
 was not supported, but also was not enforced. If a plug-in version identifier contained an underscore in the qualifier, 
 then this character was transformed to a hyphen ('-') when exporting the plug-in to the file-system and also when installing the plug-in from an update site.
-<br/>
+<br>
 In Eclipse 3.1 the rules for characters allowed in qualifiers was relaxed to include the underscore character, so 
 when an offending plug-in was exported or installed the qualifier was not modified from its original state. 
 This subtle change was accidently left out from the migration guide for 3.0 to 3.1.

Back to the top