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-559 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-559 Summary: addPath in Maven plugin does not use ejbdoclet destDir property. Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Maven Plugin Versions: 1.2 Beta 2 Assignee: Brian Topping Reporter: Brent Worden Created: Fri, 18 Jul 2003 12:14 AM Updated: Mon, 2 Feb 2004 10:13 PM Environment: Maven 1.0-beta10 XDoclet 1.2b2 W2K Description: I set the maven.xdoclet.ejbdoclet.destDir plugin property to ${basedir}/src/ejbdoclet I create a preGoal in Maven to attain the xdoclet:ejbdoclet goal prior to java:compile. I execute Maven with java:compile as the goal. During the java:compile goal, I receive the following error: BUILD FAILED File...... file:/.../.maven/plugins/maven-java-plugin-1.3/ Element... ant:javac Line...... 55 Column.... 48 srcdir "...\target\xdoclet\ejbdoclet" does not exist! In the plugin.jelly file, if I change the line: <path id="ejbdoclet.java.compile.src.set" location="${maven.build.dir}/xdoclet/ejbdoclet"/> to: <path id="ejbdoclet.java.compile.src.set" location="${maven.xdoclet.ejbdoclet.destDir}"/> the java:compile goal succeeds. --------------------------------------------------------------------- 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
