You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by GitBox <gi...@apache.org> on 2021/09/18 02:41:24 UTC

[GitHub] [nutch] lewismc opened a new pull request #695: NUTCH-2892 Upgrade to Any23 2.5

lewismc opened a new pull request #695:
URL: https://github.com/apache/nutch/pull/695


   This PR addresses https://issues.apache.org/jira/browse/NUTCH-2892


-- 
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-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nutch] sebastian-nagel merged pull request #695: NUTCH-2892 Upgrade to Any23 2.5

Posted by GitBox <gi...@apache.org>.
sebastian-nagel merged pull request #695:
URL: https://github.com/apache/nutch/pull/695


   


-- 
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-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nutch] sebastian-nagel commented on a change in pull request #695: NUTCH-2892 Upgrade to Any23 2.5

Posted by GitBox <gi...@apache.org>.
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-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org