On Mon, Jul 12, 2004 at 01:30:39PM -0700, Doug Cutting wrote: > > I did notice that at least one of your patches used carriage returns > instead of newlines. The Nutch code uses newlines as its end-of-line > convention. There are a few 'fixcrlf' calls in build.xml to repair this > for generated sources and documentation. Perhaps we should have one in > another task (compile? test? a new task?) that normalizes ends of lines > for edited code prior to checkin. What do you think?
In target 'test' or a new one it depends on, just check and give a warning/failure. Better not to be transparent, since developer needs to be aware of the issue. John ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
