You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/01/15 14:58:20 UTC

[maven-bug] Closed: (MAVEN-205) xdoc allow generated navigation.xml

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Wed, 15 Jan 2003 7:58 AM

Applied Charles' patch
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 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: Wed, 15 Jan 2003 7:58 AM
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