Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Assigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Maven Plugin Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: Brent Worden Created: Fri, 18 Jul 2003 12:14 AM Updated: Fri, 18 Jul 2003 12:14 AM 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 ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
