https://issues.apache.org/bugzilla/show_bug.cgi?id=44661
Summary: Task 'get' should should allow alternative paths. Product: Ant Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Core tasks AssignedTo: notifications@ant.apache.org ReportedBy: [EMAIL PROTECTED] Task 'get' should allow alternative paths (or sources of download): Right now there's only a 'src' attribute, but the most useed case of this task is to download jar libraries from remote servers. If the jar is not available from one server(or the server is down), it might be available from another, but this is very complicated to make right now with ANT (and makes the build.xml complicated and ugly). The simplest solution would to support "alternative" download paths, so that when one download fails (for a specific jar) than to use next from the list of alternatives. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.