Closed GoogleCodeExporter closed 8 years ago
Alternatively, we could allow the user to interrupt the download and skip to
the next
mirror?
Original comment by stefan.haustein
on 15 Apr 2010 at 11:20
If we check for an existing q2-314-demo-x86.exe, we probably should make sure
it is
complete... Perhaps we could download the file to a temp file, and only rename
on
success....
Original comment by stefan.haustein
on 15 Apr 2010 at 11:23
We can also do a checksum verification.
Original comment by matthias.buchner
on 15 Apr 2010 at 3:35
Sometimes it doesn't even connect to any mirror.
I solved the problem manually downloading installer and changing source code
like this
Downloader.java:
+import java.io.FileInputStream;
at imports and
+File file = new File("%PATH_TO_FILE%\\q2-314-demo-x86.exe");
+InputStream is = new FileInputStream(file);
instead of
InputStream is = url.openStream();
Original comment by iJe...@gmail.com
on 7 Mar 2011 at 4:30
Added more checks.
Cannot reproduce
If one of the urls is dead, please let us know which one to remove
Original comment by stefan.haustein
on 11 Oct 2011 at 6:31
Original comment by stefan.haustein
on 11 Oct 2011 at 6:31
Original issue reported on code.google.com by
matthias.buchner
on 13 Apr 2010 at 6:21