Download binaries task is broken by JaroslavTulach · Pull Request #1313 · apache/netbeans

Turns out that my f2c5275 causes a regression. DownloadBinaries task from harness/tasks.jar is unusable as the harness/tasks.jar misses now necessary ConfigureProxy class.

To prevent such unfortunate error I wanted to write a test. My attempts to unit test the task failed and at the end I decided to do 022de83

The fix then was simple: 02b8d54