Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 35006 invoked from network); 3 Mar 2009 23:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 23:06:59 -0000 Received: (qmail 50865 invoked by uid 500); 3 Mar 2009 23:06:54 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 50848 invoked by uid 500); 3 Mar 2009 23:06:54 -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 50766 invoked by uid 99); 3 Mar 2009 23:06:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 15:06:53 -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: domain of rod.n.mackenzie@googlemail.com designates 209.85.218.175 as permitted sender) Received: from [209.85.218.175] (HELO mail-bw0-f175.google.com) (209.85.218.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 23:06:45 +0000 Received: by bwz23 with SMTP id 23so2519846bwz.28 for ; Tue, 03 Mar 2009 15:06:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=oTTTcKAEYM8AClPpaOouQz9nG38pWsnXUQZiPm9QwJs=; b=WbzvmYR+SjRd0M/zQvC6G+dgP56WVgCoTGdBqZPl0AfrTlDK9IEvZOSfVyhZCsREsY ZjmzuFm0EbfKssU9FoCGOya2wgpQrR+PLleAl6Bz2vllaBd+WrvYm1GFa/UGbVWEjIev OUFdo1sa/K07boKSUrCOxYhD99LatIgtfl7LM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=droEUpZLykt2nmqbr5JfDvmM8KEomEdf4aHqXf0r1do6+GhavPLwAwt5xIU6fEf2sz MsXfn6ovQu76nVmzDhUKAiNUEhJENBVKCmgAC5YEYbkw2D6zE/76cwPT6PVioikJTa2P svhORWkxpUpQGZQIsvX5f+XcTHT8Rp1GDMVUU= MIME-Version: 1.0 Received: by 10.223.114.79 with SMTP id d15mr7512660faq.88.1236121583177; Tue, 03 Mar 2009 15:06:23 -0800 (PST) In-Reply-To: <65d6a07f0903031336o47beaa9ex18868d1aa6c7598e@mail.gmail.com> References: <65d6a07f0903031336o47beaa9ex18868d1aa6c7598e@mail.gmail.com> Date: Tue, 3 Mar 2009 23:06:23 +0000 Message-ID: Subject: Re: IvyDE - Is it possible to have it download sources & javadocs? From: Rod Mackenzie To: ivy-user@ant.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Kent, I got this working by adding the following configurations Then added configuration mappings to the dependencies, I'm still learning about Ivy so I don't know if there is a better way. default;sources->sources;javadoc->javadoc"/> One other thing I had to do was clean the Ivy cache. The source and javadocs configurations weren't in the version of junit ivy file in the cache. IvyDE wasn't much help resolving this as it only gave a parse error when reading the Ivy file I had look at the Ant output to see the problem. This should hopefully work but only for sources I think there is a known bug with javadocs. regards, Rod 2009/3/3 Kent Larsson : > Hi, > > My question really is in the subject. I tried posting earlier about > this issue, that time with screenshots of my settings, but I didn't > have any luck in getting a response. So I'm trying again. :-) > > My follow up question is how do I get it to integrate sources and > javadocs in Eclipse? > > Here is my ivy.xml: > > > =A0xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" > =A0xsi:noNamespaceSchemaLocation=3D"http://ant.apache.org/ivy/schemas/ivy= .xsd"> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0organisation=3D"net.mycompany" > =A0 =A0 =A0 =A0 =A0module=3D"webcookie" > =A0 =A0 =A0 =A0 =A0status=3D"integration"/> > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"runtime->runtime"> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 rev=3D"1.3.5" conf=3D"runtime->default"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"runtime->default"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"runtime->default"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"compile->provided"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"runtime->runtime"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"runtime->default"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 conf=3D"runtime->runtime,optional"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 rev=3D"3.4.0.GA" conf=3D"runtime->default"/> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > > > I don't use any ivysettings.xml and I use the default settings for > IvyDE. Still no Javadoc or sources and I would really like to enable > them. :-/ > > Best regards, Kent >