Nicolas Delaforge

Results 5 issues of Nicolas Delaforge

I have the following error while trying to compile Corese from sources : ``` $ mvn clean -Dmaven.test.skip=true package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO]...

How can we build a fully assembled jar with dependencies ? ``` $ mvn assembly:assembly [INFO] --- maven-assembly-plugin:2.4:assembly (default-cli) @ corese-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] corese-parent...

``` $ git clone [email protected]:Wimmics/corese.git $ cd corese/ $ mvn package [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] corese-parent ...................................... SUCCESS [ 0.456 s] [INFO] kgram .............................................. SUCCESS [ 0.952...

It could be useful to add the [maven jetty plugin](http://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html) to the kgserver pom file, so we can start the server directly from maven with "mvn jetty:run" command.

Hi all, I am testing the couple [orientdb-gremlin](https://github.com/mpollmeier/orientdb-gremlin) and [gremlin-scala](https://github.com/mpollmeier/gremlin-scala) in production environment and I am experimenting data loss after some time. OrientDB is logging exceptions about unknown sessions :...