Skip to content

Instantly share code, notes, and snippets.

View bdionne's full-sized avatar

Bob Dionne bdionne

View GitHub Profile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] protege-parent 5.1.1-SNAPSHOT ...................... SUCCESS [ 0.149 s]
[INFO] protege-editor-core ................................ FAILURE [ 6.762 s]
[INFO] protege-launcher ................................... SKIPPED
[INFO] protege-common ..................................... SKIPPED
[INFO] protege-editor-owl ................................. SKIPPED
[INFO] protege-desktop 5.1.1-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
var createSbot = require('./')
.use(require('./plugins/plugins'))
.use(require('./plugins/master'))
.use(require('./plugins/gossip'))
.use(require('./plugins/replicate'))
.use(require('ssb-friends'))
.use(require('ssb-blobs'))
.use(require('./plugins/invite'))
.use(require('./plugins/local'))

;;(server-start)

(setq load-path (cons “~/emacs/site-lisp/” load-path))

(setq load-path (cons “~/emacs/distel/elisp/” load-path)) (setq load-path (cons “/usr/local/lib/erlang/lib/tools-2.8.5/emacs” load-path))

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.clarkparsia.pellet</groupId>
<artifactId>pellet-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
</parent>
diff --git a/src/main/java/org/protege/editor/owl/client/LocalHttpClient.java b/src/main/java/org/protege/editor/owl/client/LocalHttpClient.java
index 309444d..d992421 100644
--- a/src/main/java/org/protege/editor/owl/client/LocalHttpClient.java
+++ b/src/main/java/org/protege/editor/owl/client/LocalHttpClient.java
@@ -672,7 +672,7 @@ public class LocalHttpClient implements Client, ClientSessionListener {
} finally {
dlg.setVisible(false);
}
- }).get();
+ });
private static PreferencesFactory factory() {
// 1. Try user-specified system property
String factoryName = AccessController.doPrivileged(
new PrivilegedAction<String>() {
public String run() {
return System.getProperty(
"java.util.prefs.PreferencesFactory");}});
if (factoryName != null) {
// FIXME: This code should be run in a doPrivileged and
// not use the context classloader, to avoid being
handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
# Modify the following level property for more or less verbose console logging
#
#java.util.logging.ConsoleHandler.level = FINE
#java.util.logging.FileHandler.level = FINE
# Modify the following property to select a different log record formatter
#
handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
# Modify the following level property for more or less verbose console logging
#
#java.util.logging.ConsoleHandler.level = FINE
#java.util.logging.FileHandler.level = FINE
# Modify the following property to select a different log record formatter
#
C1004 new FULL_SYN Acme Just In Time Cleaner term-group PT term-source NCI source-code BatchTesting
C1007 new FULL_SYN Acme Right Away Dissolver term-group PT term-source NCI source-code BatchTesting
exec "$JAVACMD" $JAVA_OPTS \
-classpath "$CLASSPATH" \
-Dapp.name="pellet" \
-Dapp.pid="$$" \
-Dapp.repo="$REPO" \
-Dapp.home="$BASEDIR" \
-Dbasedir="$BASEDIR" \
pellet.Pellet \
"$@"