diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2013-10-18 20:17:03 -0400 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2013-10-20 22:12:26 -0400 |
commit | 8f99af2eb73afe6fc3372b7ebd0970f676a5cb30 (patch) | |
tree | a6e420cd05138572bd2c1371b0cbf601d8ea425e /codegenerator.mk | |
parent | f8cfa7070bffb873ff8cc706e0a230bbcb9fc10e (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.mk | 2 |
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 $< |