Re: [CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Upayavira
Jeff, Your changes look great. All make sense - you've got my go-ahead. I particularly like the broken link 'X'. And I'm pleased you were able to work out my BeanListener code :-) Regards, Upayavira On Sun, 20 Jul 2003 21:34:14 +1000, "Jeff Turner" <[EMAIL PROTECTED]> said: > Attachment _really

Re: [CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Upayavira
Jeff, > I thought I'd ask before applying the attached patch to Main.java. It > does the following: > > - Checks if there are any broken links, and if so, does a System.exit(1) >instead of System.exit(0). Seems fair enough. > - Print an error message at the point the broken link occurs,

Re: [CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Jeff Turner
Attachment _really_ attached this time. While I'm spamming people's mailboxes.. here's what a broken page looks like with the patch: ... * [0] skin/images/tab-left.gif X [0] samples/ihtml-sample.html BROKEN: null * [0] samples/wiki-sample.pdf ... Total time: 0 minutes 40 seconds BUILD FAILED /ho

[CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Jeff Turner
I thought I'd ask before applying the attached patch to Main.java. It does the following: - Checks if there are any broken links, and if so, does a System.exit(1) instead of System.exit(0). - Print an error message at the point the broken link occurs, in addition to listing it in the bro