Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-561


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-561
    Summary: Statcvs plugin fails when doing multiproject:site
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Alwyn Schoeman

    Created: Fri, 11 Jul 2003 5:17 AM
    Updated: Fri, 11 Jul 2003 5:17 AM

Description:
The statcvs plugin fails when used in multiproject:site.

The reason for this is the following:
1) statcvs tries to create a file in ${maven.build.dir}.
2) multiproject:site does a clean before doing site, which results in 
${maven.build.dir} not existing by the time the statcvs plugin executes.

One fix is to do a <ant:mkdir dir="${maven.build.dir}"/> in the statcvs plugin's 
generate goal.


---------------------------------------------------------------------
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]

Reply via email to