Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 85664 invoked from network); 3 Jul 2007 08:28:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 08:28:07 -0000 Received: (qmail 58239 invoked by uid 500); 3 Jul 2007 08:28:09 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 58221 invoked by uid 500); 3 Jul 2007 08:28:09 -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 58212 invoked by uid 99); 3 Jul 2007 08:28:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 01:28:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of xavier.hanin@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 01:28:05 -0700 Received: by wa-out-1112.google.com with SMTP id n4so2068209wag for ; Tue, 03 Jul 2007 01:27:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Fh9JmTmcyXpPXGvNH73MA4U8J/SMcepfWx+QQozqXuk2Gk8B0zaAQqSC61PAZ7hpMoYrLh6X6Tg5SxW3XXXj1yGOvkpEiHoPtQnxPoD7pHpcM5T2mATWRkgI/E+yUaSVxJb+Y0nniSEV/UeiTvjGbvC1+jfKf0gJPSBQ8kCOrrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PB/hTaQC2kb3b/p5RkeRL61LzjOcqw+FqvteBYTGFOZt7IQVMNQqNvKq9KQ1fLa45Bz5l94xyvzftiT09e05wHC3sMmrJ6Bi9ZuyzqyDY50VjDD74/EgdzvEsULyzXgAXe7B+R4b6RchhSXL7y9M21gydxXVCCSd53vnacsymq4= Received: by 10.115.74.1 with SMTP id b1mr5927609wal.1183451263191; Tue, 03 Jul 2007 01:27:43 -0700 (PDT) Received: by 10.114.124.10 with HTTP; Tue, 3 Jul 2007 01:27:43 -0700 (PDT) Message-ID: <635a05060707030127k7117f1f4t5a4f5f2ef3e7baf7@mail.gmail.com> Date: Tue, 3 Jul 2007 10:27:43 +0200 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: Source in eclipse IvyDE In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_105164_28406280.1183451263133" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_105164_28406280.1183451263133 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 7/3/07, Bhatia Saurabh wrote: > > I was trying to get this sorted out but I get the following: > > compile-jar: > [javac] Compiling 489 source files to C:\RAD7\workspace\OFACAD > make-jar: > [mkdir] Created dir: C:\RAD7\workspace\OFACAD\jar > [jar] Building jar: C:\RAD7\workspace\OFACAD\jar\OFACAD.jar > [jar] Building jar: C:\RAD7\workspace\OFACAD\OFACAD.jar > publish-jar: > [ivy:publish] :: delivering :: [ ofac | OFACAD | prod ] :: prod :: > integration :: Tue Jul 03 09:50:27 CEST 2007 > [ivy:publish] delivering ivy file to C:\RAD7\workspace\OFACAD\jar/ivy.xml= , > C:\RAD7\workspace\OFACAD/ivy.xml > > BUILD FAILED > C:\RAD7\workspace\OFACDependencies\common.xml:141: impossible to publish > artifacts for [ ofac | OFACAD | prod ]: impossible to deliver [ ofac | > OFACAD | prod ]: java.io.FileNotFoundException: > C:\RAD7\workspace\OFACAD\jar\ivy.xml, C:\RAD7\workspace\OFACAD\ivy.xml > (Syntaxe du nom de fichier, de r=E9pertoire ou de volume incorrecte) > > Total time: 19 seconds > > ######################################### > My ivyconf.xml: > > > > pattern=3D"${cellier}/[organisation]/[module]/[revision]/[type]s/[artifac= t].[ext]" > /> > pattern=3D"${cellier}/[organisation]/[module]/[revision]/[type]s/[artifac= t].[ext]" > /> > > > > ######################################### > > publi= sh this > project's jar in the ivy repository for a specific revision"> > artifactspattern=3D"${jar}/[artifact].[ext], ${src}/[artifact].[ext]" > pubrevision=3D"${revision}"/> > > ######################################### > > > > > > Dunno why it has a problem copying an ivy file. The problem is that the comma in your artifactspattern is not recognized by Ivy. So Ivy tries to copy a file to new File("C:\RAD7\workspace\OFACAD\jar\ivy.xml, C:\RAD7\workspace\OFACAD\ivy.xml"), which is not possible. So if you want to use multiple artifact patterns you should use nested ones= . But you will still have a problem because Ivy won't be able to know which artifact is the source and which one is the original artifact. If you can control where your source artifact is located (even by moving it before calling publish, I suggest sg like that: C:\RAD7\workspace\OFACAD\jar\OFACAD.jar C:\RAD7\workspace\OFACAD\source\OFACAD.jar Then you can call publish like that: If you can even change things more, I'd suggest putting all of this in a su= b directory instead of directly in your basedir: C:\RAD7\workspace\OFACAD\dist\jar C:\RAD7\workspace\OFACAD\dist\source or something like that (replace dist by whatever you like, build, target, artifacts, ...). This is just to make something cleaner, and because Ivy will create a third directory called ivy (to put the ivy file just before publishing it). HTH, Xavier -----Message d'origine----- > De: Bhatia Saurabh [mailto:Bhatia@OFAC.CH] > Envoy=E9: lundi, 2. juillet 2007 15:12 > =C0: ivy-user@incubator.apache.org > Objet: RE: Source in eclipse IvyDE > > I am able to publish the sources fine but now I get sources in the /jars > too :-( > > > > > > > publi= sh this > project's jar in the ivy repository for a specific revision"> > artifactspattern=3D"${jar}/[artifact].[ext]" pubrevision=3D"${revision}" = /> > artifactspattern=3D"${src}/[artifact].[ext]" pubrevision=3D"${revision}" = /> > > > -----Message d'origine----- > De: Maarten Coene [mailto:maarten_coene@yahoo.com] > Envoy=E9: lundi, 2. juillet 2007 12:52 > =C0: ivy-user@incubator.apache.org > Objet: 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: > > pattern=3D"${repository}/[module]/[module]-[revision]/[type]/[artifact]-[= revision].[ext]" > /> > pattern=3D"${repository}/[module]/[module]-[revision]/[type]/[artifact]-[= revision]-src.[ext]" > /> > > 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: > > > > 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: > > url=3D"/../..//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? > > 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] > 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 > > > > IvyDE > > > sources > > > > from svn, hack in the IvyClasspathContainer source and make it > > > > 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 > > > 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 > > > 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 Xavier Hanin - Independent Java Consultant Creator of Ivy, xooki and xoocode.org More about me: http://xhab.blogspot.com/ ------=_Part_105164_28406280.1183451263133--