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 I20040505 (Timestamp: 200405051600):Build is complete. Automated JUnit testing is starting.


I cleaned up all but one of the warnings in the OSGi layer.  The remaining one is because of a commented out test that hopefully will be coming back.

When looking through the Javadoc logs there were a mess o' entries of the form

import org.osgi.service.prefs.BackingStoreException;
                             ^
../org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/PreferenceForwarder.java:20: package org.osgi.service.prefs does not exist

Perhaps the initial error
/builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.core.runtime/src/org/eclipse/core/runtime/Plugin.java:22: package org.osgi.service.prefs does not exist

is the key.  It appears that the OSGi prefs package is not being found.  We recently (yesterday) moved it from one project into the runtime project (where all these errors are happening).  Is there something else we need to do when moving packages?

Jeff




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

05/05/2004 04:56 PM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20040505 (Timestamp:  200405051600):Build is complete.  Automated JUnit testing is starting.





Build I20040505 (Timestamp: 200405051600):  The Build is complete.  Automated JUnit testing is starting.

HTTP Download:

                http://download.eclipse.org/downloads/drops/I-I20040505-200405051600

FTP Download:

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

                or

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


Back to the top