[
https://issues.jboss.org/browse/JBIDE-10626?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-10626:
------------------------------------
Sounds like the fix is therefore that the portlet feature declare dependency on
org.eclipse.jst.enterprise_ui.feature and org.eclipse.jst.web_core.feature.feature.group,
and that the portlet plugin(s) declare dependency on org.eclipse.wst.jsdt.web.core,
org.eclipse.wst.jsdt.web.support.jsp and org.eclipse.wst.jsdt.web.ui.
Who owns Portlet and can verify this requirement is properly declared in the feature.xml /
MANIFEST.MF files?
My local copy of the JBT and JBDS target platform includes these IUs, so there
shouldn't be anything that needs to be added to the TP to allow these dependencies to
be resolved.
{code}
./features/org.eclipse.jst.enterprise_ui.feature_3.3.2.v201111030500-7b7II1TFSK2WIpQlIFkRz0HVz0RvTn.jar
./features/org.eclipse.jst.web_core.feature_3.3.2.v201112072049-7Q7DGL7FE9LeAEG_yf_vMmuitz01z01sRxi3877.jar
./plugins/org.eclipse.wst.jsdt.web.core_1.0.401.v201108152113.jar
./plugins/org.eclipse.wst.jsdt.web.support.jsp_1.0.400.v201102241833.jar
./plugins/org.eclipse.wst.jsdt.web.ui_1.0.401.v201108152113.jar
{code}
Cannot use Portlet plugin with Eclipse for Java developers
----------------------------------------------------------
Key: JBIDE-10626
URL:
https://issues.jboss.org/browse/JBIDE-10626
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.3.0.M5
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
I've installed Portlet feature from JBoss tools update site
(
http://download.jboss.org/jbosstools/updates/development/indigo/). The installation was
successful, but when I tried to create new Dynamic Web Project with Java Portlet facet
enabled, it failed with several errors in Error log:
* Project facet wst.jsdt.web has not been defined. It is used in plugin
org.eclipse.jst.server.core.
* No IModelProvider exists for project P/aaa of version: Dynamic Web Module 2.5
* Plug-in configuration error, extension org.eclipse.wst.validation.exclude references
validator id org.eclipse.jst.jee.ejb3.validator but this id does not exist.
I've originally found this bug during mavenization of SWTBot tests and the following
dependencies helped to resolve them:
Featues:
* org.eclipse.jst.enterprise_ui.feature
* org.eclipse.jst.web_core.feature.feature.group
Plugins:
* org.eclipse.wst.jsdt.web.core
* org.eclipse.wst.jsdt.web.support.jsp
* org.eclipse.wst.jsdt.web.ui
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira