[ https://issues.apache.org/jira/browse/NUTCH-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417557#comment-17417557 ]
ASF GitHub Bot commented on NUTCH-2892: --------------------------------------- sebastian-nagel commented on a change in pull request #695: URL: https://github.com/apache/nutch/pull/695#discussion_r711984836 ########## File path: src/plugin/any23/howto_upgrade_any23.txt ########## @@ -2,5 +2,21 @@ 2. Upgrade Any23's own dependencies in src/plugin/any23/plugin.xml To get the list of dependencies and their versions execute: - $ ant -f ./build-ivy.xml - $ ls lib | sed 's/^/ <library name="/g' | sed 's/$/"\/>/g' + $ cd src/plugin/parse-tika/ Review comment: `parse-tika` ? ########## File path: src/plugin/any23/howto_upgrade_any23.txt ########## @@ -2,5 +2,21 @@ 2. Upgrade Any23's own dependencies in src/plugin/any23/plugin.xml To get the list of dependencies and their versions execute: - $ ant -f ./build-ivy.xml - $ ls lib | sed 's/^/ <library name="/g' | sed 's/$/"\/>/g' + $ cd src/plugin/parse-tika/ + $ ant -f ./build-ivy.xml + $ ls lib | sed 's/^/ <library name="/g' | sed 's/$/"\/>/g' + + In the plugin.xml replace all lines between + <!-- dependencies of Tika (tika-parsers) --> Review comment: should be `of Any23`. Maybe we should merge the instructions how to upgrade the dependencies of a plugin. Or better simplify it? (opened NUTCH-2895) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@nutch.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Upgrade to Any23 2.5 > -------------------- > > Key: NUTCH-2892 > URL: https://issues.apache.org/jira/browse/NUTCH-2892 > Project: Nutch > Issue Type: Improvement > Components: build > Affects Versions: 1.18 > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Critical > Fix For: 1.19 > > > I recently released Any23 which includes some important fixes. I'll go ahead > and upgrade. -- This message was sent by Atlassian Jira (v8.3.4#803005)