Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 38412 invoked from network); 27 Jan 2009 20:53:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 20:53:54 -0000 Received: (qmail 39345 invoked by uid 500); 27 Jan 2009 13:47:14 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 39322 invoked by uid 500); 27 Jan 2009 13:47:13 -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 39307 invoked by uid 99); 27 Jan 2009 13:47:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 05:47:13 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.105.231.27] (HELO smtp-out-01.simnet.is) (194.105.231.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 13:47:03 +0000 Authentication-Results: smtp-out-01.simnetpro.is; dkim=neutral (message not signed) header.i=none X-SBRS: 4.0 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmUBAF2efkmdnWTZjGdsb2JhbACUBAEBAQocP7VXhUw X-IronPort-AV: E=Sophos;i="4.37,332,1231113600"; d="scan'208";a="143878277" Received: from mta-cust-out-1.simnet.is ([157.157.132.80]) by smtp-out-01.simnetpro.is with ESMTP; 27 Jan 2009 13:46:39 +0000 Received: from eagle.betware.com (unknown [157.157.100.217]) by mta-cust-out-1.simnet.is (Postfix) with ESMTP id CD37428B713 for ; Tue, 27 Jan 2009 13:46:39 +0000 (GMT) Received: from [192.168.2.116] (192.168.2.116) by mail.betware.com (192.168.50.219) with Microsoft SMTP Server id 8.1.311.2; Tue, 27 Jan 2009 13:44:30 +0000 Message-ID: <497F0FCC.7040003@certus.dk> Date: Tue, 27 Jan 2009 14:44:44 +0100 From: Brian Matzon User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: "ivy-user@ant.apache.org" Subject: unable to install - broken since rc1 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am trying to install org.slf4j / slf4j-api No problems in beta 2, but ever since rc1 its been broken: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.pom build.xml:64: impossible to install org.slf4j#slf4j-api#trunk;1.4.3: java.io.IOException: file copy not done from cache\org.slf4j\slf4j-api\trunk\jars\slf4j-api-1.4.3.jar to local\org.slf4j\slf4j-api\trunk\slf4j-api-1.4.3.jar: destination already exists and overwrite is false The install log also seems to be picking up more in RC1 ? Does this have anything to do with parenting ? beta2: [ivy:install] :: installing org.slf4j#slf4j-api#trunk;1.4.3 :: [ivy:install] :: resolving dependencies :: [ivy:install] found org.slf4j#slf4j-api#trunk;1.4.3 in external [ivy:install] :: downloading artifacts to cache :: [ivy:install] downloading http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar ... [ivy:install] .... (14kB) [ivy:install] .. (0kB) [ivy:install] [SUCCESSFUL ] org.slf4j#slf4j-api#trunk;1.4.3!slf4j-api.jar (1974ms) [ivy:install] :: installing in local :: [ivy:install] published slf4j-api to local/org.slf4j/slf4j-api/trunk/slf4j-api-1.4.3.jar [ivy:install] published ivy to local/org.slf4j/slf4j-api/trunk/ivy-1.4.3.xml RC1 [ivy:install] :: installing org.slf4j#slf4j-api#trunk;1.4.3 :: [ivy:install] :: resolving dependencies :: [ivy:install] found org.slf4j#slf4j-api#trunk;1.4.3 in external [ivy:install] :: downloading artifacts to cache :: [ivy:install] downloading http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3-sources.jar ... [ivy:install] ...... (29kB) [ivy:install] .. (0kB) [ivy:install] [SUCCESSFUL ] org.slf4j#slf4j-api#trunk;1.4.3!slf4j-api.jar(source) (1331ms) [ivy:install] downloading http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar ... [ivy:install] .... (14kB) [ivy:install] .. (0kB) [ivy:install] [SUCCESSFUL ] org.slf4j#slf4j-api#trunk;1.4.3!slf4j-api.jar (799ms) [ivy:install] :: installing in local :: [ivy:install] published slf4j-api to local/org.slf4j/slf4j-api/trunk/slf4j-api-1.4.3.jar -- Brian Matzon Certus