The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 18 Aug 2003 12:21 AM
    Changes:
             Component changed to plugin-javadoc
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-688&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-688


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-688
    Summary: javadoc-plugin: non default doclet will not exec
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-javadoc
   Fix Fors:
             1.1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: 

    Created: Sat, 16 Aug 2003 12:29 PM
    Updated: Mon, 18 Aug 2003 12:21 AM
Environment: Linux

Description:
antProperty doclet ist set from maven.javadoc.docletpath

plugin.jelly reads:

        <!-- allow custom doclets -->
        <j:if test="${context.getVariable('maven.dotuml.doclet') != null}">
          <ant:setProperty name="doclet" value="${maven.dotuml.doclet}" />
        </j:if>
        <j:if test="${context.getVariable('maven.dotuml.docletpath') != null}">
          <ant:setProperty name="doclet" value="${maven.dotuml.docletpath}" />
        </j:if>

must read:
        <!-- allow custom doclets -->
        <j:if test="${context.getVariable('maven.dotuml.doclet') != null}">
          <ant:setProperty name="doclet" value="${maven.dotuml.doclet}" />
        </j:if>
        <j:if test="${context.getVariable('maven.dotuml.docletpath') != null}">
          <ant:setProperty name="docletpath" value="${maven.dotuml.docletpath}" />
        </j:if>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to