[
http://issues.apache.org/jira/browse/MYFACES-156?page=comments#action_62190 ]
Martin Bosak commented on MYFACES-156:
--------------------------------------
Sean,
I used the 'default' target. When you say 'it worked' did you open up the .tgz
and check the contents of the tdldocs directory? The build always completed
(that is, it created the .tgz files); it just didn't produce the TLD
documentation.
After looking at the code for TLDDocGenerator (version 1.2) from java.net, I
can't see how it could work (although that doesn't mean that it couldn't. I
didn't dig too deeply into the TLDDOC source).
Here's the code that generates the error:
if( !taglibNode.getNamespaceURI().equals(Constants.NS_J2EE )) {
throw new GeneratorException( "Error: " + tagLibrary.getPathDescription() +
" does not have xmlns=\"" + Constants.NS_J2EE + "\"" );
}
Constants.NS_J2EE has this value:
"http://java.sun.com/xml/ns/j2ee";
I just commented out the above check.
Marty
> V 1.0.9-RC2 tlddocs directory empty
> -----------------------------------
>
> Key: MYFACES-156
> URL: http://issues.apache.org/jira/browse/MYFACES-156
> Project: MyFaces
> Type: Bug
> Versions: 1.0.9 beta
> Environment: N/A
> Reporter: Martin Bosak
> Priority: Minor
> Attachments: taglibrarydoc-1_2.zip
>
> The tlddocs directory in V1.0.9-RC2 does not contain any content (except the
> .css file).
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira