--continue "false" doesn't exit from command-line GFT if download fails
Opened this issue · 0 comments
GoogleCodeExporter commented
When using "false" for continue on fail (--continue), if the download fails the
download does not stop. I can replicate this reliably:
java
-Djava.io.tmpdir="/work/bsmith2/encrypted-backups/cptac/TrancheBatchDownloader/.
/temp/7" -Xmx1024m -jar pc-tranche-get.jar -m
/work/bsmith2/encrypted-backups/cptac/TrancheBatchDownloader/./temp/7
--continue false --lastmodified false --performance false --verbose
--passphrase cd6176a302b518f2d977bf720380c51d
OLoB7BdjbKV5E2BVSAfgT/oEAxebIMFL45vJe51m5F4fqfPy6LNpPhIwo5xjWxS2o0Xvrr/z9TxWDHa6
0MgMb7mmt1UAAAAAAAAQfA==
/work/bsmith2/encrypted-backups/cptac/TrancheBatchDownloader/downloads/56
Work-around: use true. =)
Original issue reported on code.google.com by bryanesmith@gmail.com
on 19 Jul 2010 at 6:48