[Mulgara-svn] r414 - branches/nw-interface/src/jar/itql/java/org/mulgara/itql
pag at mulgara.org
pag at mulgara.org
Mon Sep 10 14:59:05 UTC 2007
Author: pag
Date: 2007-09-10 09:59:03 -0500 (Mon, 10 Sep 2007)
New Revision: 414
Modified:
branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java
Log:
updated call to ExecuteScript to supply a parser
Modified: branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java
===================================================================
--- branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java 2007-09-10 10:17:54 UTC (rev 413)
+++ branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java 2007-09-10 14:59:03 UTC (rev 414)
@@ -549,7 +549,7 @@
String resource = node.getResource().getText();
try {
- lastCommand = new ExecuteScript(new URL(resource));
+ lastCommand = new ExecuteScript(new URL(resource), this);
} catch (MalformedURLException mue) {
// let the user know the problem
logger.warn("Invalid script source URL: " + resource);
More information about the Mulgara-svn
mailing list