Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-205 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-205 Summary: xdoc allow generated navigation.xml Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: maven Component: plugin-xdoc Versions: 1.0-beta-8 Assignee: Jason van Zyl Reporter: Charles Chan Created: Tue, 14 Jan 2003 3:30 PM Updated: Tue, 14 Jan 2003 3:30 PM Environment: NT Description: I would like to propose that for the xdoc plugin, generated navigation.xml in ${maven.gen.docs} directory should be allowed. The change is simple, add the following lines to line 161 of plugin.jelly (xdoc plugin CVS HEAD): % diff -u plugin.jelly plugin.jelly.orig --- plugin.jelly 2003-01-14 15:02:55.000000000 -0500 +++ plugin.jelly.orig 2003-01-14 15:07:51.000000000 -0500 @@ -158,9 +158,6 @@ <util:available file="${maven.docs.src}/navigation.xml"> <util:file var="navFile" name="${maven.docs.src}/navigation.xml"/> </util:available> - <util:available file="${maven.gen.docs}/navigation.xml"> - <util:file var="navFile" name="${maven.gen.docs}/navigation.xml"/> - </util:available> <!-- parse nav and make it available to the stylesheet --> <x:parse var="navXML" xml="${navFile}"/> Thanks Charles --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.werken.com/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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
