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

OK, here's one way to solve this one:

1)  Back out my change to tlddoc.jar that I made for MYFACES-156 (might have to 
get the original tlddoc.jar, version 1.2 if that would be easier.
2)  Remove the xmlns attribute from the <taglib> element in the tld files 
located in the /tlds directory.
3)  Make a copy of the web-jsptaglibrary_1_2.dtd file and change the 
<!ATTLIST taglib id ID #IMPLIED
          xmlns CDATA #FIXED
                "http://java.sun.com/JSP/TagLibraryDescriptor";
>
to be
<!ATTLIST taglib id ID #IMPLIED >

We have to make a copy otherwise the <xmlvalidate> part of the codegen task 
will fail.  I would suggest placing this modified version of the dtd in a 
separate directory under the /build directory.

4)  Modify the build.xml scripts to:
    a)  Define a property pointing to the modified web-jsptaglibrary_1_2.dtd 
file for use by the resolve-tld-entities task.
    b)  Change the <xmlcatalog> element in the resolve-tld-entities task to use 
the property defined above.

I tested this and the "x" library tags were now in the alltags-frame.html and 
alltags-noframe.html files.


> 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