Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 18553 invoked from network); 9 Mar 2009 11:55:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 11:55:15 -0000 Received: (qmail 7757 invoked by uid 500); 9 Mar 2009 11:55:14 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 7488 invoked by uid 500); 9 Mar 2009 11:55:14 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 7479 invoked by uid 99); 9 Mar 2009 11:55:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 04:55:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 11:55:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A731234C003 for ; Mon, 9 Mar 2009 04:54:50 -0700 (PDT) Message-ID: <2015616808.1236599690631.JavaMail.jira@brutus> Date: Mon, 9 Mar 2009 04:54:50 -0700 (PDT) From: "Daniel Dekany (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-641) Need task to clone repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-641?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1268013= 0#action_12680130 ]=20 Daniel Dekany commented on IVY-641: ----------------------------------- I have just looked for a such feature. What I would like to add is that thi= s would be useful not only for the "work at home" case, but for using Ivy o= ffline in general (think about laptops). I found that regardless of the TTL= I set Ivy will reach the repository for entries where changing=3D"true", o= r rev=3D"latest.integration", etc., and if it can't do that, the Ant task w= ill fail. So for a more open project (contribs come and go, etc.) currently= I have to use the simulate old-school way of dependency management, by ivy= :retrieve-ing into a /lib (with an "updatelib" Ant task that i= s never called automatically), and then don't use Ivy anywhere else, just t= raditional Ant path-s (instead of the ivy:cachepath). It's not only not ele= gant this way, but I practically lose the multiple-configurations feature o= f Ivy! Now, if I could build an Ivy *repository* in the lib directory (as e= asily as I can ivy:retrieve into it), then I could use ivy:cachepath too. F= urthermore, just be replacing the ivysettings.xml one could switch to true = online mode. Note: I know both the above cases can be addressed by tar-ing the corporate= repo and giving it to the employers. While it certainly works in a well-co= ntrolled corporate environment, for the more open projects (think about ra= ndom sf.net stuff, or even Jakarta stuff) it just wouldn't work in practice= that way. > Need task to clone repository > ----------------------------- > > Key: IVY-641 > URL: https://issues.apache.org/jira/browse/IVY-641 > Project: Ivy > Issue Type: New Feature > Components: Ant > Reporter: Pavel Krupets > > I installed repository at work (it's not visible from outside due to secu= rity issues) so I need means to clone repository to local drive so people c= an work remotely or at home. can go through repository so I thi= nk it won't be to difficult to add. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.