[richfaces-issues] [JBoss JIRA] (RF-13008) Move the library path for the richfaces resources

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed May 22 19:26:06 EDT 2013


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

Brian Leathem resolved RF-13008.
--------------------------------

    Resolution: Done


The majority of cases were resolved with the regexp:

{code}
ack -f | xargs perl -pi -e 's/library\s?=\s?"([a-zA-Z\.]*)\/(.*?)"(,?\s)name\s?=\s?"(.*?)"/library = "$1"$3name = "$2\/$4"/g'
{code}
                
> Move the library path for the richfaces resources
> -------------------------------------------------
>
>                 Key: RF-13008
>                 URL: https://issues.jboss.org/browse/RF-13008
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: resource handling
>    Affects Versions: 5.0.0.Alpha1
>            Reporter: Brian Leathem
>            Assignee: Brian Leathem
>             Fix For: 5.0.0.Alpha1
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> RichFaces resources were refactored in RF-12972 to provide a more hierarchical folder structure.  After that refactoring, paths were referenced with the sub-folder path in the library, as in:
> {code}
> library = "org.richfaes/ajax", name = "script.js"
> {code}
> To better align this approach with what the rest of the JSF community is doing, we should move the sub-folder path from the library to the name, as in:
> {code}
> library = "org.richfaes", name = "ajax/script.js"
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list