You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jeff Turner <je...@socialchange.net.au> on 2001/04/13 17:34:27 UTC

[C2][PATCH] using in build.xml

Hi,

Attached is a C2 equivalent of my earlier C1 build.xml patch, for
shortcutting the "javadocs", "docs", "printer-docs" and "site" tasks if
no modifications to the source have been made.

Briefly recapping the previous post:
 - The patch takes into account preparatory copying of todo.xml,
   changes.xml and xdocs/*.xml.
 - If a doc rebuild is deemed unnecessary, a message saying so is
   printed.

Also:

 - Changes to the stylesheets are *not* taken into account. I'm not sure
   if this is an issue, but I can fix it easily enough if necessary.
 
This patch is independent of my earlier bugfix patches.

--Jeff