Re: jena git commit: Added chdir $FUSEKI_HOME when running in an environment without start-stop-daemon. Added a chdir to original directory after starting fuseki. Fixes bug JENA-984

2015-07-05 Thread Andy Seaborne
Comments: 1/ Needs to cope spaces in directory names as well. cd $FUSEKI_HOME 2/ A safer shell idiom is to use a subshell envirionment: ( cd $FUSEKI_HOME .. do stuff .. ) the change of working directory is limited to the subshell. No need to have OLD_DIR. Andy On 04/07/15 17:27,

jena-core dependencies : contract testing

2015-07-05 Thread Andy Seaborne
On 29/06/15 17:05, Claude Warren wrote: I'll have to mess with the build when I get home. On Mon, Jun 29, 2015 at 4:42 PM, Andy Seaborne a...@apache.org wrote: On 29/06/15 09:57, Claude Warren wrote: The contract-test-maven-plugin should be version 0.1.4 There is a dependency on this

[jira] [Commented] (JENA-984) Fuseki script does not correctly run when start-stop-daemon is not available

2015-07-05 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14614268#comment-14614268 ] Andy Seaborne commented on JENA-984: What actually goes wrong, what error messages

Re: [ANN] GSoC 2015 Project Mid-term Evaluation (PASS)

2015-07-05 Thread Qihong Lin
Hi, Please check my latest commits [1]. I just completed the function of QueryEngineHTTP.execConstructQuads(). You can try out the example of query_construct_quad_01() in TestQuery [2]. I'll improve the tests later on, with more questions in the other thread. Thanks! Regards, Qihong [1]

Re: [ANN] GSoC 2015 Project Mid-term Evaluation (PASS)

2015-07-05 Thread Andy Seaborne
On 04/07/15 15:08, Ying Jiang wrote: Hi all, FYI, Google announced the mid-term evaluation result of GSoC 2015 project yesterday. The Jena project of Extend CONSTRUCT to build quads (JENA-491) passed the evaluation. Hi Qihong, Thanks a lot for your contribution last month! We expect your