diff options
author | Jose <jose@zeroc.com> | 2015-06-17 13:28:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-06-17 13:28:21 +0200 |
commit | f2ecd5cf1659245f21643055dbcc2f51d88df65d (patch) | |
tree | f9ad898b939ff916594840b7e674f21adb7c61dd /java/BuildInstructions.md | |
parent | Remove server.pem unused certificate (diff) | |
download | ice-f2ecd5cf1659245f21643055dbcc2f51d88df65d.tar.bz2 ice-f2ecd5cf1659245f21643055dbcc2f51d88df65d.tar.xz ice-f2ecd5cf1659245f21643055dbcc2f51d88df65d.zip |
Update build instructions for JavaScript and WinRT
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r-- | java/BuildInstructions.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index 5bb7279f61f..cbea0fb52bc 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -227,6 +227,15 @@ You can start the tool with the following command: In OS X there is also an application bundle named IceGrid Admin. You can start the IceGrid Admin tool by double-clicking the IceGrid Admin icon in Finder. +## Test Controller + +The test Controller is an Ice server that allows to start servers for languages +that doesn't provide a full server side. This is currently used by JavaScript and +WinRT test suites to start the required servers. + + > gradlew :testController:assemble + + [1]: https://zeroc.com/download.html [2]: https://zeroc.com/platforms_3_6_0.html [3]: http://gradle.org |