Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 20887 invoked from network); 12 Jul 2010 20:36:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 20:36:54 -0000 Received: (qmail 51207 invoked by uid 500); 12 Jul 2010 20:36:54 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 51042 invoked by uid 500); 12 Jul 2010 20:36:53 -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 51034 invoked by uid 99); 12 Jul 2010 20:36:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 20:36:53 +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: local policy) Received: from [194.71.64.14] (HELO maily1.forsakringskassan.se) (194.71.64.14) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 20:36:46 +0000 X-IronPort-AV: E=Sophos;i="4.55,190,1278280800"; d="scan'208";a="4506400" Received: from unknown (HELO SHUB0001.ads.sfa.se) ([192.168.106.141]) by maily1.forsakringskassan.se with ESMTP; 12 Jul 2010 22:36:26 +0200 Received: from SMBX0003.ads.sfa.se ([fe80::25a4:66d2:55c7:b139]) by SHUB0001.ads.sfa.se ([fe80::483b:b0db:636a:7bc7%27]) with mapi; Mon, 12 Jul 2010 22:36:25 +0200 From: "Young Matthew (4004)" To: "ivy-user@ant.apache.org" Subject: SV: ivy url against zip with necessary jars Thread-Topic: ivy url against zip with necessary jars Thread-Index: Acshv6vtVESyDTipSKqaUmfI1CQ4SP///WcA//996MA= Date: Mon, 12 Jul 2010 20:36:23 +0000 Message-ID: <79265AF7988DE74EA7DEF11D1314C1CF04C78270@SMBX0003.ads.sfa.se> References: <79265AF7988DE74EA7DEF11D1314C1CF04C7816E@SMBX0003.ads.sfa.se> In-Reply-To: Accept-Language: sv-SE, en-US Content-Language: sv-SE X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Just a quick follow-up Unzipping the Resteasy 2.0-beta4 to: C:\workshop\downloads\resteasy-jaxrs-2.0-beta-4 There I create a ivy.xml file: ..... A seperate Ivy settings to do the publishing: Then standing in the C:\workshop\downloads\resteasy-jaxrs-2.0-beta-4 direct= ory publish to java -jar $IVY -settings ivysettings.xml \ -ivy lib/ivy.xml \ -publish internal \ -publishpattern "lib/[artifact].[ext]" \ -revision 2.0-beta-4 \ -status release \ -overwrite About right? Using the same organisation as the Resteasy project just a to= tally difference module name. / matthew -----Ursprungligt meddelande----- Fr=E5n: archie.cobbs@gmail.com [mailto:archie.cobbs@gmail.com] F=F6r Archie= Cobbs Skickat: den 12 juli 2010 16:33 Till: ivy-user@ant.apache.org =C4mne: Re: ivy url against zip with necessary jars One common strategy is to create your own local repository with exactly wha= t you want (creating ivy.xml files as necessary). Alternately if you are feeling open-sourcey then submit bug requests to Ivy= RoundUp with th= e modules/revisions you need that are not already in there and wait for us = to add them (usually pretty quick). -Archie On Mon, Jul 12, 2010 at 7:42 AM, Young Matthew (4004) < matthew.young@forsa= kringskassan.se> wrote: > Using latest IvyDE in Eclipse.... > > (Used Ivy for about 2 hours now) How do people pull in dependencies=20 > to non-repo artifats? Say I need to define a dependency to DB2 JDBC=20 > drivers (2 jar files) that are located in a ZIP file. Similar thing=20 > with dependencies to RestEasy. The latest revision isn't accessable=20 > via the maven2 repo ( > http://repository.jboss.org/maven2) but the code is packaged off the=20 > sourceforge site (=20 > http://sourceforge.net/projects/resteasy/files/Resteasy%20JAX-RS/). > Everything I need is in a zip and the individual jars contain pom.xml > (maven) descriptors. > > 2 different problems. The JDBC drivers don't ship with maven/ivy=20 > descriptors. The RestEasy zip does (for some reason the beta 4 isn't=20 > in the latest). > > > thanks / Matthew Young > -- Archie L. Cobbs