Changeset: ed27270f5cdf for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/ed27270f5cdf
Modified Files:
build.properties
Branch: default
Log Message:
Turn on debug info temporary in order to get more info on JdbcClient startup
NPE in default testweb:
Exception in thread "main" java.lang.NullPointerException
at org.monetdb.client.JdbcClient.main(Unknown Source)
diffs (12 lines):
diff --git a/build.properties b/build.properties
--- a/build.properties
+++ b/build.properties
@@ -31,7 +31,7 @@ JDBC_DEF_PORT=50000
##
# should we compile with debugging symbols? Not for public releases
-enable_debug=false
+enable_debug=true
# should we optimize the build, preferably not for debugging. Yes for public
releases
enable_optimize=true
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list