You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bud Osterberg (JIRA)" <de...@myfaces.apache.org> on 2007/09/27 20:47:51 UTC

[jira] Created: (TRINIDAD-743) Component files point to non-existent icons

Component files point to non-existent icons
-------------------------------------------

                 Key: TRINIDAD-743
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-743
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.2-core, 1.2.1-core
            Reporter: Bud Osterberg


Most of the component files (e.g. trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Chart.xml) list icons that don't exist:
     <icon>
      <small-icon>/org/apache/myfaces/trinidad/metadata/icons/basechart.png</small-icon>
     </icon>

Until these icons do exist, the incorrect value should be removed.
There are GIF icons for several components e.g.

     <icon>
      <small-icon>/org/apache/myfaces/trinidadinternal/metadata/icons/breadCrumbs.gif</small-icon>
     </icon>

Where available, those should be used.


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


[jira] Updated: (TRINIDAD-743) Component files point to non-existent icons

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated TRINIDAD-743:
----------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks Bud Osterberg for the patch

> Component files point to non-existent icons
> -------------------------------------------
>
>                 Key: TRINIDAD-743
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-743
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.1-core, 1.2.2-core
>            Reporter: Bud Osterberg
>            Assignee: Matthias Weßendorf
>         Attachments: icons.patch, icons_trunk.patch
>
>
> Most of the component files (e.g. trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Chart.xml) list icons that don't exist:
>      <icon>
>       <small-icon>/org/apache/myfaces/trinidad/metadata/icons/basechart.png</small-icon>
>      </icon>
> Until these icons do exist, the incorrect value should be removed.
> There are GIF icons for several components e.g.
>      <icon>
>       <small-icon>/org/apache/myfaces/trinidadinternal/metadata/icons/breadCrumbs.gif</small-icon>
>      </icon>
> Where available, those should be used.

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


[jira] Updated: (TRINIDAD-743) Component files point to non-existent icons

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

Bud Osterberg updated TRINIDAD-743:
-----------------------------------

    Status: Patch Available  (was: Open)

> Component files point to non-existent icons
> -------------------------------------------
>
>                 Key: TRINIDAD-743
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-743
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.1-core, 1.2.2-core
>            Reporter: Bud Osterberg
>         Attachments: icons.patch
>
>
> Most of the component files (e.g. trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Chart.xml) list icons that don't exist:
>      <icon>
>       <small-icon>/org/apache/myfaces/trinidad/metadata/icons/basechart.png</small-icon>
>      </icon>
> Until these icons do exist, the incorrect value should be removed.
> There are GIF icons for several components e.g.
>      <icon>
>       <small-icon>/org/apache/myfaces/trinidadinternal/metadata/icons/breadCrumbs.gif</small-icon>
>      </icon>
> Where available, those should be used.

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