Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 37252 invoked from network); 26 Jan 2009 10:50:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2009 10:50:23 -0000 Received: (qmail 1057 invoked by uid 500); 26 Jan 2009 10:50:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 1033 invoked by uid 500); 26 Jan 2009 10:50:23 -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 1024 invoked by uid 99); 26 Jan 2009 10:50:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 02:50:23 -0800 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, 26 Jan 2009 10:50:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B6FF1234C4A9 for ; Mon, 26 Jan 2009 02:49:59 -0800 (PST) Message-ID: <1873160353.1232966999748.JavaMail.jira@brutus> Date: Mon, 26 Jan 2009 02:49:59 -0800 (PST) From: "Xavier Hanin (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-1011) Enhance download options In-Reply-To: <1746881664.1232705100088.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-1011?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D126672= 14#action_12667214 ]=20 Xavier Hanin commented on IVY-1011: ----------------------------------- a vertical progress bar sounds like a nice idea, I really like it! > Enhance download options > ------------------------ > > Key: IVY-1011 > URL: https://issues.apache.org/jira/browse/IVY-1011 > Project: Ivy > Issue Type: New Feature > Components: Core > Reporter: Jan Mat=C3=A8rne > Priority: Minor > > Enhance the downloading of artefacts. > - parallel downloads > - resuming a download > - partial downloads > - using a downloadmanager (for getting the first three topics) > (Without knowing the internals) I think of something like > public interface Downloader { > /** > * @param source From where to download > * @param target where to store the artefact > * @param progressReporter something that reports the progress (the [= .......]ok at the moment) > */ > download(URI source, File target, ?? progressReporter); > } > Implementations: > - SerialDownloader : the existing downloader > - ParallelDownloader : starts multiple downloads in parallel > - SunDownloader : uses Suns Downloadmanager [1] for doing the job > - ??Downloader : other (free available Java based) download manager > [1] http://www.sun.com/download/sdm/download.xml --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.