You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Craig McClanahan (JIRA)" <ji...@apache.org> on 2006/10/18 05:01:25 UTC

[jira] Resolved: (SHALE-221) Make build environment support JSF RI 1.2 as an option for the JSF dependency

     [ http://issues.apache.org/struts/browse/SHALE-221?page=all ]

Craig McClanahan resolved SHALE-221.
------------------------------------

    Fix Version/s: 1.0.4-SNAPSHOT
       Resolution: Fixed

The code for choosing the JSF implementation to use has been migrated out of the shale-parent POM (all of the core libraries are compiled against the MyFaces 1.1 APIs) into shale-apps-parent.  You can compile all the apps against the MyFaces 1.1 implementation (by default), or the JSF 1.1 RI with:

  mvn -Djsf=ri clean install

or the JSF 1.2 RI with:

  mvn -Djsf=ri12 clean install


> Make build environment support JSF RI 1.2 as an option for the JSF dependency
> -----------------------------------------------------------------------------
>
>                 Key: SHALE-221
>                 URL: http://issues.apache.org/struts/browse/SHALE-221
>             Project: Shale
>          Issue Type: Task
>    Affects Versions: 1.0.2
>            Reporter: Craig McClanahan
>         Assigned To: Wendy Smoak
>             Fix For: 1.0.4-SNAPSHOT
>
>
> Version 1.2 of the JSF RI is available in a Maven repository at java.net, so it should be made possible to optionally build Shale against this version as well as MyFaces 1.1 (the default) and the JSF RI 1.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira