Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 77069 invoked from network); 3 May 2010 15:12:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 15:12:37 -0000 Received: (qmail 46858 invoked by uid 500); 3 May 2010 15:12:37 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 46835 invoked by uid 500); 3 May 2010 15:12:37 -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 46827 invoked by uid 99); 3 May 2010 15:12:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 15:12:37 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 15:12:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1O8xJb-0002Qi-Vd for ivy-user@ant.apache.org; Mon, 03 May 2010 08:12:12 -0700 Message-ID: <28436303.post@talk.nabble.com> Date: Mon, 3 May 2010 08:12:11 -0700 (PDT) From: mjparme To: ivy-user@ant.apache.org Subject: Re: Adding proprietary jar to shared repository In-Reply-To: <641576.64285.qm@web30805.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mjparmeley@west.com References: <28414909.post@talk.nabble.com> <28435954.post@talk.nabble.com> <641576.64285.qm@web30805.mail.mud.yahoo.com> That is what I am looking for, thank you! I am unsure how I missed that, I have read a large majority of the documentation on the Ivy website and paid close attention to the ANT task documentation. Maybe I did read it and it didn't click with me what I would use it for....oh well, thanks for the pointer! BTW, the Ivy documentation is very good. All open source projects should take note of Ivy's and CXF's documentation and use it as an example. (CXF has great documentation as well). Maarten Coene wrote: > > Maybe it is ivy:publish you are looking for? > http://ant.apache.org/ivy/history/latest-milestone/use/publish.html > > Maarten > > > > > ----- Original Message ---- > From: mjparme > To: ivy-user@ant.apache.org > Sent: Mon, May 3, 2010 4:41:04 PM > Subject: Re: Adding proprietary jar to shared repository > > > Ivy is worthless if I can't put my own jars in the repository (as is > dependency management in general). Surely there is a way to do this? > > > mjparme wrote: >> >> I have created a shared repository with ivy:install and that went pretty >> much trouble free. I installed some jars we use commonly in our projects >> (like httpclient, log4j, etc). However, now I want to add some of our >> internal jar files to the repository. There seems to be a gap in the >> documentation (or I am simply not seeing it) on how to accomplish this >> with Ivy. >> >> Do I need to create a for each internal jar I want to add to >> the repository? Or is there some shortcut? If I do to create an >> for each jar how then do I then use that file? >> >> Maven seems to provide a shortcut to accomplish this, I am looking for >> the >> Ivy equivalent to this: >> >> mvn install:install-file -Dfile= -DgroupId= \ >> -DartifactId= -Dversion= >> -Dpackaging= >> >> > > -- > View this message in context: > http://old.nabble.com/Adding-proprietary-jar-to-shared-repository-tp28414909p28435954.html > Sent from the ivy-user mailing list archive at Nabble.com. > > > > > -- View this message in context: http://old.nabble.com/Adding-proprietary-jar-to-shared-repository-tp28414909p28436303.html Sent from the ivy-user mailing list archive at Nabble.com.