]
Nick Boldt commented on JBIDE-9397:
-----------------------------------
richfaces.feature now includes nothing but upstream features...
{code}
<includes id="org.jboss.tools.common.feature" version="3.3.0"
match="greaterOrEqual" />
<includes id="org.jboss.tools.common.core.feature" version="3.3.0"
match="greaterOrEqual" />
<includes id="org.jboss.tools.common.text.ext.feature"
version="3.3.0" match="greaterOrEqual" />
<includes id="org.jboss.tools.common.ui.feature" version="3.3.0"
match="greaterOrEqual" />
<includes id="org.jboss.tools.common.verification.feature"
version="3.3.0" match="greaterOrEqual" />
<includes id="org.jboss.tools.jsf.feature" version="3.3.0"
match="greaterOrEqual" />
<includes id="org.jboss.tools.jst.feature" version="3.3.0"
match="greaterOrEqual" />
<includes id="org.jboss.tools.vpe.feature" version="3.3.0"
match="greaterOrEqual" />
{code}
... and requires the xulrunner.initializer plugin (also from upstream).
Hopefully that removes the duplication and allows the agg site to build; this makes the
RichFaces feature simply a wrapper for other features. A feature of convenience, as it
were.
Split RichFaces feature into separate Common, JSF, VPE, ... features
--------------------------------------------------------------------
Key: JBIDE-9397
URL:
https://issues.jboss.org/browse/JBIDE-9397
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M2
Reporter: Alexey Kazakov
Assignee: Nick Boldt
Labels: new_and_noteworthy
Fix For: 3.3.0.M4
Attachments: patch_JBIDE9397.txt
Right now, if you need JSF tools you have to install RichFaces feature that bundles a set
of components: JST, JSF, VPE, ...
It can confuse users.
Here is the story that illustrates the possible problem:
Jose Freitas (Seam 3 team) complained that code completion is not working for seam faces
tags. It turned out that he installed CDI, Maven, AS, Hibernate tools but didn't
install RichFaces feature. He just didn't realize that the RichFaces feature is much
more than just RichFaces support. He didn't install it and as a result he didn't
get JSF Tools. So JSF code completion didn't work for his project.
It would be good to have a separate JSF Tools feature that requires only reasonable
dependencies (such as Common, JST) and doesn't require VPE.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: