You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/25 12:26:00 UTC

[jira] [Commented] (NUTCH-2697) Upgrade Ivy to fix the issue of an unset packaging.type property.

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

ASF GitHub Bot commented on NUTCH-2697:
---------------------------------------

chrisgavin commented on pull request #441: NUTCH-2697: Upgrade Ivy to fix the issue of an unset packaging.type p…
URL: https://github.com/apache/nutch/pull/441
 
 
   Currently Nutch fails to build from a clean checkout due to `packaging.type` not being set (even with the current workaround in `ivysettings.xml`).
   ```
   [ivy:resolve] :: problems summary ::
   [ivy:resolve] :::: WARNINGS
   [ivy:resolve] [FAILED ] javax.ws.rs#javax.ws.rs-api;2.1.1!javax.ws.rs-api.${packaging.type}: (0ms)
   [ivy:resolve] ==== local: tried
   [ivy:resolve] /opt/work/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1.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.1/javax.ws.rs-api-2.1.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.1/javax.ws.rs-api-2.1.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.1/javax.ws.rs-api-2.1.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.1!javax.ws.rs-api.${packaging.type}
   [ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
   [ivy:resolve] 
   BUILD FAILED
   ```
   This issue has been fixed in the latest version of Ivy so upgrading will cause the build to work correctly again.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Upgrade Ivy to fix the issue of an unset packaging.type property.
> -----------------------------------------------------------------
>
>                 Key: NUTCH-2697
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2697
>             Project: Nutch
>          Issue Type: Bug
>          Components: build
>            Reporter: Chris Gavin
>            Priority: Major
>
> Currently Nutch fails to build from a clean checkout due to {{packaging.type}} not being set (even with the current workaround in {{ivysettings.xml}}).
> {code:java}
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] [FAILED ] javax.ws.rs#javax.ws.rs-api;2.1.1!javax.ws.rs-api.${packaging.type}: (0ms)
> [ivy:resolve] ==== local: tried
> [ivy:resolve] /opt/work/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1.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.1/javax.ws.rs-api-2.1.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.1/javax.ws.rs-api-2.1.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.1/javax.ws.rs-api-2.1.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.1!javax.ws.rs-api.${packaging.type}
> [ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 
> BUILD FAILED{code}
> This issue has been fixed in the latest version of Ivy so upgrading will cause the build to work correctly again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)