[ 
http://issues.apache.org/jira/browse/MYFACES-197?page=comments#action_63460 ]
     
Martin Bosak commented on MYFACES-197:
--------------------------------------

After some digging on the taglibrarydoc project at java.net, I ran across the 
following open issue:

Issue #5 - JSP 1.2 TLDs with 
xmlns="http://java.sun.com/JSP/TagLibraryDescriptor"; not supported

The stated workaround is to remove the 
xmlns="http://java.sun.com/JSP/TagLibraryDescriptor"; attribute from the 
<taglib> element before generating.

As near as I can figure out, here is the tlddoc.jar saga:

1)  When tlddoc.jar was upgraded to version 1.2, the generation of the TLD 
documentation was broken due to the above taglibrarydoc issue.
2)  As a result, I opened MYFACES-156 and attempted to fix it by commenting out 
the check that generated the following error:
myfaces_ext.tld does not have xmlns="http://java.sun.com/xml/ns/j2ee";.  I must 
not have opened up the actual generated documentation and just assumed it 
worked; since all the files appeared to be there.
3)  With the modified tlddoc.jar, only the WAP tags were generated because 
myfaces_wap.tld does not specify the xmlns attribute on the <taglib> element.

So, I think the xmlns attribute should be removed from the <taglib> element for 
the myfaces_core.tld, myfaces_ext.tld, myfaces_ext_sf.tld, and myfaces_html.tld 
file until tlddoc gets fixed.

> TLDDocs Index page only has WAP tags
> ------------------------------------
>
>          Key: MYFACES-197
>          URL: http://issues.apache.org/jira/browse/MYFACES-197
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.0.9 beta
>  Environment: Any
>     Reporter: Martin Bosak
>     Priority: Minor

>
> The index page of the 1.0.9m9 release only contains links for the WAP tags.  
> The individual extension tag documentation files are physically in the 
> tlddocs\x directory; but are missing from the tlddocs\index.html page.

-- 
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

Reply via email to