You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/04/04 02:21:26 UTC

DO NOT REPLY [Bug 18679] New: - [PATCH] CLI Broken Links Improvements

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18679>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18679

[PATCH] CLI Broken Links Improvements

           Summary: [PATCH] CLI Broken Links Improvements
           Product: Cocoon 2
           Version: Current CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: uv@upaya.co.uk


Here's a patch to the CLI that makes broken link handling vastly better. See 
cli.xconf for details. Note, this functionality is only available through the 
xconf. It'll get silly adding yet more command line parameters.

I've used the Ant DelayedFileSavingEnvironment (slightly modified). Should this 
be brought into the core? I had to delay writing, so that I could prevent a 
file being created when page generation fails (could in time use canCancel()).

Also, cli.xconf has been expanded to contain usage notes.