[jira] [Resolved] (JENA-8) Possibly plausible example of loading RDF/OWL into TDB and querying it fails

2015-08-26 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/JENA-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved JENA-8. - Resolution: Invalid Possibly plausible example of loading RDF/OWL into TDB and querying it fails

Re: Jena OSGi pull request

2015-02-02 Thread Benson Margulies
The maven-bundle-plugin + the pax-exam tools make for a full AL solution to making bundles and testing bundles. See, for example: https://github.com/basis-technology-corp/tcl-regex-java On Mon, Feb 2, 2015 at 8:11 AM, Andy Seaborne a...@apache.org wrote: On 02/02/15 11:33, Stian Soiland-Reyes

Re: New dependency : com.google.guava.guava

2014-12-24 Thread Benson Margulies
On Wed, Dec 24, 2014 at 5:38 PM, Kristian Rosenvold krosenv...@apache.org wrote: I do most my work in a project that is just now discussing moving from 1.5 to 1.6, so I find 1.7 to be an exotic choice :) I suppose shading in a few classes for caching is ok. I think using any of the functional

Re: RDF Thrift for Jena

2014-08-27 Thread Benson Margulies
I'm curious if you compared this to SMILE. On Wed, Aug 27, 2014 at 4:26 AM, Rob Vesse rve...@dotnetrdf.org wrote: Andy I assume the intent it to add this into Apache Jena as a new module? Rob On 26/08/2014 21:20, Andy Seaborne a...@apache.org wrote: I've been working on a binary format

Re: RDF Thrift for Jena

2014-08-27 Thread Benson Margulies
Smile is the binary format for Json that comes in Jackson. Since the transformation from RDF to Json is pretty simple, it occurred to me to wonder how well that stack would, well, stack up. On Wed, Aug 27, 2014 at 6:23 AM, Andy Seaborne a...@apache.org wrote: On 27/08/14 11:16, Benson Margulies

[jira] [Created] (JENA-736) QueryExecution should implement Closable

2014-07-02 Thread Benson Margulies (JIRA)
Benson Margulies created JENA-736: - Summary: QueryExecution should implement Closable Key: JENA-736 URL: https://issues.apache.org/jira/browse/JENA-736 Project: Apache Jena Issue Type

[jira] [Updated] (JENA-736) QueryExecution should implement AutoClosable

2014-07-02 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/JENA-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies updated JENA-736: -- Summary: QueryExecution should implement AutoClosable (was: QueryExecution should implement

[jira] [Reopened] (JENA-732) Default generation target for schemagen maven plugin needs a dir

2014-06-28 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/JENA-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies reopened JENA-732: --- Default generation target for schemagen maven plugin needs a dir

[jira] [Reopened] (JENA-731) schemagen does not add the generated source directory to the source roots

2014-06-28 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/JENA-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies reopened JENA-731: --- schemagen does not add the generated source directory to the source roots

Re: Fixes to the schemagen plugin

2014-06-28 Thread Benson Margulies
Ian et al, I reverted the code changes pending discussion. I left the pom changes; I assert that they are improvement. On Fri, Jun 27, 2014 at 10:55 AM, Benson Margulies bimargul...@gmail.com wrote: On Fri, Jun 27, 2014 at 10:47 AM, Ian Dickinson i.j.dickin...@gmail.com wrote: On Fri, Jun

Re: Fixes to the schemagen plugin

2014-06-27 Thread Benson Margulies
Shall I make the plugin have that version number, too? I'll fix the enforcer glitch. On Fri, Jun 27, 2014 at 4:00 AM, Andy Seaborne a...@apache.org wrote: On 27/06/14 03:35, Benson Margulies wrote: OK, got into JIRA, created two jiras, committed, marked them resolved. Great - there's

Re: Fixes to the schemagen plugin

2014-06-27 Thread Benson Margulies
, Benson Margulies wrote: Shall I make the plugin have that version number, too? If you leave the version for the moment, we can discuss the long term policy. I'll fix the enforcer glitch. Thanks - the solution didn't jump straight out at me. Andy On Fri, Jun 27, 2014 at 4:00 AM

Re: Fixes to the schemagen plugin

2014-06-27 Thread Benson Margulies
Once you all are comfy with the changes from last night and this morning, I'll attempt a bit of housecleaning of that form. On Fri, Jun 27, 2014 at 8:55 AM, Ian Dickinson i.j.dickin...@gmail.com wrote: On Fri, Jun 27, 2014 at 12:35 PM, Benson Margulies bimargul...@gmail.com wrote: I wonder why

[jira] [Commented] (JENA-731) schemagen does not add the generated source directory to the source roots

2014-06-27 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/JENA-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14045941#comment-14045941 ] Benson Margulies commented on JENA-731: --- It is a bug. When you run maven 3.0.4

Re: Fixes to the schemagen plugin

2014-06-27 Thread Benson Margulies
On Fri, Jun 27, 2014 at 10:05 AM, Ian Dickinson i.j.dickin...@gmail.com wrote: Actually, now that I've reviewed it, there's a conflict between this patch and the current behaviour. At the moment, the way to set the output directory to something other than target/generated-sources is to set the

Re: Fixes to the schemagen plugin

2014-06-27 Thread Benson Margulies
On Fri, Jun 27, 2014 at 10:47 AM, Ian Dickinson i.j.dickin...@gmail.com wrote: On Fri, Jun 27, 2014 at 3:31 PM, Benson Margulies bimargul...@gmail.com wrote: On Fri, Jun 27, 2014 at 10:05 AM, Ian Dickinson i.j.dickin...@gmail.com wrote: Actually, now that I've reviewed it, there's

Fixes to the schemagen plugin

2014-06-26 Thread Benson Margulies
Hi folks. I'm temporarily locked out of JIRA. I have some fixes to the maven plugin. If infra unsticks me, I'll make a JIRA, but if not, would anyone be disturbed if I made a jira-less commit? The fixes are: 1: make the default output generated-sources/jena. Using generated-sources tangles up

[jira] [Created] (JENA-732) Default generation target for schemagen maven plugin needs a dir

2014-06-26 Thread Benson Margulies (JIRA)
Benson Margulies created JENA-732: - Summary: Default generation target for schemagen maven plugin needs a dir Key: JENA-732 URL: https://issues.apache.org/jira/browse/JENA-732 Project: Apache Jena

[jira] [Resolved] (JENA-732) Default generation target for schemagen maven plugin needs a dir

2014-06-26 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/JENA-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved JENA-732. --- Resolution: Fixed svn commit 1605941. Default generation target for schemagen maven plugin

Re: Fixes to the schemagen plugin

2014-06-26 Thread Benson Margulies
OK, got into JIRA, created two jiras, committed, marked them resolved. Andy, could you please add a component for the jena-maven-tools and a version for 0.5 and 0.6 and I'll spruce them up further. On Thu, Jun 26, 2014 at 9:42 PM, Benson Margulies bimargul...@gmail.com wrote: Hi folks. I'm

Re: [VOTE] Release Jena 2.7.1

2012-06-11 Thread Benson Margulies
I don't understand the remark about sdb and larq. Are you just noting that the tag tags them even though you are not releasing them? Also, you need three PMC members, formally, not just three committers (which is only important is the list is different). On Mon, Jun 11, 2012 at 9:44 AM, Andy