From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8045 invoked by alias); 29 Nov 2006 16:53:53 -0000 Received: (qmail 8038 invoked by uid 22791); 29 Nov 2006 16:53:53 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,TW_GC X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Nov 2006 16:53:46 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kATGriU7007292 for ; Wed, 29 Nov 2006 11:53:44 -0500 Received: from pobox.hsv.redhat.com (pobox.hsv.redhat.com [172.16.16.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kATGrhQH016956; Wed, 29 Nov 2006 11:53:43 -0500 Received: from [10.11.14.254] (vpn-14-254.rdu.redhat.com [10.11.14.254]) by pobox.hsv.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kATGrggg014174; Wed, 29 Nov 2006 11:53:42 -0500 Message-ID: <456DBB15.5040608@redhat.com> Date: Wed, 29 Nov 2006 16:53:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: Anthony Green CC: fedora-devel-java-list@redhat.com, Frysk Hackers Subject: Re: [fedora-java] src.zip's and rpms in Eclipse References: <456CDAE1.10006@redhat.com> <1164817735.2943.47.camel@to-dhcp1.toronto.redhat.com> In-Reply-To: <1164817735.2943.47.camel@to-dhcp1.toronto.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00244.txt.bz2 Anthony Green wrote: > On Tue, 2006-11-28 at 18:57 -0600, Phil Muldoon wrote: > >> Is >> there a Wiki page, guide .. or general advice to accomplish this as it >> is done via the Classpath rpm? >> > > I was under the impression that Eclipse finds the target JDK's src.zip > based on well known conventions of JDK layout (which we follow in > java-1.4.2-gcj-compat). As far as I know there's no way to do this for > random jar files. You need to manually attach the source jar/zip to the > jar file within Eclipse. > Hmm might be. Hopefully this can translate to all Jars you import in a project. It sure would be nice when installing a corresponding -devel rpm, all this is done for the user. It's kind of an awesome little thing to Open declaration on an element in Classpath, see the source, and not have to muck around attaching src.zip to jars first. Regards Phil