You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Arjuna Wijeyekoon (JIRA)" <ad...@incubator.apache.org> on 2006/08/24 06:49:47 UTC

[jira] Created: (ADFFACES-150) tagdoc generator ignores components that have a tag-name but no tag-class

tagdoc generator ignores components that have a tag-name but no tag-class
-------------------------------------------------------------------------

                 Key: ADFFACES-150
                 URL: http://issues.apache.org/jira/browse/ADFFACES-150
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
          Components: Plugins
            Reporter: Arjuna Wijeyekoon
            Priority: Trivial
         Attachments: tagdoc_fix.patch

I have a component.xml file.  Because the tag for this component has behaviour, I don't want it autogenerated.
therefore, I have removed the 
<mfp:tag-class>
tag.

This will prevent the tag handler from being autogenerated. that is fine.
however, it has also stopped the tagdoc generator. This is not good.

Instead the tagdoc generator should filter on the
<mfp:tag-name>
tag and not on the
<mfp:tag-class>
tag.

I will upload a patch.

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

        

[jira] Updated: (ADFFACES-150) tagdoc generator ignores components that have a tag-name but no tag-class

Posted by "Arjuna Wijeyekoon (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-150?page=all ]

Arjuna Wijeyekoon updated ADFFACES-150:
---------------------------------------

    Attachment: tagdoc_fix.patch

fix

> tagdoc generator ignores components that have a tag-name but no tag-class
> -------------------------------------------------------------------------
>
>                 Key: ADFFACES-150
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-150
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Arjuna Wijeyekoon
>            Priority: Trivial
>         Attachments: tagdoc_fix.patch
>
>
> I have a component.xml file.  Because the tag for this component has behaviour, I don't want it autogenerated.
> therefore, I have removed the 
> <mfp:tag-class>
> tag.
> This will prevent the tag handler from being autogenerated. that is fine.
> however, it has also stopped the tagdoc generator. This is not good.
> Instead the tagdoc generator should filter on the
> <mfp:tag-name>
> tag and not on the
> <mfp:tag-class>
> tag.
> I will upload a patch.

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

        

[jira] Updated: (ADFFACES-150) tagdoc generator ignores components that have a tag-name but no tag-class

Posted by "Arjuna Wijeyekoon (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-150?page=all ]

Arjuna Wijeyekoon updated ADFFACES-150:
---------------------------------------

    Status: Patch Available  (was: Open)

> tagdoc generator ignores components that have a tag-name but no tag-class
> -------------------------------------------------------------------------
>
>                 Key: ADFFACES-150
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-150
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Arjuna Wijeyekoon
>            Priority: Trivial
>         Attachments: tagdoc_fix.patch
>
>
> I have a component.xml file.  Because the tag for this component has behaviour, I don't want it autogenerated.
> therefore, I have removed the 
> <mfp:tag-class>
> tag.
> This will prevent the tag handler from being autogenerated. that is fine.
> however, it has also stopped the tagdoc generator. This is not good.
> Instead the tagdoc generator should filter on the
> <mfp:tag-name>
> tag and not on the
> <mfp:tag-class>
> tag.
> I will upload a patch.

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

        

[jira] Assigned: (ADFFACES-150) tagdoc generator ignores components that have a tag-name but no tag-class

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-150?page=all ]

Matthias Weßendorf reassigned ADFFACES-150:
-------------------------------------------

    Assignee: Matthias Weßendorf

> tagdoc generator ignores components that have a tag-name but no tag-class
> -------------------------------------------------------------------------
>
>                 Key: ADFFACES-150
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-150
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Arjuna Wijeyekoon
>         Assigned To: Matthias Weßendorf
>            Priority: Trivial
>         Attachments: tagdoc_fix.patch
>
>
> I have a component.xml file.  Because the tag for this component has behaviour, I don't want it autogenerated.
> therefore, I have removed the 
> <mfp:tag-class>
> tag.
> This will prevent the tag handler from being autogenerated. that is fine.
> however, it has also stopped the tagdoc generator. This is not good.
> Instead the tagdoc generator should filter on the
> <mfp:tag-name>
> tag and not on the
> <mfp:tag-class>
> tag.
> I will upload a patch.

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

       

[jira] Updated: (ADFFACES-150) tagdoc generator ignores components that have a tag-name but no tag-class

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

Matthias Weßendorf updated ADFFACES-150:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-plugins
    Affects Version/s: 1.0.0-incubating-plugins

> tagdoc generator ignores components that have a tag-name but no tag-class
> -------------------------------------------------------------------------
>
>                 Key: ADFFACES-150
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-150
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 1.0.0-incubating-plugins
>            Reporter: Arjuna Wijeyekoon
>         Assigned To: Matthias Weßendorf
>            Priority: Trivial
>             Fix For: 1.0.0-incubating-plugins
>
>         Attachments: tagdoc_fix.patch
>
>
> I have a component.xml file.  Because the tag for this component has behaviour, I don't want it autogenerated.
> therefore, I have removed the 
> <mfp:tag-class>
> tag.
> This will prevent the tag handler from being autogenerated. that is fine.
> however, it has also stopped the tagdoc generator. This is not good.
> Instead the tagdoc generator should filter on the
> <mfp:tag-name>
> tag and not on the
> <mfp:tag-class>
> tag.
> I will upload a patch.

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


[jira] Updated: (ADFFACES-150) tagdoc generator ignores components that have a tag-name but no tag-class

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-150?page=all ]

Matthias Weßendorf updated ADFFACES-150:
----------------------------------------

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

thx Arjuna for fixing this 

> tagdoc generator ignores components that have a tag-name but no tag-class
> -------------------------------------------------------------------------
>
>                 Key: ADFFACES-150
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-150
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Arjuna Wijeyekoon
>         Assigned To: Matthias Weßendorf
>            Priority: Trivial
>         Attachments: tagdoc_fix.patch
>
>
> I have a component.xml file.  Because the tag for this component has behaviour, I don't want it autogenerated.
> therefore, I have removed the 
> <mfp:tag-class>
> tag.
> This will prevent the tag handler from being autogenerated. that is fine.
> however, it has also stopped the tagdoc generator. This is not good.
> Instead the tagdoc generator should filter on the
> <mfp:tag-name>
> tag and not on the
> <mfp:tag-class>
> tag.
> I will upload a patch.

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