Message:
The following issue has been closed.
Resolver: dion gillard
Date: Wed, 7 Jan 2004 6:41 PM
Patch applied today.Fixed in v1.4 of the plugin
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAVADOC-6
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPJAVADOC-6
Summary: javadoc-plugin: non default doclet will not exec
Type: Bug
Status: Closed
Priority: Minor
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-javadoc-plugin
Assignee: dion gillard
Reporter:
Created: Sat, 16 Aug 2003 12:29 PM
Updated: Wed, 7 Jan 2004 6:41 PM
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]