The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 10:59 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-586&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-586
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-586
Summary: multiproject : order of processing of javadoc and compile when xdoclet is
needed
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.1
Versions:
1.0-beta-10
Assignee:
Reporter: Andy Jefferson
Created: Sun, 20 Jul 2003 2:52 AM
Updated: Mon, 4 Aug 2003 10:59 AM
Environment: Linux 2.4.21
Description:
When running the multiproject plugin, it runs a clean on all sub-projects and then
runs the javadoc report. The problem comes up when your project needs to run xdoclet
to generate interface classes. Since you are doing the javadoc step before any
compile, these xdoclet-generated classes dont show up in the javadoc, and you get a
pile of unresolved messages out of the javadoc command.
Solution is to do reorder multiproject to do a compile first (and since most people
just add xdoclet as a preGoal to compile, xdoclet will be run) - or maybe you define
compile as a preGoal to javadoc ?
---------------------------------------------------------------------
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]