Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-713 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-713 Summary: stylesheet.css not copied into xref-test (patch available) Type: Bug Status: Unassigned Priority: Trivial Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-jxr Versions: 1.0-beta-10 Assignee: Reporter: Created: Fri, 22 Aug 2003 10:06 AM Updated: Fri, 22 Aug 2003 10:06 AM Description: The stylesheet.css is only copied into the xref directory and not into xref-test. Please apply the following patch (maven/src/plugins-build/jxr/plugin.jelly) --- plugin.jelly.orig Fri Aug 22 16:45:00 2003 +++ plugin.jelly Fri Aug 22 16:48:29 2003 @@ -85,6 +85,9 @@ <j:if test="${unitTestSourcesPresent == 'true'}"> <ant:mkdir dir="${maven.jxr.destdir.test}"/> + <ant:copy file="${maven.jxr.stylesheet}" + tofile="${maven.jxr.destdir.test}/stylesheet.css"/> + <jxr:jxr sourceDir="${pom.build.unitTestSourceDirectory}" destDir="${maven.jxr.destdir.test}" --------------------------------------------------------------------- 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]
