summaryrefslogtreecommitdiff
path: root/java/BuildInstructions.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-04-07 19:09:14 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-04-07 19:09:14 +0200
commit9cbdda5978ce61ce33b3f33e03862b18f40f323d (patch)
tree2d985d6c71edd2b476b53b1bb0a26d5054f8effc /java/BuildInstructions.md
parentFixes to support new versionning scheme for alpha/beta releases (diff)
downloadice-9cbdda5978ce61ce33b3f33e03862b18f40f323d.tar.bz2
ice-9cbdda5978ce61ce33b3f33e03862b18f40f323d.tar.xz
ice-9cbdda5978ce61ce33b3f33e03862b18f40f323d.zip
Updated Ice version to 3.7a0
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r--java/BuildInstructions.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index 8225ed1d235..5d36af801a2 100644
--- a/java/BuildInstructions.md
+++ b/java/BuildInstructions.md
@@ -106,12 +106,12 @@ not built Ice for C++ in this source distribution, you must set the `ICE_HOME`
environment variable with the path name of your Ice installation. For example,
on Unix:
- $ export ICE_HOME=/opt/Ice-3.7.0 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.7a0 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a0
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
@@ -152,7 +152,7 @@ To install Ice for Java in the directory specified by the `prefix` variable in
The installation installs the following JAR files to `<prefix>/lib`.
glacier2-3.7.0.jar
- ice-3.7.0.jar
+ ice-3.7a0.jar
icebox-3.7.0.jar
icediscovery-3.7.0.jar
icegrid-3.7.0.jar
@@ -171,12 +171,12 @@ C++ distribution. If you have not built Ice for C++ in this source distribution
then you must set the `ICE_HOME` environment variable with the path name of your
Ice installation. On Unix:
- $ export ICE_HOME=/opt/Ice-3.7.0 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.7a0 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.7.0
+ > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.7a0
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: