From ivy-user-return-1164-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Mon Jul 02 13:12:10 2007 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 97745 invoked from network); 2 Jul 2007 13:12:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 13:12:09 -0000 Received: (qmail 45189 invoked by uid 500); 2 Jul 2007 13:12:11 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 45171 invoked by uid 500); 2 Jul 2007 13:12:11 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 45162 invoked by uid 99); 2 Jul 2007 13:12:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 06:12:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [164.128.235.36] (HELO int.ofac.ch) (164.128.235.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 06:12:06 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Source in eclipse IvyDE Date: Mon, 2 Jul 2007 15:11:40 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Source in eclipse IvyDE Thread-Index: Ace8lxgk3NWPRPNXT4aX9CJmnxhShwAExSGg From: "Bhatia Saurabh" To: X-Virus-Checked: Checked by ClamAV on apache.org I am able to publish the sources fine but now I get sources in the /jars = too :-( = publish this project's jar in the ivy repository for a specific = revision"> -----Message d'origine----- De=A0: Maarten Coene [mailto:maarten_coene@yahoo.com]=20 Envoy=E9=A0: lundi, 2. juillet 2007 12:52 =C0=A0: ivy-user@incubator.apache.org Objet=A0: Re: Source in eclipse IvyDE Hi Alex, we use the following setup which works with IvyDE 1.2. the patterns for jar and corresponding source file is: jar: lib/[artifact]-[revision].jar source: src/[artifact]-[revision]-src.zip I use the following pattern for my local filesystem repository: My Ivy files defines 2 artifacts: regards, Maarten ----- Original Message ---- From: "Foreman, Alex (IT)" To: ivy-user@incubator.apache.org Sent: Monday, July 2, 2007 12:19:04 PM Subject: RE: Source in eclipse IvyDE HI, John, I actually tried this before I posted. I'm am intrigued that you claim it works as It doesn't completely for me. I have had: =20 As you state but when I click on the source it says source not attached. When I go to the properties for the jar I have included the source to I get a Location path for the source attachment which is 'cache/org/library/sources/library.jar' OFC if I change this to 'cache/org/library/sources/library.src.jar' I can see the source perfectly. This is not acceptable for our enviroment as we have projects with tens of different jars and developers are not going to be happy or at there most productive if they have to do this for every jar. (imagine debugging :( ). If this happened perfectly for you I would like to know what version of IvyED / eclipse you used and the steps that you took so I can find out what I did wrong. It is copying the source/jars over correctly but not pointing to them in eclipse. One of the nice things abuot ivy is the seperation of ivy meta data from the actual data. It's therefore a shame that ivy/ivyde doesn't seem to recognize that source and jars can be in differnet locations. I think this would solve the problems but am not sure if it would need to be fixed in ivyDE. If url=3D"" was used first to search for the artifact you could have: =20 /library/library.src.jar" /> And we would grab this first and presumably be used by ivyDe correctly. Is the src.jar not being added just a small bug in ivyDE using [.jar] by default instead of [ext] at the end? =20 I am really grateful for your replies and help. We are highly interested in this but this is the major blocker atm so any resolution is great. We really need the ability to automatically attach the source with no developer input needed. I also saw the post about adding source similar to maven2 by having a postfix. Maybe this would resolve the problem in a better way? Many thanks, Alex -----Original Message----- From: Xavier Hanin [mailto:xavier.hanin@gmail.com]=20 Sent: 29 June 2007 09:29 To: ivy-user@incubator.apache.org Subject: Re: Source in eclipse IvyDE On 6/29/07, John Gill wrote: > > That's a very clever trick Frank. Why didn't I think of that? Neither did I :-) It's the power of a community, hundreds of brains are much better than one :-) Xavier On 6/29/07, Frank Kemmer wrote: > > > > On 6/28/07, Xavier Hanin wrote: > > > John is right, the source artifact must have the same name as the > > artifact > > > itself ATM, so the only way to make it work is to checkout the=20 > > > IvyDE > > sources > > > from svn, hack in the IvyClasspathContainer source and make it=20 > > > work > for > > you. > > > If you find a generic enough way to declare how to associate a jar > with > > a > > > source artifact, we'll be happy to integrate a patch :-) > > > > > > > > > And then the ivy file has this inside it: > > > > > > = > > > > > name=3D"library.src" type=3D"source" ext=3D"jar" /> > > > > for me the following worked (I think only the artifact name has to=20 > > be the same, the extension can be different): > > > > > name=3D"library" type=3D"source" ext=3D"src.jar" /> > > > > With this setting mylib.src.jar will be accepted as valid source=20 > > attachment for mylib.jar. > > > > My 2 cents ... > > > > Frank > > > > > > -- > Regards, > John Gill > -- Xavier Hanin - Independent Java Consultant Creator of Ivy, xooki and xoocode.org More about me: http://xhab.blogspot.com/ -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender = does not intend to waive confidentiality or privilege. Use of this email = is prohibited when received in error. = _________________________________________________________________________= ___________ Park yourself in front of a world of choices in alternative vehicles. = Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/=20