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


It seems we missed a second occurrence of the same problem as before: See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=155081.

The URL returned by (deprecated) API plugin.getDescriptor().getInstallURL() can't be correctly resolved when the plugin version name contains a '_'.
The plug-in version name is generated from the version name in the map file.
(for example: r321_v20060816  -> org.eclipse.jdt.ui.tests_3.2.1.r321_v20060816 ).
The workaround is to not tag a project with '_' in the name or avoid the usage of 'plugin.getDescriptor().getInstallURL()' and use 'plugin.getBundle().getEntry("/")' instead.

I changed our test plugins to use plugin.getBundle().getEntry("/").
Map files have been updated.

Martin




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

25.08.2006 17:16

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





Build M20060824-1610 (Timestamp: 200608241610):  Automated JUnit testing is complete.  Test failures/errors occurred in the following:  

org.eclipse.jdt.debug.tests_linux.gtk.x86_5.0
org.eclipse.jdt.debug.tests_win32.win32.x86
org.eclipse.jdt.ui.tests.refactoring_linux.gtk.x86
org.eclipse.jdt.ui.tests.refactoring_linux.gtk.x86_5.0
org.eclipse.jdt.ui.tests.refactoring_macosx.carbon.ppc
org.eclipse.jdt.ui.tests.refactoring_win32.win32.x86

HTTP Download:

                http://download.eclipse.org/eclipse/downloads/drops/M20060824-1610

FTP Download:

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

                or

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


Back to the top