diff options
author | Jose <jose@zeroc.com> | 2016-12-08 14:22:30 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-08 14:22:30 +0100 |
commit | baf9ddb18cef87be8d13c5cf6e9011b89b0660ac (patch) | |
tree | 3fc0fe65d1fae3222ba35c73c6eb6a3af0d77e03 /java-compat | |
parent | Fixed Slice/generation test failure (diff) | |
download | ice-baf9ddb18cef87be8d13c5cf6e9011b89b0660ac.tar.bz2 ice-baf9ddb18cef87be8d13c5cf6e9011b89b0660ac.tar.xz ice-baf9ddb18cef87be8d13c5cf6e9011b89b0660ac.zip |
Windows build instructions updates
Diffstat (limited to 'java-compat')
-rw-r--r-- | java-compat/BuildInstructions.md | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/java-compat/BuildInstructions.md b/java-compat/BuildInstructions.md index fed287e85c4..3321f176185 100644 --- a/java-compat/BuildInstructions.md +++ b/java-compat/BuildInstructions.md @@ -71,20 +71,15 @@ on Unix: On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a3 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a3 (MSI installation) -You will also need to set `CPP_PLATFORM` and `CPP_CONFIGURATION` to much your C++ -build configuration in order for gradle o locate the slice2java compiler - -For example if you build C++ sources for `x64` platform in `Release` mode set -this properties as: +On Windows if you are using Ice for C++ from a source distribution, you must +set `CPP_PLATFORM` and `CPP_CONFIGURATION` environment variables to match the +platform and configuration used in your C++ builds: > set CPP_PLATFORM=x64 > set CPP_CONFIGURATION=Debug -The supported values for `CPP_PLATFORM` are `Win32` and `x64`and the supported -values for `CPP_CONFIGURATION` are `Debug` and `Release` - Before building Ice for Java, review the settings in the file `gradle.properties` and edit as necessary. @@ -136,30 +131,16 @@ Ice installation. On Unix: On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.7a3 + > set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7a3 Python is required to run the test suite. To run the tests, open a command window and change to the top-level directory. At the command prompt, execute: > python allTests.py -You can also run tests individually by changing to the test directory and -running this command: - - > python run.py - If everything worked out, you should see lots of `ok` messages. In case of a failure, the tests abort with `failed`. -## Test Controller - -The test Controller is an Ice server that starts servers for languages that -don't provide a full server side implementation. This is currently used by -the JavaScript and WinRT test suites to start the required servers. - - > gradlew :testController:assemble - - [1]: https://zeroc.com/download.html [2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0 [3]: http://gradle.org |