Message: The following issue has been re-assigned.
Assignee: Brian Topping (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-673 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-673 Summary: xdoclet-all/xdoclet/maven/project.xml has bad dependency Type: Bug Status: Resolved Priority: Major Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Maven Plugin Fix Fors: 1.2.1 Assignee: Brian Topping Reporter: Kevin Hagel Created: Sun, 12 Oct 2003 3:25 AM Updated: Mon, 2 Feb 2004 10:14 PM Environment: Linux or Win2k Description: sourceforge hasn't been working for days so I can't do cvs -q diff -b -u -N > patch.diff in maven/project.xml the dependency for xjavadoc reads like: <dependency> <id>xdoclet+xjavadoc</id> <version>@XJAVADOC_VERSION@</version> </dependency> (in the project.properties it sets the version to 1.0.1) this causes maven to look for xdoclet-xjavadoc-1.0.1, but the build only produces xjavadoc-1.0.1 Prior to rebuilding I changed it to <dependency> <groupId>xdoclet</groupId> <artifactId>xjavadoc</artifactId> <version>@XJAVADOC_VERSION@</version> </dependency> and this seems to have solved my problem. NOTHING would work for maven with this bug that used xdoclet. --------------------------------------------------------------------- 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 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
