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=15214>. 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=15214 [PATCH] Cleanup Logging ------- Additional Comments From [EMAIL PROTECTED] 2003-03-22 13:43 ------- cvs diff -u >logging.patch while positioned in the jakarta-jetspeed should do it. (with plain diff is -ur to have it recurse). You can also try in src/java, as this is limited to java source files A relative path should be in the Index: line and in the --- +++ lines. With the current approach I would have to collect all patches in the same directory and apply them there. I'll do it if it proves difficult to provide a global patch. In general, for patches involving more than one single file this is far more simple, since patch will apply it directly to the whole tree. Also, patches can be edited by hand, to a certain extent: * remove a non-relevant file completely (From Index: to next Index:) * remove a hunk, from @@ line to the next one * modify the changed lines (more tricky) The first two techniques I use frequently to remove non relevant changes from a file. The third one always gave me problems. I find better to edit the file, make the patch, and restore the old copy. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
