Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Conversation

@HannesWell
Copy link
Member

This is intended to fix the java-doc build that currently fails (mentioned in eclipse-equinox/equinox#18 (comment)):
https://download.eclipse.org/eclipse/downloads/drops4/I20220618-1800/compilelogs/platform.doc.isv.javadoc.txt

Based on #19 just the jars of the missing packages are added.

Is there a quick way to test if this works or will we just see with the next I-build?

@akurtakov akurtakov merged commit 8066c80 into eclipse-platform:master Jun 19, 2022
@akurtakov
Copy link
Member

Unfortunately the fix is not complete https://download.eclipse.org/eclipse/downloads/drops4/I20220619-1800/compilelogs/platform.doc.isv.javadoc.txt :

../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:20: error: package org.osgi.service.cm does not exist
import org.osgi.service.cm.ConfigurationPermission;
                          ^
../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/internal/Activator.java:26: error: package org.osgi.service.cm does not exist
import org.osgi.service.cm.ManagedServiceFactory;
                          ^
../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java:38: error: package org.osgi.service.cm does not exist
import org.osgi.service.cm.ConfigurationException;
                          ^
../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java:39: error: package org.osgi.service.cm does not exist
import org.osgi.service.cm.ManagedServiceFactory;
                          ^
../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java:41: error: cannot find symbol
public class HttpServerManager implements ManagedServiceFactory {
                                          ^
  symbol: class ManagedServiceFactory
../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/internal/Activator.java:53: error: cannot find symbol
	private ServiceRegistration<ManagedServiceFactory> registration;
	                            ^
  symbol:   class ManagedServiceFactory
  location: class Activator
../../../equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java:76: error: cannot find symbol
	public synchronized void updated(String pid, Dictionary<String, ?> dictionary) throws ConfigurationException {
	                                                                                      ^
  symbol:   class ConfigurationException
  location: class HttpServerManager
7 errors

@merks
Copy link
Contributor

merks commented Jun 20, 2022

Note that this direct-from-maven package just showed up in the I-Build repository a few minutes ago and was not there 2 hours ago, so maybe this problem fixed itself now...

@akurtakov
Copy link
Member

This happened when @sravanlakkimsetti marked https://download.eclipse.org/eclipse/downloads/drops4/I20220619-1800/ as stable . I'll run new I-build to confirm.

@HannesWell HannesWell deleted the fixJavaDocBuild branch June 20, 2022 07:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants