Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 17971 invoked from network); 7 Feb 2008 08:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 08:58:38 -0000 Received: (qmail 8272 invoked by uid 500); 7 Feb 2008 08:58:30 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 8128 invoked by uid 500); 7 Feb 2008 08:58: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 8119 invoked by uid 99); 7 Feb 2008 08:58:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 00:58:30 -0800 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 (nike.apache.org: domain of xavier.hanin@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 08:58:13 +0000 Received: by rv-out-0910.google.com with SMTP id k15so2153267rvb.40 for ; Thu, 07 Feb 2008 00:57:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=+dw24+eHO2cMIjYw7UeeIZ+89xXCYJilyVfNf/JBBqw=; b=B4HU695JTxXSbE2YmCTjcZeATI7gvqNJ50ceV77KwdrBemcrSbh+rbjMqYcRKb6yz/KUjQEcoIIPjyBV12dQWwfNVzYxn7dUlsxut8nZFXxUFU5S14ifM9YgFzf24uvfHLoNy/QMd/yiEGAAqti4yjMRCt7GhgmfRM4B78KeKLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=IL0c8z1pj3YJsiHGImbLj0OmhjXPP911JefY4QYypmzIprphMJezhRUtzmC2esVBbnptP3gs7NNGlzu9sRS4wYzCjbpjsXUfwUjkFpkiSLnZUEcDJRq7fLPGXo3tYy+bkrwj0YNw934PORKi6j6wX2B6sGpnSMSpIntFOcAIP9M= Received: by 10.141.113.6 with SMTP id q6mr7382447rvm.36.1202374677842; Thu, 07 Feb 2008 00:57:57 -0800 (PST) Received: by 10.140.225.10 with HTTP; Thu, 7 Feb 2008 00:57:57 -0800 (PST) Message-ID: <635a05060802070057p7954f2b6x64979fdf20dcbb63@mail.gmail.com> Date: Thu, 7 Feb 2008 09:57:57 +0100 From: "Xavier Hanin" To: ivy-user@ant.apache.org Subject: Re: How to install a non-maven jar to the repository In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18368_19239351.1202374677842" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18368_19239351.1202374677842 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Feb 6, 2008 9:06 PM, Ross, Ed wrote: > After reading the docs, I still don't know how to do a simple task like > intall a jar that is not found in the maven repositor (e.g. > weblogic.jar). > > Only solution I've found so far is to create my own maven repository, > do a mave:install file then do a ivy:install. > > Any example would be appreciated. I suggest a mere file copy, i.e. put the jar directly where Ivy expects it instead of in your own maven repo. Metadata (i.e. ivy files) is optional in Ivy (at least by default), so a simple jar with the right name at the right location is enough. To know the location call a first ivy:resolve and check the console: Ivy will tell where it tried to find the artifact. Xavier > > thx > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/ ------=_Part_18368_19239351.1202374677842--