[QFJ-640] Ability to run unit tests behind a proxy in fork mode Created: 06/Oct/11 Updated: 06/Oct/11 |
|
Status: | Open |
Project: | QuickFIX/J |
Component/s: | Build |
Affects Version/s: | 1.3.3 |
Fix Version/s: | None |
Type: | Improvement | Priority: | Trivial |
Reporter: | Val | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None |
Description |
Yes, there is ability to run tests in the same JVM so the "http.proxyHost" and "http.ProxyPort" properties will affect the tests phase, but I think people behind a proxy would appreciate for following additional parameters in JUnit Ant task: <jvmarg line="-Dhttp.proxyHost=$ {http.proxyHost}-Dhttp.proxyPort=$ {http.proxyPort}"/> (For trunk there is not so much sense, but I think this way is more convenient than assumption check) |