Paolo,
This has been in for a day now. It will have been put into the nightly
build.
Why not have a differently-named file that only your testing uses so
that everyone else is not picking up your debug changes? Or a branch?
Or a custom build?
Andy
On 05/03/12 11:35, [email protected] wrote:
Author: castagna
Date: Mon Mar 5 11:35:39 2012
New Revision: 1297010
URL: http://svn.apache.org/viewvc?rev=1297010&view=rev
Log:
Print the classpath, temporarily.
Modified:
incubator/jena/Jena2/TDB/trunk/bin/tdbloader2
Modified: incubator/jena/Jena2/TDB/trunk/bin/tdbloader2
URL:
http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/bin/tdbloader2?rev=1297010&r1=1297009&r2=1297010&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/bin/tdbloader2 (original)
+++ incubator/jena/Jena2/TDB/trunk/bin/tdbloader2 Mon Mar 5 11:35:39 2012
@@ -62,6 +62,8 @@ log "Data phase"
DATA_TRIPLES="$LOC/data-triples.$TMP"
DATA_QUADS="$LOC/data-quads.$TMP"
+# This is temporary, to help me debugging a classpath issue when running on
EC2 directly from trunk. I'll remove it, when I find the problem. -- PC
+echo $CP
JVM_ARGS=${JVM_ARGS:--Xmx1200M -server}
java $JVM_ARGS -cp "$CP" "$PKG".CmdNodeTableBuilder \
"--loc=$LOC" "--triples=$DATA_TRIPLES" "--quads=$DATA_QUADS" $FILES