Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 86298 invoked from network); 14 Apr 2011 00:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2011 00:57:14 -0000 Received: (qmail 59846 invoked by uid 500); 14 Apr 2011 00:57:14 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 59812 invoked by uid 500); 14 Apr 2011 00:57:14 -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 59804 invoked by uid 99); 14 Apr 2011 00:57:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2011 00:57:14 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ajmas@sympatico.ca designates 65.55.116.97 as permitted sender) Received: from [65.55.116.97] (HELO blu0-omc3-s22.blu0.hotmail.com) (65.55.116.97) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2011 00:57:09 +0000 Received: from BLU0-SMTP77 ([65.55.116.73]) by blu0-omc3-s22.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 13 Apr 2011 17:56:47 -0700 X-Originating-IP: [70.52.90.188] X-Originating-Email: [ajmas@sympatico.ca] Message-ID: Received: from [10.0.1.2] ([70.52.90.188]) by BLU0-SMTP77.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 13 Apr 2011 17:56:47 -0700 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 (Apple Message framework v1084) Subject: Re: How to add a complex project such as Spring or Hibernate to an ivy private Repository? From: Andre-John Mas In-Reply-To: <31391845.post@talk.nabble.com> Date: Wed, 13 Apr 2011 20:56:43 -0400 Content-Transfer-Encoding: quoted-printable References: <31391845.post@talk.nabble.com> To: ivy-user@ant.apache.org X-Mailer: Apple Mail (2.1084) X-OriginalArrivalTime: 14 Apr 2011 00:56:47.0341 (UTC) FILETIME=[D4AFF9D0:01CBFA3E] Also, Ivy Roundup is likely to make your life that much easier. = Contribute what is missing and you still have the option of running it as a clone within your intranet. My 5c. On 13-Apr-2011, at 16:53, Gareth Collins wrote: >=20 > Why are you trying to build an ivy file for hibernate? The latest = versions > of hibernate are in the red hat/jboss maven repository here: >=20 > http://repository.jboss.org/nexus/content/groups/public-jboss/ >=20 > When you import hibernate into your own ivy repository (you can > reuse the build.xml in the build-a-ivy-repository example), > the pom.xml is converted to an ivy.xml file. >=20 > Note if you need to import a lot of libraries from maven, you may need = to > search > across multiple repositories: >=20 > - Netty/JBoss (above) - projects sponsored by Red Hat > - Java/Oracle (http://download.java.net/maven/2/) - for J2EE jars = (such as > mail) because the Oracle license bars the other maven repositories = from > distributing the jars > - Apache nightly > (https://repository.apache.org/content/repositories/snapshots/) - if = you > need to work off nightly apache code because a feature you require = hasn't > been released yet. > - Jetty (http://oss.sonatype.org/content/groups/jetty/) - if you = cannot find > a specific jetty jar version in the main maven repository (most likely = not > necessary) > - Maven main (http://repo1.maven.org/maven2/) - everything else. >=20 > Hope this is helpful. >=20 > regards, > Gareth >=20 >=20 >=20 >=20 >=20 > Adib-5 wrote: >>=20 >> Hi, >>=20 >> I am trying to figure out how to add a complex project such as >> hibernate to a private ivy repository. I am starting with a >> hibernate.zip file downloaded from hibernate.org and it contains >> hibernate3.jar and the jpa jar should i be creating a single ivy.xml >> for all or hibernate in the repo with multiple configuration or = should >> I be creating multiple modules one module for jpa api and one module >> for the hibernate3.jar ... etc. >>=20 >> In the case of spring should be creating a single organization called >> springframework.org with multiple modules one module for each spring >> part or should be creating a single module called springframework and >> add all the various .jar files to it. >>=20 >> Any advice on the ivy way is greatly appreciated. I know that ivy can >> use a maven repo but my goal is not create a maven repo, i want to >> create an ivy repo optimized for ivy. What are are the differences >> between an ivy repo and a maven repo? >>=20 >> Cheers >> Adib >>=20 >>=20 >=20 > --=20 > View this message in context: = http://old.nabble.com/How-to-add-a-complex-project-such-as-Spring-or-Hiber= nate-to-an-ivy-private-Repository--tp31085266p31391845.html > Sent from the ivy-user mailing list archive at Nabble.com. >=20 >=20