[jbosstools-issues] [JBoss JIRA] (JBIDE-11416) JSF 2.1 dependencies are ignored by JSFProjectConfigurator

Fred Bricon (JIRA) jira-events at lists.jboss.org
Mon Apr 2 11:27:48 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon updated JBIDE-11416:
--------------------------------

     Original Estimate: 0 minutes
    Remaining Estimate: 0 minutes

    
> JSF 2.1 dependencies are ignored by JSFProjectConfigurator 
> -----------------------------------------------------------
>
>                 Key: JBIDE-11416
>                 URL: https://issues.jboss.org/browse/JBIDE-11416
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Fred Bricon
>            Assignee: Fred Bricon
>              Labels: jsf, project_configurator
>             Fix For: 3.3.0.Beta3
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> If a project has a dependency to JSF 2.1, like : 
> {code:xml}
> <dependency>
>     <groupId>javax.faces</groupId>
>     <artifactId>jsf-api</artifactId>
>     <version>2.1</version>
>     <scope>provided</scope>
> </dependency>
> {code}
> no JSF Facet is installed. The JSF Facet 2.1 is only available in Juno, so it cannot be installed, but JBT should at least fall back on the highest facet version available (2.0)

--
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

        


More information about the jbosstools-issues mailing list