Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C908E66B for ; Mon, 31 Dec 2012 02:32:22 +0000 (UTC) Received: (qmail 31792 invoked by uid 500); 31 Dec 2012 02:32:22 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 31431 invoked by uid 500); 31 Dec 2012 02:32:17 -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 31403 invoked by uid 99); 31 Dec 2012 02:32:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2012 02:32:16 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roger.parkinson35@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2012 02:32:12 +0000 Received: by mail-we0-f171.google.com with SMTP id u3so5832469wey.16 for ; Sun, 30 Dec 2012 18:31:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PSsD/Kz25wLvwVVRYngfn3S/gq6k4pY+1R9ynM0cgOU=; b=D3MuvHjlb1jSKPdrdaSHDI9rh6yRpP5qIGMX9shOWK7wTFEmH/ldE+6q6vxZBeiXPe oMwx4JLSpQfaX3NRO1FmOnFs8rhM68JJtZ6UP0b9T6hkOU2oBiwRThWINF19TeqlTxMP k8gK4sDB3+luPniT/dqvYwKmYqCGKbH4ycSN+DGl/oDPX4vlQDue7IKxkHyRUJZycCTG p2b6Vl7Y0S5p4Lz0rt51mGDdS7vUP0W0mk5cESAMVzd0zxkw3X6RxbMLZDjqBk1/jggg fOYZySuWZKKI8KjWhaNVoabPu1DF7Cxq9wB2FVpbn4oXQbN1hMqHWAOlpJvqULs2HlCn 0BWA== MIME-Version: 1.0 Received: by 10.194.78.207 with SMTP id d15mr62481242wjx.52.1356921110921; Sun, 30 Dec 2012 18:31:50 -0800 (PST) Received: by 10.194.92.83 with HTTP; Sun, 30 Dec 2012 18:31:50 -0800 (PST) In-Reply-To: References: Date: Mon, 31 Dec 2012 15:31:50 +1300 Message-ID: Subject: Re: IvyDE and packager resolver From: Roger Parkinson To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=047d7bfcf91ace008304d21cd061 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfcf91ace008304d21cd061 Content-Type: text/plain; charset=ISO-8859-1 I can confirm IvyDE does work just fine, though I'm currently using an older version: Ivy 2.2.0 (2010092323230623) IvyDE 2.1.0201008101807-RELEASE I use to pull stuff from ivyroundup all the time. Just in case it is a settings thing this is what I have: I tend to have my settings project by project so to make the above work I have a file in the project called ivysettings.xml Then I go into project properties->Java Build Path and find your ivy library (ie the reference to your ivy.xml file) and edit it Pick the settings tab, enable project specific settings. In the ivy settings path I put in this: ${workspace_loc:madura-date-time-google/ivysettings.xml} (change the project name of course) You can set it up for the whole workspace instead by window->preferences ivy->settings and putting the location of the file into the ivy settings path box. Hope that helps Roger On Sat, Dec 29, 2012 at 11:47 AM, Archie Cobbs wrote: > I'm new to Eclipse and trying to get IvyDE working with Ivy's packager > resolver. It doesn't seem to be working. > > IvyDE is unable to download artifacts for some reason, but the Ivy console > doesn't show any explanation for the error except "null". > > Everything is fine (ivy.xml files are downloaded OK, etc.) until we get > here... > > :: downloading artifacts :: > trying > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > tried > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!guava.jar: null (116ms) > trying > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > tried > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!guava.zip(javadoc): null > (54ms) > trying > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > tried > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!guava.zip(source): null > (54ms) > trying > > http://ivyroundup.googlecode.com/svn/ndup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!jsr305.jar: null (55ms) > WARN: [FAILED ] com.google.guava#guava;13.0!guava.jar: null (116ms) > WARN: ==== ivyroundup-http: tried > WARN: > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!guava.zip(javadoc): null > (54ms) > WARN: ==== ivyroundup-http: tried > WARN: > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!guava.zip(source): null > (54ms) > WARN: ==== ivyroundup-http: tried > WARN: > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > WARN: [FAILED ] com.google.guava#guava;13.0!jsr305.jar: null (55ms) > WARN: ==== ivyroundup-http: tried > WARN: > > http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google.guava/guava/13.0/packager.xml > ... > > However, the packager.xml file is there and can be downloaded manually. > > Does IvyDE support the packager resolver? > > Eclipse bulid ID: 20121004-1855 > IvyDE version: 2.2.0.beta1-201203282058-RELEASE > > Thanks, > -Archie > > -- > Archie L. Cobbs > -- *Roger Parkinson* Twitter Blog Web --047d7bfcf91ace008304d21cd061--