-
fgiust added cjd4 to the maven taglib plugin project.
2009-02-16 10:17:02 UTC by fgiust
-
I have attached a patch for TaglibdocMojo.java. The patch not only resolves this issue, but also add the ability to add the other remaining options that were previously unavailable. With this patch, the xlst directory can be configured (parameter=xsltDir, default=src/main/resources/taglibdoc/xslt), the quiet mode can be configured (parameter=quiet, default=true), and the doctitle can be...
2008-08-29 00:06:19 UTC by cjd4
-
Running taglibrarydoc from the command line, it is possible to use the -xslt option to supply a directory containing custom .xsl files. However, the plugin does not support this option, so it is not possible to use custom .xsl files via the plugin. Please provide an optional parameter, perhaps named xslDir or xsltDir, that expects a directory path.
2008-08-28 20:59:42 UTC by cjd4
-
In the tld doc page an attribute with no description will have a description of "No Description" in italics. On the tag reference page the description is just "null". The behavior should be the same as the tld doc pages.
See the attributes from the nested library of tags http://struts.apache.org/1.x/struts-taglib/tagreference.html.
2008-05-17 18:48:26 UTC by chasetec
-
The one sentence summary list of the taglib is still being escaped even with parseHtml set to true. The rest of the page is fine. For an example see: http://www.ej4l.org/site/tagreference.html.
2008-05-17 06:22:18 UTC by chasetec
-
If spaces or line breaks preceed the value in or , then the validation will fail for them. The value should be trimmed before using it.
2007-09-19 07:41:13 UTC by nobody
-
This issue can now be closed. Version 2.3.1 has fixed it.
2007-09-19 07:38:47 UTC by nobody
-
Hello,
there are still projects out there, which do not depend on JSP v2.
Those taglibs wont have any class deriving from the SimpleTag-Class.
But the current version (2.3.1) of the plugin depends on being able to load the SimpleTag-Class.
I have attached a fix for the ValidateRenderer, which makes a distinction between jsp < 2 and jsp >= 2.
It assumes, if it can not load the...
2007-09-18 15:23:13 UTC by knigge
-
The patch was incomplete
File Added: scm.diff.
2007-09-18 15:12:28 UTC by knigge
-
Hello,
the scm part of the pom.xml seems to be outdated. The format has changed.
The diff for the version 2.3 i have attached.
2007-09-18 15:09:37 UTC by knigge