summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-10-31 09:25:48 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-10-31 09:25:48 +0100
commitf98660cdf26af3f6c047599cf29149452c7c9644 (patch)
tree5375227ebe767a03d6ddf6c54720b560492ac13d /demoscript/Util.py
parentMore lex Scanner fixes (diff)
downloadice-f98660cdf26af3f6c047599cf29149452c7c9644.tar.bz2
ice-f98660cdf26af3f6c047599cf29149452c7c9644.tar.xz
ice-f98660cdf26af3f6c047599cf29149452c7c9644.zip
Fixed demoscripts/Util.py to add build/classes to CLASSPATH
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index b0f22c727e6..c7f4c003959 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -291,7 +291,7 @@ def configurePaths():
addenv("CLASSPATH", os.path.join(javaDir, "lib", "IcePatch2.jar"))
if not iceHome:
addenv("CLASSPATH", os.path.join(javaDir, "lib"))
- addenv("CLASSPATH", os.path.join("classes"))
+ addenv("CLASSPATH", os.path.join("build", "classes"))
#
# On Windows, C# assemblies are found thanks to the .exe.config files.