Hi, This is a mailing list for developers. Please use the newsgroup to ask questions like this.
Regarding your problem: This sounds like an issue with split packages. See http://wiki.eclipse.org/RAP/FAQ#Problems_using_Import-Package_header The split id of the package is "ui.views". Regards, Ben Yau wrote: > Hi, all! > > I have an common bundle, but I got an error the when I use RAP, then compiler > error message is: > > "The import org.eclipse.ui.views.properties cannot be resolved." > > The content of MANIFEST.MF as follow: > ======================================= > > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 > Bundle-Name: Eclipse UI > Bundle-SymbolicName: net.yau.eclipse.ui;singleton:=true > Bundle-Version: 1.0.0.qualifier > Bundle-Activator: net.yau.eclipse.ui.EclipseUIPlugin > Bundle-Vendor: Yau KwanJane > Require-Bundle: net.yau.lib;bundle-version="1.0.0", > net.yau.thirdparty.Jakarta.commons;bundle-version="1.0.0", > net.yau.eclipse.common;bundle-version="1.0.0", > org.eclipse.osgi;bundle-version="3.5.1" > Bundle-RequiredExecutionEnvironment: JavaSE-1.6 > Bundle-ActivationPolicy: lazy > Export-Package: net.yau.eclipse.ui, > net.yau.eclipse.ui.dialogs, > net.yau.eclipse.ui.dialogs.errPanel, > net.yau.eclipse.ui.dialogs.test, > net.yau.eclipse.ui.editingSupport, > net.yau.eclipse.ui.fieldassist, > net.yau.eclipse.ui.gui, > net.yau.eclipse.ui.gui.directoryPanel, > net.yau.eclipse.ui.net, > net.yau.eclipse.ui.net.customDNSService, > net.yau.eclipse.ui.net.dnsprefs, > net.yau.eclipse.ui.net.ui, > net.yau.eclipse.ui.props, > net.yau.eclipse.ui.validators, > net.yau.eclipse.ui.validators.ui > Bundle-Localization: plugin > Import-Package: org.eclipse.core.commands, > org.eclipse.core.databinding.validation, > org.eclipse.core.runtime;version="3.4.0", > org.eclipse.core.runtime.jobs, > org.eclipse.jface.dialogs, > org.eclipse.jface.fieldassist, > org.eclipse.jface.preference, > org.eclipse.jface.resource, > org.eclipse.jface.viewers, > org.eclipse.jface.window, > org.eclipse.swt, > org.eclipse.swt.custom, > org.eclipse.swt.events, > org.eclipse.swt.graphics, > org.eclipse.swt.layout, > org.eclipse.swt.widgets, > org.eclipse.ui;ui.workbench=split, > org.eclipse.ui.application, > org.eclipse.ui.dialogs, > org.eclipse.ui.forms, > org.eclipse.ui.forms.widgets, > org.eclipse.ui.plugin, > org.eclipse.ui.progress, > org.eclipse.ui.views, > org.eclipse.ui.views.properties, > org.osgi.framework;version="1.5.0" > > Who can I resolve this problem? Hope your help, Thanks. > > Yau. > > > ------------------------------------------------------------------------ > > _______________________________________________ > rap-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/rap-dev -- Benjamin Muskalla Innoopract Informationssysteme GmbH [email protected] http://www.innoopract.com Tel: 0721 - 66 47 33 - 0 Fax: 0721 - 66 47 33 29 Innoopract Informationssysteme GmbH Stephanienstrasse 20, 76133 Karlsruhe Germany General Manager: Jochen Krause Registered Office: Karlsruhe, Commercial Register Mannheim HRB 107883 www.innoopract.com _______________________________________________ rap-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/rap-dev
