[jira] [Comment Edited] (NUTCH-2669) Reliable solution for javax.ws packaging.type

2020-07-28 Thread Lewis John McGibbney (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166875#comment-17166875
 ] 

Lewis John McGibbney edited comment on NUTCH-2669 at 7/29/20, 5:21 AM:
---

Hi [~snagel] I did the following and was able to build without error
{code}
rm -r ~/.ivy2
rm -r ~/.ant
{code}
* upgrade 
[ivy.version|https://github.com/apache/nutch/blob/master/default.properties#L66]
 to 2.5.0
* upgrade 
[ivy.install.version|https://github.com/apache/nutch/blob/master/src/plugin/any23/build-ivy.xml#L20]
 to 2.5.0 in the following plugins
{code}
./src/plugin/exchange-jexl/build-ivy.xml
./src/plugin/index-geoip/build-ivy.xml
./src/plugin/indexer-elastic/build-ivy.xml
./src/plugin/parse-tika/build-ivy.xml
./src/plugin/protocol-selenium/build-ivy.xml
./src/plugin/any23/build-ivy.xml
./src/plugin/indexer-rabbit/build-ivy.xml
./src/plugin/lib-htmlunit/build-ivy.xml
./src/plugin/protocol-interactiveselenium/build-ivy.xml
./src/plugin/scoring-similarity/build-ivy.xml
./src/plugin/lib-selenium/build-ivy.xml
./src/plugin/parsefilter-naivebayes/build-ivy.xml
./src/plugin/indexer-solr/build-ivy.xml
./src/plugin/indexer-kafka/build-ivy.xml
./src/plugin/lib-rabbitmq/build-ivy.xml
./src/plugin/publish-rabbitmq/build-ivy.xml
{code}

I wonder if we can remove _ivy.install.version_ or if we can reuse _ivy.version 
_ from earlier... hmmm.

Do you have time to clear local cache's and to try this approach as well? Do 
you want me to produce a pull request for same which would make it easdier for 
you?


was (Author: lewismc):
Hi [~snagel] I did the following and was able to build without error
{code}
rm -r ~/.ivy2
rm -r ~/.ant
{code}
* upgrade 
[ivy.version|https://github.com/apache/nutch/blob/master/default.properties#L66]
 to 2.5.0
* upgrade 
[ivy.install.version|https://github.com/apache/nutch/blob/master/src/plugin/any23/build-ivy.xml#L20]
 to 2.5.0 in the following plugins
{code}
./src/plugin/exchange-jexl/build-ivy.xml
./src/plugin/index-geoip/build-ivy.xml
./src/plugin/indexer-elastic/build-ivy.xml
./src/plugin/parse-tika/build-ivy.xml
./src/plugin/protocol-selenium/build-ivy.xml
./src/plugin/any23/build-ivy.xml
./src/plugin/indexer-rabbit/build-ivy.xml
./src/plugin/lib-htmlunit/build-ivy.xml
./src/plugin/protocol-interactiveselenium/build-ivy.xml
./src/plugin/scoring-similarity/build-ivy.xml
./src/plugin/lib-selenium/build-ivy.xml
./src/plugin/parsefilter-naivebayes/build-ivy.xml
./src/plugin/indexer-solr/build-ivy.xml
./src/plugin/indexer-kafka/build-ivy.xml
./src/plugin/lib-rabbitmq/build-ivy.xml
./src/plugin/publish-rabbitmq/build-ivy.xml
{code}

I wonder if we can remove _ivy.install.version_ or if we can reuse _ivy.version 
_ from earlier... hmmm.

Do you have time to cleaer local cache's and to try this approach as well? Do 
you want me to produce a pull request for same which would make it easdier for 
you?

> Reliable solution for javax.ws packaging.type
> -
>
> Key: NUTCH-2669
> URL: https://issues.apache.org/jira/browse/NUTCH-2669
> Project: Nutch
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.4, 1.16
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Blocker
> Fix For: 1.18
>
>
> The upgrade of Tika to v1.19.1 (NUTCH-2651, NUTCH-2665, NUTCH-2667) raises an 
> ant/ivy issue during build when resolving/fetching dependencies:
> {noformat}
> [ivy:resolve] [FAILED ] 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}:  (0ms)
> [ivy:resolve]  local: tried
> [ivy:resolve]   
> /home/jenkins/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1/${packaging.type}s/javax.ws.rs-api.${packaging.type}
> [ivy:resolve]  maven2: tried
> [ivy:resolve]   
> http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  apache-snapshot: tried
> [ivy:resolve]   
> https://repository.apache.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  sonatype: tried
> [ivy:resolve]   
> http://oss.sonatype.org/content/repositories/releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve] ::  FAILED DOWNLOADS::
> [ivy:resolve] :: ^ see resolution messages for details  ^ ::
> [ivy:resolve] ::
> [ivy:resolve] :: 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve] 

[jira] [Comment Edited] (NUTCH-2669) Reliable solution for javax.ws packaging.type

2020-07-28 Thread Lewis John McGibbney (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166875#comment-17166875
 ] 

Lewis John McGibbney edited comment on NUTCH-2669 at 7/29/20, 5:22 AM:
---

Hi [~snagel] I did the following and was able to build without error
{code}
rm -r ~/.ivy2
rm -r ~/.ant
{code}
* upgrade 
[ivy.version|https://github.com/apache/nutch/blob/master/default.properties#L66]
 to 2.5.0
* upgrade 
[ivy.install.version|https://github.com/apache/nutch/blob/master/src/plugin/any23/build-ivy.xml#L20]
 to 2.5.0 in the following plugins
{code}
./src/plugin/exchange-jexl/build-ivy.xml
./src/plugin/index-geoip/build-ivy.xml
./src/plugin/indexer-elastic/build-ivy.xml
./src/plugin/parse-tika/build-ivy.xml
./src/plugin/protocol-selenium/build-ivy.xml
./src/plugin/any23/build-ivy.xml
./src/plugin/indexer-rabbit/build-ivy.xml
./src/plugin/lib-htmlunit/build-ivy.xml
./src/plugin/protocol-interactiveselenium/build-ivy.xml
./src/plugin/scoring-similarity/build-ivy.xml
./src/plugin/lib-selenium/build-ivy.xml
./src/plugin/parsefilter-naivebayes/build-ivy.xml
./src/plugin/indexer-solr/build-ivy.xml
./src/plugin/indexer-kafka/build-ivy.xml
./src/plugin/lib-rabbitmq/build-ivy.xml
./src/plugin/publish-rabbitmq/build-ivy.xml
{code}

I wonder if we can remove _ivy.install.version_ or if we can reuse 
_ivy.version_ from earlier... hmmm.

Do you have time to clear local cache's and to try this approach as well? Do 
you want me to produce a pull request for same which would make it easier for 
you?


was (Author: lewismc):
Hi [~snagel] I did the following and was able to build without error
{code}
rm -r ~/.ivy2
rm -r ~/.ant
{code}
* upgrade 
[ivy.version|https://github.com/apache/nutch/blob/master/default.properties#L66]
 to 2.5.0
* upgrade 
[ivy.install.version|https://github.com/apache/nutch/blob/master/src/plugin/any23/build-ivy.xml#L20]
 to 2.5.0 in the following plugins
{code}
./src/plugin/exchange-jexl/build-ivy.xml
./src/plugin/index-geoip/build-ivy.xml
./src/plugin/indexer-elastic/build-ivy.xml
./src/plugin/parse-tika/build-ivy.xml
./src/plugin/protocol-selenium/build-ivy.xml
./src/plugin/any23/build-ivy.xml
./src/plugin/indexer-rabbit/build-ivy.xml
./src/plugin/lib-htmlunit/build-ivy.xml
./src/plugin/protocol-interactiveselenium/build-ivy.xml
./src/plugin/scoring-similarity/build-ivy.xml
./src/plugin/lib-selenium/build-ivy.xml
./src/plugin/parsefilter-naivebayes/build-ivy.xml
./src/plugin/indexer-solr/build-ivy.xml
./src/plugin/indexer-kafka/build-ivy.xml
./src/plugin/lib-rabbitmq/build-ivy.xml
./src/plugin/publish-rabbitmq/build-ivy.xml
{code}

I wonder if we can remove _ivy.install.version_ or if we can reuse _ivy.version 
_ from earlier... hmmm.

Do you have time to clear local cache's and to try this approach as well? Do 
you want me to produce a pull request for same which would make it easier for 
you?

> Reliable solution for javax.ws packaging.type
> -
>
> Key: NUTCH-2669
> URL: https://issues.apache.org/jira/browse/NUTCH-2669
> Project: Nutch
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.4, 1.16
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Blocker
> Fix For: 1.18
>
>
> The upgrade of Tika to v1.19.1 (NUTCH-2651, NUTCH-2665, NUTCH-2667) raises an 
> ant/ivy issue during build when resolving/fetching dependencies:
> {noformat}
> [ivy:resolve] [FAILED ] 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}:  (0ms)
> [ivy:resolve]  local: tried
> [ivy:resolve]   
> /home/jenkins/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1/${packaging.type}s/javax.ws.rs-api.${packaging.type}
> [ivy:resolve]  maven2: tried
> [ivy:resolve]   
> http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  apache-snapshot: tried
> [ivy:resolve]   
> https://repository.apache.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  sonatype: tried
> [ivy:resolve]   
> http://oss.sonatype.org/content/repositories/releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve] ::  FAILED DOWNLOADS::
> [ivy:resolve] :: ^ see resolution messages for details  ^ ::
> [ivy:resolve] ::
> [ivy:resolve] :: 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve]  

[jira] [Comment Edited] (NUTCH-2669) Reliable solution for javax.ws packaging.type

2020-07-28 Thread Lewis John McGibbney (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166875#comment-17166875
 ] 

Lewis John McGibbney edited comment on NUTCH-2669 at 7/29/20, 5:21 AM:
---

Hi [~snagel] I did the following and was able to build without error
{code}
rm -r ~/.ivy2
rm -r ~/.ant
{code}
* upgrade 
[ivy.version|https://github.com/apache/nutch/blob/master/default.properties#L66]
 to 2.5.0
* upgrade 
[ivy.install.version|https://github.com/apache/nutch/blob/master/src/plugin/any23/build-ivy.xml#L20]
 to 2.5.0 in the following plugins
{code}
./src/plugin/exchange-jexl/build-ivy.xml
./src/plugin/index-geoip/build-ivy.xml
./src/plugin/indexer-elastic/build-ivy.xml
./src/plugin/parse-tika/build-ivy.xml
./src/plugin/protocol-selenium/build-ivy.xml
./src/plugin/any23/build-ivy.xml
./src/plugin/indexer-rabbit/build-ivy.xml
./src/plugin/lib-htmlunit/build-ivy.xml
./src/plugin/protocol-interactiveselenium/build-ivy.xml
./src/plugin/scoring-similarity/build-ivy.xml
./src/plugin/lib-selenium/build-ivy.xml
./src/plugin/parsefilter-naivebayes/build-ivy.xml
./src/plugin/indexer-solr/build-ivy.xml
./src/plugin/indexer-kafka/build-ivy.xml
./src/plugin/lib-rabbitmq/build-ivy.xml
./src/plugin/publish-rabbitmq/build-ivy.xml
{code}

I wonder if we can remove _ivy.install.version_ or if we can reuse _ivy.version 
_ from earlier... hmmm.

Do you have time to clear local cache's and to try this approach as well? Do 
you want me to produce a pull request for same which would make it easier for 
you?


was (Author: lewismc):
Hi [~snagel] I did the following and was able to build without error
{code}
rm -r ~/.ivy2
rm -r ~/.ant
{code}
* upgrade 
[ivy.version|https://github.com/apache/nutch/blob/master/default.properties#L66]
 to 2.5.0
* upgrade 
[ivy.install.version|https://github.com/apache/nutch/blob/master/src/plugin/any23/build-ivy.xml#L20]
 to 2.5.0 in the following plugins
{code}
./src/plugin/exchange-jexl/build-ivy.xml
./src/plugin/index-geoip/build-ivy.xml
./src/plugin/indexer-elastic/build-ivy.xml
./src/plugin/parse-tika/build-ivy.xml
./src/plugin/protocol-selenium/build-ivy.xml
./src/plugin/any23/build-ivy.xml
./src/plugin/indexer-rabbit/build-ivy.xml
./src/plugin/lib-htmlunit/build-ivy.xml
./src/plugin/protocol-interactiveselenium/build-ivy.xml
./src/plugin/scoring-similarity/build-ivy.xml
./src/plugin/lib-selenium/build-ivy.xml
./src/plugin/parsefilter-naivebayes/build-ivy.xml
./src/plugin/indexer-solr/build-ivy.xml
./src/plugin/indexer-kafka/build-ivy.xml
./src/plugin/lib-rabbitmq/build-ivy.xml
./src/plugin/publish-rabbitmq/build-ivy.xml
{code}

I wonder if we can remove _ivy.install.version_ or if we can reuse _ivy.version 
_ from earlier... hmmm.

Do you have time to clear local cache's and to try this approach as well? Do 
you want me to produce a pull request for same which would make it easdier for 
you?

> Reliable solution for javax.ws packaging.type
> -
>
> Key: NUTCH-2669
> URL: https://issues.apache.org/jira/browse/NUTCH-2669
> Project: Nutch
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.4, 1.16
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Blocker
> Fix For: 1.18
>
>
> The upgrade of Tika to v1.19.1 (NUTCH-2651, NUTCH-2665, NUTCH-2667) raises an 
> ant/ivy issue during build when resolving/fetching dependencies:
> {noformat}
> [ivy:resolve] [FAILED ] 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}:  (0ms)
> [ivy:resolve]  local: tried
> [ivy:resolve]   
> /home/jenkins/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1/${packaging.type}s/javax.ws.rs-api.${packaging.type}
> [ivy:resolve]  maven2: tried
> [ivy:resolve]   
> http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  apache-snapshot: tried
> [ivy:resolve]   
> https://repository.apache.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  sonatype: tried
> [ivy:resolve]   
> http://oss.sonatype.org/content/repositories/releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve] ::  FAILED DOWNLOADS::
> [ivy:resolve] :: ^ see resolution messages for details  ^ ::
> [ivy:resolve] ::
> [ivy:resolve] :: 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve] 

[jira] [Comment Edited] (NUTCH-2669) Reliable solution for javax.ws packaging.type

2019-03-13 Thread Lewis John McGibbney (JIRA)


[ 
https://issues.apache.org/jira/browse/NUTCH-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792267#comment-16792267
 ] 

Lewis John McGibbney edited comment on NUTCH-2669 at 3/14/19 2:32 AM:
--

[~wastl-nagel] this has become a blocker issue whilst attempting to roll the 
2.4 release candidate. 

I've tried using multiple combinations of proposed fixes but I cannot get Nutch 
branch-2.4 to build from source any more. 

{code}
ant clean test
...

...

...

resolve-default:
[ivy:resolve] :: loading settings :: file = 
/Users/lmcgibbn/Downloads/nutch/ivy/ivysettings.xml
[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve]  WARNINGS
[ivy:resolve]   module not found: 
javax.measure#unit-api;working@LMC-056430
[ivy:resolve]    local: tried
[ivy:resolve] 
/Users/lmcgibbn/.ivy2/local/javax.measure/unit-api/working@LMC-056430/ivys/ivy.xml
[ivy:resolve] -- artifact 
javax.measure#unit-api;working@LMC-056430!unit-api.jar:
[ivy:resolve] 
/Users/lmcgibbn/.ivy2/local/javax.measure/unit-api/working@LMC-056430/jars/unit-api.jar
[ivy:resolve]    maven2: tried
[ivy:resolve] 
http://repo1.maven.org/maven2/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.pom
[ivy:resolve] -- artifact 
javax.measure#unit-api;working@LMC-056430!unit-api.jar:
[ivy:resolve] 
http://repo1.maven.org/maven2/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.jar
[ivy:resolve]    sonatype: tried
[ivy:resolve] 
http://oss.sonatype.org/content/repositories/releases/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.pom
[ivy:resolve] -- artifact 
javax.measure#unit-api;working@LMC-056430!unit-api.jar:
[ivy:resolve] 
http://oss.sonatype.org/content/repositories/releases/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.jar
[ivy:resolve]    apache-snapshot: tried
[ivy:resolve] 
https://repository.apache.org/content/repositories/snapshots/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.pom
[ivy:resolve] -- artifact 
javax.measure#unit-api;working@LMC-056430!unit-api.jar:
[ivy:resolve] 
https://repository.apache.org/content/repositories/snapshots/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.jar
[ivy:resolve]    restlet: tried
[ivy:resolve] 
http://maven.restlet.org/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.pom
[ivy:resolve] -- artifact 
javax.measure#unit-api;working@LMC-056430!unit-api.jar:
[ivy:resolve] 
http://maven.restlet.org/javax/measure/unit-api/working@LMC-056430/unit-api-work...@lmc-056430.jar
[ivy:resolve]  ERRORS
[ivy:resolve]   impossible to get artifacts when data has not been loaded. 
IvyNode = javax.measure#unit-api;1.0
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
{code}




was (Author: lewismc):
[~wastl-nagel] has become a major pain whilst attempting to roll the 2.4 
release candidate. The release is essentially blocked until this issue is 
resolved. 

> Reliable solution for javax.ws packaging.type
> -
>
> Key: NUTCH-2669
> URL: https://issues.apache.org/jira/browse/NUTCH-2669
> Project: Nutch
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.4, 1.16
>Reporter: Sebastian Nagel
>Priority: Blocker
> Fix For: 2.4
>
>
> The upgrade of Tika to v1.19.1 (NUTCH-2651, NUTCH-2665, NUTCH-2667) raises an 
> ant/ivy issue during build when resolving/fetching dependencies:
> {noformat}
> [ivy:resolve] [FAILED ] 
> javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}:  (0ms)
> [ivy:resolve]  local: tried
> [ivy:resolve]   
> /home/jenkins/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1/${packaging.type}s/javax.ws.rs-api.${packaging.type}
> [ivy:resolve]  maven2: tried
> [ivy:resolve]   
> http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  apache-snapshot: tried
> [ivy:resolve]   
> https://repository.apache.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve]  sonatype: tried
> [ivy:resolve]   
> http://oss.sonatype.org/content/repositories/releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
> [ivy:resolve] ::
> [ivy:resolve] ::  FAILED DOWNLOADS::
> [ivy:resolve] :: ^ see resolution messages for details  ^ ::
> [ivy:resolve] ::
> [ivy:resolve] ::