You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Quinton McCombs <qm...@nequalsone.com> on 2003/02/19 00:21:21 UTC

Problem with tasklist - CVS HEAD

The tasklist-2.0 plugin uses the vdoclet plugin.  The vdoclet plugin's
plugin.jelly script has the following code:

    <define:taglib uri="vdoclet">
      <define:jellybean
        name="vdocletBean"
        className="org.apache.maven.vdoclet.VDocletBean"
        method="execute">
      </define:jellybean>

Where is the class that it references?