Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 80571 invoked from network); 11 Feb 2009 15:13:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 15:13:20 -0000 Received: (qmail 33886 invoked by uid 500); 11 Feb 2009 15:13:20 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 33571 invoked by uid 500); 11 Feb 2009 15:13:19 -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 33559 invoked by uid 99); 11 Feb 2009 15:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 07:13:19 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.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, 11 Feb 2009 15:13:11 +0000 Received: from localhost (localhost [127.0.0.1]) by malachi.anyware-tech.com (Postfix) with ESMTP id C4C1E2FF68 for ; Wed, 11 Feb 2009 16:12:49 +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 E8XmbBGvNLRM for ; Wed, 11 Feb 2009 16:12:46 +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 93B992FF64 for ; Wed, 11 Feb 2009 16:12:46 +0100 (CET) From: Nicolas =?iso-8859-1?q?Lalev=E9e?= To: ivy-user@ant.apache.org Subject: Re: IvyDE 2.0.0.beta1 does not download sources nor javadocs Date: Wed, 11 Feb 2009 16:12:45 +0100 User-Agent: KMail/1.11.0 (Linux/2.6.27-11-generic; KDE/4.2.0; i686; ; ) References: <39CD9BAD33B6DF4C9E09C74B8A4740DD357AD84024@GVW1089EXB.americas.hpqcorp.net> <39CD9BAD33B6DF4C9E09C74B8A4740DD357AD8440E@GVW1089EXB.americas.hpqcorp.net> <39CD9BAD33B6DF4C9E09C74B8A4740DD357AD8459C@GVW1089EXB.americas.hpqcorp.net> In-Reply-To: <39CD9BAD33B6DF4C9E09C74B8A4740DD357AD8459C@GVW1089EXB.americas.hpqcorp.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200902111612.45298.nicolas.lalevee@hibnet.org> X-Virus-Checked: Checked by ClamAV on apache.org On mardi 10 f=E9vrier 2009 17:41:54 Marziou, Gael wrote: > I looked at the code of IvyResolveJob.java that was patched to fix > IVYDE-146, I have found messages like: > > monitor.subTask("searching javadoc for " + artifact); > > Should I see this message logged in the Ivy console? > Currently I don't. Actually the feature you were using with IvyDE 2.0.0.alpha1 was removed in= =20 beta1: make IvyDE try to find the sources and the javadocs even if they are= not=20 declared in the ivy.xml. I removed that feature as for me it was only usefull when using IvyDE with = a=20 maven repository, as Ivy didn't exposed the source and javadoc. As Ivy does= =20 now support it (IVY-325), this feature was remove to try to not waste the I= DE=20 responsivness. See also a related issue: IVYDE-128 So the fix in your issue is to just declare the source and javadoc in your= =20 ivy.xml files in your repository. Nicolas > > Gael > > > -----Original Message----- > > From: Marziou, Gael > > Sent: Tuesday, February 10, 2009 1:52 PM > > To: ivy-user@ant.apache.org > > Subject: RE: IvyDE 2.0.0.beta1 does not download sources nor javadocs > > > > > I think you are hitting this issue: > > > https://issues.apache.org/jira/browse/IVYDE-146 > > > > Merci Nicolas, the description matches indeed. > > > > But in this case I don't understand why I still have the > > issue with trunk build #20 IvyDE-updatesite on Hudson server, > > this fix is supposed to be included. > > > > Gael