Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 74291 invoked from network); 26 Nov 2009 19:26:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 19:26:31 -0000 Received: (qmail 75225 invoked by uid 500); 26 Nov 2009 19:26:31 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 75126 invoked by uid 500); 26 Nov 2009 19:26:30 -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 75116 invoked by uid 99); 26 Nov 2009 19:26:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 19:26:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cl_for_mailing@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Nov 2009 19:26:20 +0000 Received: (qmail 25330 invoked by uid 0); 26 Nov 2009 19:26:00 -0000 Received: from 93.82.132.217 by www055.gmx.net with HTTP; Thu, 26 Nov 2009 20:25:59 +0100 (CET) Content-Type: text/plain; charset="us-ascii" Date: Thu, 26 Nov 2009 20:25:59 +0100 From: cl_for_mailing@gmx.net Message-ID: <20091126192559.267570@gmx.net> MIME-Version: 1.0 Subject: Source-attachments from my own repository To: ivy-user@ant.apache.org X-Authenticated: #4336751 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX1+IGlNIEsyIvnvC6auXJ2w0Hovs99JzHFkJ+1nwch +IHeJ2GctGkRZJXlLiQjuoDR186D+fYxLdfQ== Content-Transfer-Encoding: 7bit X-GMX-UID: FKJrO+0JZCEEegFWJ2whfeB4IGhpZcbA X-FuHaFi: 0.71 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to get Eclipse to use source attachments for my jars. This works fine, as long as I use the resolver :-) However, when I use the resolver, this doesn't seem to work. I'm trying to build my own repository from scratch. For this purpose, I downloaded the commons-lang zip file from apache, and extracted it to /path-to/repository/jakarta/commons-lang-2.4. In that directory, I have commons-lang-2.4.jar, commons-lang-2.4-javadoc.jar and commons-lang-2.4-source.jar. Then I created an ivy.xml in the same directory as the jars. In my dependent project, resolving the main jar from my repository works fine. But it doesn't resolve the sources jar. Or at least Eclipse doesn't use it as a source attachment? I tried a few hours now to configure it with types, confs etc. But I'm afraid I'm completely stuck. Thanks Chris