Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Relocate InverseMagicProperty


Yes, I had similar problems when I tried to share code between lucene and spin. If we could relocate some other stuff as well, more could be shared between lucene and sail. Either that, or a new module.




On Wednesday, 5 October 2016, 17:31, Jacek Grzebyta <grzebyta.dev@xxxxxxxxx> wrote:


Dear All,


I suggest to relocate InverseMagicProperty from rdf4j-spin to rdf4j-queryalgebra-evaluation package to keep it together with TupleFunction.

In the above task Mark Hale created an instance of magic property (spin function) which should implement InverseMagicProperty interface. Because of that I added rdf4j-spin dependency into rdf4j-sail-lucene-api. After I found a cyclic reference error:

ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.eclipse.rdf4j:rdf4j-spin:2.1-SNAPSHOT'}' and 'Vertex{label='org.eclipse.rdf4j:rdf4j-sail-lucene-api:2.1-SNAPSHOT'}' introduces to cycle in the graph org.eclipse.rdf4j:rdf4j-sail-lucene-api:2.1-SNAPSHOT --> org.eclipse.rdf4j:rdf4j-spin:2.1-SNAPSHOT --> org.eclipse.rdf4j:rdf4j-sail-lucene-api:2.1-SNAPSHOT @
The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.eclipse.rdf4j:rdf4j-spin:2.1-SNAPSHOT'}' and 'Vertex{label='org.eclipse.rdf4j:rdf4j-sail-lucene-api:2.1-SNAPSHOT'}' introduces to cycle in the graph org.eclipse.rdf4j:rdf4j-sail-lucene-api:2.1-SNAPSHOT --> org.eclipse.rdf4j:rdf4j-spin:2.1-SNAPSHOT --> org.eclipse.rdf4j:rdf4j-sail-lucene-api:2.1-SNAPSHOT -> [Help 1]

What do you think about that?

_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/rdf4j-dev



Back to the top