Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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 Versions: 1.0-beta-10 Assignee: Reporter: Created: Sat, 16 Aug 2003 12:29 PM Updated: Sat, 16 Aug 2003 12:29 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]
