Bugs item #982263, was opened at 2004-06-30 00:11 Message generated for change (Comment added) made by ziren You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=491356&aid=982263&group_id=59548
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sami Siren (ziren) Assigned to: Doug Cutting (cutting) Summary: PATCH: language identifier Initial Comment: attached patch adds language identification plugin to nutch. ---------------------------------------------------------------------- >Comment By: Sami Siren (ziren) Date: 2004-07-01 00:48 Message: Logged In: YES user_id=59797 the new patch is now tested to be working with following command: zcat nutch-plugin-language-identifier.patch.gz | patch -p0 sorry for the trouble, had to do some googling before finding a way to do it properly, the command "cvs diff -Nu" did not work for me, it just ignored the new files. ---------------------------------------------------------------------- Comment By: Doug Cutting (cutting) Date: 2004-06-30 21:58 Message: Logged In: YES user_id=21778 This looks great! Unfortunately I can't figure out how to apply the patch. % patch -p0 < ~/tmp/nutch-plugin-language-identifier.patch patching file build.xml can't find file to patch at input line 14 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: src/plugin/languageidentifier/build.xml |=================================================================== |RCS file: src/plugin/languageidentifier/build.xml |diff -N src/plugin/languageidentifier/build.xml -------------------------- Can you either give me a command line that works to apply this patch, or, perhaps, regenerate the patch with 'diff -Nu'? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=491356&aid=982263&group_id=59548 ------------------------------------------------------- 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
