You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/03/06 12:57:58 UTC

jena git commit: Update fuseki-dev to maven built/cached classpath

Repository: jena
Updated Branches:
  refs/heads/master 4692c7397 -> 1b612db8e


Update fuseki-dev to maven built/cached classpath


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/1b612db8
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/1b612db8
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/1b612db8

Branch: refs/heads/master
Commit: 1b612db8ea93ae780935dd2e31e2d5565ba2cf7a
Parents: 4692c73
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Mar 6 11:21:41 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Mar 6 11:21:41 2015 +0000

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-core/fuseki-dev | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/1b612db8/jena-fuseki2/jena-fuseki-core/fuseki-dev
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/fuseki-dev b/jena-fuseki2/jena-fuseki-core/fuseki-dev
index efc9e7e..91a30a6 100755
--- a/jena-fuseki2/jena-fuseki-core/fuseki-dev
+++ b/jena-fuseki2/jena-fuseki-core/fuseki-dev
@@ -42,7 +42,7 @@ check_dir "FUSEKI_BASE" "$FUSEKI_BASE"
 CPF="$FUSEKI_HOME/fuseki.classpath"
 if [ ! -e "$CPF" ]; then
     echo "Need to create Fuseki classpath file"
-    echo "Ensure maven is upto date with the lest snapshots and then run"
+    echo "Ensure maven is upto date with the latest snapshots and then run"
     echo -e "cd $FUSEKI_HOME ; \nmvn dependency:build-classpath -Dmdep.outputFile=fuseki.classpath"
     exit 1
 fi
@@ -70,7 +70,7 @@ done
 
 FUSEKI_LOG="" #${FUSEKI_LOG:-}
 JVM_ARGS="${JVM_ARGS:--Xmx1200M}"
-
+#echo "$CP"
 exec java -cp "$CP" $JVM_ARGS $FUSEKI_LOG org.apache.jena.fuseki.cmd.FusekiCmd "$@"
 
 # Run as war file.