aboutsummaryrefslogtreecommitdiff
path: root/codegenerator.mk
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2013-10-18 20:17:03 -0400
committerJim Carroll <thecarrolls@jiminger.com>2013-10-20 22:12:26 -0400
commit8f99af2eb73afe6fc3372b7ebd0970f676a5cb30 (patch)
treea6e420cd05138572bd2c1371b0cbf601d8ea425e /codegenerator.mk
parentf8cfa7070bffb873ff8cc706e0a230bbcb9fc10e (diff)
[fix] Update to groovy 2.1.7 should fix an old issue when importing classes relative to the script's location and relative classpath references.
Diffstat (limited to 'codegenerator.mk')
-rw-r--r--codegenerator.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegenerator.mk b/codegenerator.mk
index 7eddb3817a..9615aa3f80 100644
--- a/codegenerator.mk
+++ b/codegenerator.mk
@@ -32,7 +32,7 @@ GENERATE_DEPS += $(TOPDIR)/xbmc/interfaces/legacy/*.h $(TOPDIR)/xbmc/interfaces/
vpath %.i $(INTERFACES_DIR)/swig
$(GENDIR)/%.cpp: $(GENDIR)/%.xml $(JAVA) $(SWIG) $(DOXY_XML_PATH)
- $(JAVA) -cp "$(GROOVY_DIR)/groovy-all-1.8.9.jar:$(GROOVY_DIR)/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python" \
+ $(JAVA) -cp "$(GROOVY_DIR)/groovy-all-2.1.7.jar:$(GROOVY_DIR)/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python" \
groovy.ui.GroovyMain $(TOPDIR)/tools/codegenerator/Generator.groovy $< $(INTERFACES_DIR)/python/PythonSwig.cpp.template $@ $(DOXY_XML_PATH)
rm $<