You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/05/12 09:38:41 UTC

[jira] Created: (MYFACES-2712) Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin

Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin
-----------------------------------------------------------------------------------

                 Key: MYFACES-2712
                 URL: https://issues.apache.org/jira/browse/MYFACES-2712
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-314
    Affects Versions: 2.0.0
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


Since there is no release of codehaus javascript-maven-plugin, and we don't know when it could be one, it becomes necessary to copy the code and include it into myfaces-javascript-plugin (which has original trinidad compressor).

Fortunately, the code at codehaus is licensed with ASL  v 2.0, so we can use it without problem. In this case, we are only interested in import yuicompressor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MYFACES-2712) Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated MYFACES-2712:
------------------------------------

           Status: Resolved  (was: Patch Available)
    Fix Version/s: 2.0.1-SNAPSHOT
       Resolution: Fixed

> Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin
> -----------------------------------------------------------------------------------
>
>                 Key: MYFACES-2712
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2712
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-314
>    Affects Versions: 2.0.0
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.1-SNAPSHOT
>
>         Attachments: MYFACES-2712.patch
>
>
> Since there is no release of codehaus javascript-maven-plugin, and we don't know when it could be one, it becomes necessary to copy the code and include it into myfaces-javascript-plugin (which has original trinidad compressor).
> Fortunately, the code at codehaus is licensed with ASL  v 2.0, so we can use it without problem. In this case, we are only interested in import yuicompressor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MYFACES-2712) Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated MYFACES-2712:
------------------------------------

    Status: Patch Available  (was: Open)

> Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin
> -----------------------------------------------------------------------------------
>
>                 Key: MYFACES-2712
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2712
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-314
>    Affects Versions: 2.0.0
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>         Attachments: MYFACES-2712.patch
>
>
> Since there is no release of codehaus javascript-maven-plugin, and we don't know when it could be one, it becomes necessary to copy the code and include it into myfaces-javascript-plugin (which has original trinidad compressor).
> Fortunately, the code at codehaus is licensed with ASL  v 2.0, so we can use it without problem. In this case, we are only interested in import yuicompressor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-2712) Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867249#action_12867249 ] 

Leonardo Uribe commented on MYFACES-2712:
-----------------------------------------

I have attached a patch. Unfortunately, dojo rhino compressor conflicts with yuicompressor, so we have to exclude its dependency. 

If no objections I'll commit this code soon.

> Copy codehaus javascript plugin code and incorporate into myfaces-javascript-plugin
> -----------------------------------------------------------------------------------
>
>                 Key: MYFACES-2712
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2712
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-314
>    Affects Versions: 2.0.0
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>         Attachments: MYFACES-2712.patch
>
>
> Since there is no release of codehaus javascript-maven-plugin, and we don't know when it could be one, it becomes necessary to copy the code and include it into myfaces-javascript-plugin (which has original trinidad compressor).
> Fortunately, the code at codehaus is licensed with ASL  v 2.0, so we can use it without problem. In this case, we are only interested in import yuicompressor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.