From ivy-user-return-4881-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Wed Mar 04 12:49:05 2009 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 40370 invoked from network); 4 Mar 2009 12:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2009 12:49:05 -0000 Received: (qmail 93806 invoked by uid 500); 4 Mar 2009 12:49:04 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 93780 invoked by uid 500); 4 Mar 2009 12:49:04 -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 93769 invoked by uid 99); 4 Mar 2009 12:49:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 04:49:04 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of nicolas.lalevee@hibnet.org does not designate 84.14.163.136 as permitted sender) Received: from [84.14.163.136] (HELO malachi.anyware-tech.com) (84.14.163.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 12:48:58 +0000 Received: from localhost (localhost [127.0.0.1]) by malachi.anyware-tech.com (Postfix) with ESMTP id 225B82FFEC for ; Wed, 4 Mar 2009 13:48:34 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at malachi.anyware-tech.com Received: from malachi.anyware-tech.com ([127.0.0.1]) by localhost (malachi.anyware-tech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d+ezm9aCHh5u for ; Wed, 4 Mar 2009 13:48:30 +0100 (CET) Received: from velour.localnet (pc-marianne.anyware [10.0.3.108]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by malachi.anyware-tech.com (Postfix) with ESMTPSA id CEB512FF0E for ; Wed, 4 Mar 2009 13:48:30 +0100 (CET) From: Nicolas =?iso-8859-1?q?Lalev=E9e?= To: ivy-user@ant.apache.org Subject: Re: IvyDE - Is it possible to have it download sources & javadocs? Date: Wed, 4 Mar 2009 13:48:28 +0100 User-Agent: KMail/1.11.0 (Linux/2.6.27-11-generic; KDE/4.2.0; i686; ; ) References: <65d6a07f0903031336o47beaa9ex18868d1aa6c7598e@mail.gmail.com> <65d6a07f0903040323g27a8458erb023ca99edb37a3a@mail.gmail.com> In-Reply-To: <65d6a07f0903040323g27a8458erb023ca99edb37a3a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903041348.29209.nicolas.lalevee@hibnet.org> X-Virus-Checked: Checked by ClamAV on apache.org On mercredi 04 mars 2009 12:23:03 Kent Larsson wrote: > Hi Rod, > > Thanks for helping me out, I'll try your solution this Friday and get > back with results. > > About the possible bug. Is any of the IvyDE developers around? The > documentation that's available for IvyDE is very sparse, it would be > good to know if sources and javadocs are supposed to work? And if they > do not, if they are meant to start working in a later release? Any > informative input from any of the developers would be nice, please? =46or reference, here is the jira about javadoc attachment issue: https://issues.apache.org/jira/browse/IVYDE-166 Rereading your problems about attachement, maybe you are hitting this issue: https://issues.apache.org/jira/browse/IVYDE-146 Nicolas > > Best regards, Kent > > > On Wed, Mar 4, 2009 at 12:06 AM, Rod Mackenzie > > wrote: > > Hi Kent, > > > > I got this working by adding the following configurations > > > > =A0 =A0 =A0 =A0 > > =A0 =A0 =A0 =A0 > > > > Then added configuration mappings to the dependencies, I'm still > > learning about Ivy so I don't know if there is a better way. > > =A0 =A0 =A0 =A0 > > > conf=3D"test->default;sources->sources;javadoc->javadoc"/> > > > > One other thing I had to do was clean the Ivy cache. The source and > > javadocs configurations weren't =A0in 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.xs > >>d"> >> =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 >> rev=3D"1.3.5" conf=3D"runtime->runtime"> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> module=3D"portals-bridges-common"/> >> module=3D"portlet-api"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> name=3D"wicket-spring-annot" rev=3D"1.3.5" conf=3D"runtime->default"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> rev=3D"1.5.6" conf=3D"runtime->default"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> rev=3D"1.5.6" conf=3D"runtime->default"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> rev=3D"2.5" conf=3D"compile->provided"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> rev=3D"2.5.6" conf=3D"runtime->runtime"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> rev=3D"5.1.6" conf=3D"runtime->default"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> rev=3D"3.3.1.GA" conf=3D"runtime->runtime,optional"/> > >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 >> name=3D"hibernate-annotations" rev=3D"3.4.0.GA" conf=3D"runtime->defau= lt"/> > >> =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