Re: Can't build tdb2

2018-10-14 Thread Andy Seaborne
On 14/10/18 17:00, Claude Warren wrote: I ran "mvn clean install -Pdev" from the jena root I then ran "mvn clean install -Pdev" in the jena-tdb2 directory as that was the step that failed with the errors noted above. Works for me (on linux). I then created the script to build outside of

[jira] [Comment Edited] (JENA-1618) Configuration for a TDB2 ,Reasoner and external content failed.

2018-10-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649431#comment-16649431 ] Andy Seaborne edited comment on JENA-1618 at 10/14/18 7:20 PM: --- In that

Re: Can't build tdb2

2018-10-14 Thread Claude Warren
I ran "mvn clean install -Pdev" from the jena root I then ran "mvn clean install -Pdev" in the jena-tdb2 directory as that was the step that failed with the errors noted above. I then created the script to build outside of maven Script is: === start of script

[jira] [Commented] (JENA-1618) Configuration for a TDB2 ,Reasoner and external content failed.

2018-10-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649431#comment-16649431 ] Andy Seaborne commented on JENA-1618: - In that thread, the problem was having both ja:baseModel and

Re: Can't build tdb2

2018-10-14 Thread Andy Seaborne
And the error message would be different. Windows issues? Andy On 14/10/18 15:54, ajs6f wrote: Just for a data point, I just ran a full `mvn clean install` from current master in 512MB heap. Of course, TDB1 (and I assume 2 as well) can use significant amounts of off-heap memory. ajs6f

Re: Can't build tdb2

2018-10-14 Thread ajs6f
Just for a data point, I just ran a full `mvn clean install` from current master in 512MB heap. Of course, TDB1 (and I assume 2 as well) can use significant amounts of off-heap memory. ajs6f > On Oct 14, 2018, at 10:02 AM, Claude Warren wrote: > > I did have Eclipse running but shut it down

Re: Can't build tdb2

2018-10-14 Thread Andy Seaborne
Did yuo run the build from the top, from jena-db or just jena-tdb2? On 14/10/18 15:12, Claude Warren wrote: In a little more detail, I ran "mvn clean install -Pdev" and the build failed. In jena-tdb2 directory the I ran "mvn dependency:build-classpath -Dmdep.outputFile=cp.txt" Does cp.txt

Re: jena development test failures

2018-10-14 Thread Andy Seaborne
On 14/10/18 13:56, Andy Seaborne wrote: On 14/10/18 13:47, Claude Warren wrote: At work we found that creating a build suite that did an install into a separate local repository solved some pollution problems. Or quicker : "rm -rf /org/apache/jena/*" :-) Or "find /org/apache/jena/*

Re: Can't build tdb2

2018-10-14 Thread Claude Warren
In a little more detail, I ran "mvn clean install -Pdev" and the build failed. In jena-tdb2 directory the I ran "mvn dependency:build-classpath -Dmdep.outputFile=cp.txt" which generated a file with the classpath for the build. I created a script using that classpath as well as the

Re: Can't build tdb2

2018-10-14 Thread Andy Seaborne
On 14/10/18 13:48, Andy Seaborne wrote: On 14/10/18 10:13, Claude Warren wrote: > OK.  I have maven produce a classpath file for me so I know what > classpath it is using. How are you running tests and your IDE? I use the maven nature of projects, not the old command line "generate

Re: Can't build tdb2

2018-10-14 Thread Claude Warren
I did have Eclipse running but shut it down and executed "mvn clean install -Pdev" but get the problems mentioned above. Is there a minimal memory required for compilation? This is an old system so perhaps I am hitting that. On Sun, Oct 14, 2018 at 1:48 PM Andy Seaborne wrote: > On 14/10/18

Re: jena development test failures

2018-10-14 Thread Andy Seaborne
On 14/10/18 13:47, Claude Warren wrote: At work we found that creating a build suite that did an install into a separate local repository solved some pollution problems. Or quicker : "rm -rf /org/apache/jena/*" :-) Or "find /org/apache/jena/* -name \*SNAPSHOT | xargs rm -rf" But that's

Re: Can't build tdb2

2018-10-14 Thread Andy Seaborne
On 14/10/18 10:13, Claude Warren wrote: > OK. I have maven produce a classpath file for me so I know what > classpath it is using. How are you running tests and your IDE? I use the mavenr nature of projects, not the old command line "generate .classpath" etc. For a new version, in Eclipse

Re: jena development test failures

2018-10-14 Thread Claude Warren
At work we found that creating a build suite that did an install into a separate local repository solved some pollution problems. On Sun, Oct 14, 2018 at 1:25 PM Andy Seaborne wrote: > Why will that help? > Have you tried deleting the workspace manually first? I don't see a > successful job

Re: jena development test failures

2018-10-14 Thread Andy Seaborne
Why will that help? Have you tried deleting the workspace manually first? I don't see a successful job that has done that. There is a code bug due to a moved class. I'll fix it. Andy On 14/10/18 13:02, Claude Warren wrote: OK, so the jena development test has not completed for the

jena development test failures

2018-10-14 Thread Claude Warren
OK, so the jena development test has not completed for the last 5 builds. I started the build by hand when it failed and it failed with a different error. This is rather disconcerting. I can't seem to build the entire package on my system. Perhaps we need a build that deletes the workspace and

[jira] [Resolved] (JENA-1515) Values added to subQuery are stripped by QueryBuilder

2018-10-14 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved JENA-1515. - Resolution: Fixed Fix Version/s: Jena 3.10.0 > Values added to subQuery are stripped by

[jira] [Resolved] (JENA-1602) Update builder has no mechanism to add inserts or deletes based on model or triple collections

2018-10-14 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved JENA-1602. - Resolution: Fixed Fix Version/s: Jena 3.10.0 > Update builder has no mechanism to add

[jira] [Commented] (JENA-1602) Update builder has no mechanism to add inserts or deletes based on model or triple collections

2018-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649338#comment-16649338 ] ASF subversion and git services commented on JENA-1602: --- Commit

[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/480 ---

[jira] [Commented] (JENA-1515) Values added to subQuery are stripped by QueryBuilder

2018-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649336#comment-16649336 ] ASF GitHub Bot commented on JENA-1515: -- Github user asfgit closed the pull request at:

[jira] [Commented] (JENA-1515) Values added to subQuery are stripped by QueryBuilder

2018-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649335#comment-16649335 ] ASF subversion and git services commented on JENA-1515: --- Commit

[GitHub] jena pull request #479: JENA-1515 - Ensures values added to subQuery are not...

2018-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/479 ---

[jira] [Commented] (JENA-1368) Remove regex based where clause tests

2018-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649334#comment-16649334 ] ASF subversion and git services commented on JENA-1368: --- Commit

[jira] [Commented] (JENA-1515) Values added to subQuery are stripped by QueryBuilder

2018-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649333#comment-16649333 ] ASF subversion and git services commented on JENA-1515: --- Commit

Re: Can't build tdb2

2018-10-14 Thread Claude Warren
OK. I have maven produce a classpath file for me so I know what classpath it is using. I created a shell script to execute a single junit test outside of maven. Using org.junit.runner.JUnitCore I am executing org.apache.jena.tdb2.assembler.TestTDBAssembler I get: