Donate Share

maven taglib plugin

Code

Repositories

browse code, statistics, last commit on 2007-09-17 svn co https://maven-taglib.svn.sourceforge.net/svnroot/maven-taglib maven-taglib

Show:

What's happening?

  • maven taglib plugin

    fgiust added cjd4 to the maven taglib plugin project.

    2009-02-16 10:17:02 UTC by fgiust

  • Comment: Plugin does not support a custom xslt directory

    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

  • Plugin does not support a custom xslt directory

    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

  • null descriptions in tag reference page

    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

  • Comment: Tags escaped in Reference

    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

  • Line breaks caue validation report errors

    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

  • Comment: Tags escaped in Reference

    This issue can now be closed. Version 2.3.1 has fixed it.

    2007-09-19 07:38:47 UTC by nobody

  • SimpleTag is required, but not available on JSP version <2

    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

  • Comment: outdated scm urls in pom.xml

    The patch was incomplete File Added: scm.diff.

    2007-09-18 15:12:28 UTC by knigge

  • outdated scm urls in pom.xml

    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

Our Numbers