From ivy-user-return-6352-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Mon Feb 08 12:53:37 2010 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 40272 invoked from network); 8 Feb 2010 12:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2010 12:53:37 -0000 Received: (qmail 47498 invoked by uid 500); 8 Feb 2010 12:53:37 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 47428 invoked by uid 500); 8 Feb 2010 12:53:36 -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 47418 invoked by uid 99); 8 Feb 2010 12:53:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2010 12:53:36 +0000 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 [195.159.241.226] (HELO mail.knowit.no) (195.159.241.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2010 12:53:30 +0000 Received: from cobra.dmz.unified.no (cobra.dmz.unified.no [192.168.20.29]) by mail.knowit.no (Postfix) with ESMTP id 5D8C9188BED for ; Mon, 8 Feb 2010 13:53:09 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by cobra.dmz.unified.no (Postfix) with ESMTP id 52402C8002 for ; Mon, 8 Feb 2010 13:53:09 +0100 (CET) X-Virus-Scanned: amavisd-new at cobra.dmz.unified.no Received: from cobra.dmz.unified.no ([127.0.0.1]) by localhost (cobra.dmz.unified.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id azljZY5KrAbC for ; Mon, 8 Feb 2010 13:53:08 +0100 (CET) Received: from [192.168.10.177] (unknown [192.168.10.3]) by cobra.dmz.unified.no (Postfix) with ESMTP id 66D54C8001 for ; Mon, 8 Feb 2010 13:53:08 +0100 (CET) Message-ID: <4B700933.8000100@knowit.no> Date: Mon, 08 Feb 2010 13:53:07 +0100 From: =?ISO-8859-1?Q?=22H=E5gen_P=2E_Hasle=22?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: ivy-user@ant.apache.org Subject: Attach source in Eclipse Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi! I have rewritten a rather big project to use Ivy and IvyDE in Eclipse. It's working good, but I'm not sure how to attach sourcecode to the dependencies in Eclipse. We are using a filebased Maven-repo on a network share, and I've built this repo from our old (manual) dependencies. I've seen some suggestions as to how you can attach sources in Eclipse, but if I understand correctly all of them assume you use an Ivy repo. This is from the settings-file for the shared repo: If I for example have a jar-file called X.jar in the repo, then I have tried to add a x-sources.jar. This seems to be the way it is done in Maven, and from the (rather sparse) documentation I've found for IvyDE, it seems to be the way it's supposed to be done in Ivy(DE) too. I've tried a couple of different approaches (adding a sources-conf, adding another artifact to the settings-file for the shared repo, ++), but so far without luck. Can anyone help me? Regards, Haagen Hasle