[TIMOB-18161] CLI: Implement Java connectivity tests from titanium-connection-test in ti setup check
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-01-15T21:17:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | CLI |
Labels | network, proxy |
Reporter | Tim Poulsen |
Assignee | Tim Poulsen |
Created | 2014-12-09T17:03:41.000+0000 |
Updated | 2017-03-16T22:20:54.000+0000 |
Description
Add the Java-based network connectivity tests from the https://github.com/appcelerator/titanium-connection-test project to the ti setup check functions. Connections should be made via the proxy (if any) as configured with the existing CLI network configuration functionality.
If all sites are reachable, output a simple message, like:
✓ Java connection test
If sites are unreachable, output a message for each site that cannot be access, like:
✕ api.appcelerator.net is unreachable via Java
PR: https://github.com/appcelerator/titanium/pull/176
Can you review and merge?
PRs to add Java application into git : https://github.com/appcelerator/titanium/pull/180 https://github.com/appcelerator/titanium/pull/179
New PR https://github.com/appcelerator/titanium/pull/182 replaces #175
PRs merged into 3_5_X and cherry-picked into master branch.
Closing ticket as fixed.