Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 91393 invoked from network); 6 Aug 2009 21:19:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 21:19:45 -0000 Received: (qmail 35352 invoked by uid 500); 6 Aug 2009 21:19:52 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 35258 invoked by uid 500); 6 Aug 2009 21:19:51 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 35246 invoked by uid 99); 6 Aug 2009 21:19:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 21:19:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 21:19:41 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MZAMq-0004aH-4o for ivy-user@ant.apache.org; Thu, 06 Aug 2009 14:19:20 -0700 Message-ID: <24854655.post@talk.nabble.com> Date: Thu, 6 Aug 2009 14:19:20 -0700 (PDT) From: bman To: ivy-user@ant.apache.org Subject: Ivy Publishing Wrong Name to Artifactory MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bpape@netspend.com X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I'm using ant + ivy to push and pull from a local enterprise server running Artifactory. For the most part it works great. However, I have come across a situation where the jar name that I expect to be published to Artifactory is not being published with that name. My local jar is named ns-jmx-1.2.0-SNAPSHOT, but the published jar is named spyglass-1.2.0-SNAPSHOT. Any ideas why this is occurring? build.xml: ivysettings.xml: ivy.xml: build results: :: delivering :: com.ns#spyglass;1.2.0-SNAPSHOT :: 1.2.0-SNAPSHOT :: integration :: Thu Aug 06 15:44:27 CDT 2009 delivering ivy file to c:\dev\eclipse\workspace\spyglass\dist\ivy-1.2.0-SNAPSHOT.xml :: publishing :: com.ns#spyglass published ns-jmx to http://172.0.0.0:8080/artifactory-2.0.6/libs-snapshots-local/com.ns/spyglass/1.2.0-SNAPSHOT/ns-jmx-1.2.0-SNAPSHOT.jar published ivy to http://172.0.0.0:8080/artifactory-2.0.6/libs-snapshots-local/com.ns/spyglass/1.2.0-SNAPSHOT/ivy-1.2.0-SNAPSHOT.xml BUILD SUCCESSFUL Total time: 7 seconds Thanks in advance for the help! Barry -- View this message in context: http://www.nabble.com/Ivy-Publishing-Wrong-Name-to-Artifactory-tp24854655p24854655.html Sent from the ivy-user mailing list archive at Nabble.com.