feature and branding [message #68985] |
Wed, 25 May 2005 01:49 |
Eclipse User |
|
|
|
Originally posted by: vikram.bhanot.gmail.com
While trying to create a feature and branded plugin, we are running in
to the following problem during the export stage. The component plugins
fail to compile due to errors in resolving imported classes. However,
the same components build and run fine from within eclipse when using
the run-time workbench option. All relevant plugin jars have been added
to the project.
Example of output from the logs.
-------------------------------
1. ERROR in CodegeneratorPlugin.java (at line 3)
import org.eclipse.ui.plugin.*;
^^^^^^^^^^^
The import org.eclipse cannot be resolved
----------
2. ERROR in CodegeneratorPlugin.java (at line 4)
import org.osgi.framework.BundleContext;
^^^^^^^^
The import org.osgi cannot be resolved
----------
|
|
|
Powered by
FUDForum. Page generated in 0.06448 seconds