diff options
author | Brent Eagles <brent@zeroc.com> | 2005-02-16 13:53:27 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-02-16 13:53:27 +0000 |
commit | 5d1644c8320b3f6ae0f36ac0c381b10361305038 (patch) | |
tree | 9363acc38d686aab86296f419eff7d4c934a6f04 | |
parent | Fixed bug in outgoing connection factory (diff) | |
download | ice-5d1644c8320b3f6ae0f36ac0c381b10361305038.tar.bz2 ice-5d1644c8320b3f6ae0f36ac0c381b10361305038.tar.xz ice-5d1644c8320b3f6ae0f36ac0c381b10361305038.zip |
add check to see if we managed to figure out the install type or not
-rw-r--r-- | java/config/common.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/config/common.xml b/java/config/common.xml index 5ba564d8272..0654358be90 100644 --- a/java/config/common.xml +++ b/java/config/common.xml @@ -36,6 +36,14 @@ </not> </and> </condition> + + <fail message="Unable to detect a valid Ice installtion."> + <condition> + <not> + <isset property="installtype"/> + </not> + </condition> + </fail> <import file="${common.basedir}/common.${installtype}.xml"/> <property file="${common.basedir}/build.properties"/> |