From notifications-return-30106-archive-asf-public=cust-asf.ponee.io@ant.apache.org Sat Feb 17 16:04:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BC52518067B for ; Sat, 17 Feb 2018 16:04:08 +0100 (CET) Received: (qmail 41174 invoked by uid 500); 17 Feb 2018 15:04:07 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 41161 invoked by uid 99); 17 Feb 2018 15:04:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Feb 2018 15:04:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 579EA1A04C6 for ; Sat, 17 Feb 2018 15:04:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CDm69hSzH2od for ; Sat, 17 Feb 2018 15:04:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E81565F3FE for ; Sat, 17 Feb 2018 15:04:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F2FFBE00C9 for ; Sat, 17 Feb 2018 15:04:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DCCB721E5A for ; Sat, 17 Feb 2018 15:04:02 +0000 (UTC) Date: Sat, 17 Feb 2018 15:04:00 +0000 (UTC) From: "Greg Perry (JIRA)" To: notifications@ant.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IVY-1576) Ivy retrieve Maven Jars with Classifiers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1576?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Perry updated IVY-1576: ---------------------------- Description:=20 Steps to reproduce : using ivy 2.4.0 {noformat} java -jar ivy.jar -dependency "net.java.jinput" "jinput" "2.0.7" -retrieve= =C2=A0 "jinput.ivy/[originalname](-[classifier]).[ext]" {noformat} returns the following jars jinput-2.0.7-javadoc-javadoc.jar jinput-2.0.7-sources-sources.jar jinput-2.0.7.jar jinput-platform-2.0.7-natives-osx-natives-osx.jar jutils-1.0.0.jar using either *maven* or *gradle* both come back with 2 additional=C2=A0 "na= tive" jars jinput-2.0.7.jar *jinput-platform-2.0.7-natives-linux.jar* jinput-platform-2.0.7-natives-osx.jar *jinput-platform-2.0.7-natives-windows.jar* jutils-1.0.0.jar This happens for a variety of popular projects javacv, dl4j, etc .. pom is here -=C2=A0http://central.maven.org/maven2/net/java/jinput/jinput/2= .0.5/jinput-2.0.5.pom I can imagine that the additional artifacts can explicitly be put into an i= vy.xml, but this burdens the client with the complexity of having to docume= nt all missing artifacts.=C2=A0=C2=A0 was: Steps to reproduce : using ivy 2.4.0 {quote} {noformat} java -jar ivy.jar -dependency "net.java.jinput" "jinput" "2.0.7" -retrieve= =C2=A0 "jinput.ivy/[originalname](-[classifier]).[ext]" {noformat} {quote} returns the following jars jinput-2.0.7-javadoc-javadoc.jar jinput-2.0.7-sources-sources.jar jinput-2.0.7.jar jinput-platform-2.0.7-natives-osx-natives-osx.jar jutils-1.0.0.jar using either *maven* or *gradle* both come back with 2 additional=C2=A0 "na= tive" jars jinput-2.0.7.jar *jinput-platform-2.0.7-natives-linux.jar* jinput-platform-2.0.7-natives-osx.jar *jinput-platform-2.0.7-natives-windows.jar* jutils-1.0.0.jar This happens for a variety of popular projects javacv, dl4j, etc .. pom is here -=C2=A0http://central.maven.org/maven2/net/java/jinput/jinput/2= .0.5/jinput-2.0.5.pom I can imagine that the additional artifacts can explicitly be put into an i= vy.xml, but this burdens the client with the complexity of having to docume= nt all missing artifacts.=C2=A0=C2=A0 > Ivy retrieve Maven Jars with Classifiers > ---------------------------------------- > > Key: IVY-1576 > URL: https://issues.apache.org/jira/browse/IVY-1576 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.4.0 > Environment: All Environments > Reporter: Greg Perry > Priority: Major > > Steps to reproduce : > using ivy 2.4.0 > {noformat} > java -jar ivy.jar -dependency "net.java.jinput" "jinput" "2.0.7" -retriev= e=C2=A0 "jinput.ivy/[originalname](-[classifier]).[ext]" > {noformat} > returns the following jars > jinput-2.0.7-javadoc-javadoc.jar > jinput-2.0.7-sources-sources.jar > jinput-2.0.7.jar > jinput-platform-2.0.7-natives-osx-natives-osx.jar > jutils-1.0.0.jar > using either *maven* or *gradle* both come back with 2 additional=C2=A0 "= native" jars > jinput-2.0.7.jar > *jinput-platform-2.0.7-natives-linux.jar* > jinput-platform-2.0.7-natives-osx.jar > *jinput-platform-2.0.7-natives-windows.jar* > jutils-1.0.0.jar > This happens for a variety of popular projects javacv, dl4j, etc .. > pom is here -=C2=A0http://central.maven.org/maven2/net/java/jinput/jinput= /2.0.5/jinput-2.0.5.pom > I can imagine that the additional artifacts can explicitly be put into an= ivy.xml, but this burdens the client with the complexity of having to docu= ment all missing artifacts.=C2=A0=C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)