Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1190 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1190 Summary: Incomplete JMXDoclet dependencies Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Maven Plugin Versions: 1.2.2 Assignee: xdoclet-devel (Use for new issues) Reporter: Janny Buh Created: Thu, 9 Dec 2004 9:34 AM Updated: Thu, 9 Dec 2004 9:34 AM Description: I found the same issue in Maven XDoclet Plugin 1.2.2RC1. I'm working with the xdoclet:jmxdoclet goal, and I have found a few dependencies that must be added in order to run this goal properly. In the project.xml file I have to add a dependency with xdoclet-jboss-module into the dependencies section. Furthermore, in the plugin.jelly file I have to add to JMXDocletTask classpath the following references: <taskdef name="jmxdoclet" classname="xdoclet.modules.jmx.JMXDocletTask"> <classpath> <path refid="maven.dependency.classpath"/> <!--ADDED DEPENDENCIES***************************--> <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-jboss-module')}"/> <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-ejb-module')}"/> <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-web-module')}"/> <!--*********************************************--> <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-jmx-module')}"/> <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet')}"/> <pathelement path="${plugin.getDependencyPath('xjavadoc:xjavadoc')}"/> <pathelement path="${plugin.getDependencyPath('xdoclet:xdoclet-xdoclet-module')}"/> <pathelement path="${plugin.getDependencyPath('commons-collections:commons-collections')}"/> <pathelement path="${plugin.getDependencyPath('commons-logging:commons-logging')}"/> <pathelement path="${plugin.getDependencyPath('log4j:log4j')}"/> </classpath> </taskdef> I know this file is auto-generated but I'm not so skilled to fix this issue myself. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel