[
https://issues.jboss.org/browse/JBIDE-12365?page=com.atlassian.jira.plugi...
]
Martijn Dashorst commented on JBIDE-12365:
------------------------------------------
My workspace is now flooded with warnings:
"JBoss Tools Knowledge Base problem: Nature is not installed on required Java project
«project»"
As we strive for a zero-warning policy at our company, and this warning is the top in the
warning view, how can I disable this check?
And I don't have any plugin resembling the "JBoss Tools Knowledge Base"
installed.
Enable JBoss Tools Knowledge Base support for dependencies
----------------------------------------------------------
Key: JBIDE-12365
URL:
https://issues.jboss.org/browse/JBIDE-12365
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 3.3.0.Final
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: LATER
Suppose we have two maven projects.
One is CDI/Seam/JSF (any kind of project that requires KB builder/nature).
The other is a plain java project.
The first one includes the second one as a dependency.
When our maven intergration plugins enables CDI/Seam/JSF they also should enable KB
support for all the dependencies (direct or indirect ones).
You can enable KB via org.jboss.tools.jst.web.kb.WebKbPlugin.enableKB(IProject project,
IProgressMonitor monitor)
So CDI/Seam/JSF (KB included) should be enabled for the first project.
And KB should be enabled for the second one.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)