Well, you could just as well download the latest jar file from the
maven repository... if you're only after the jar file, that is.

Got to http://m2.neo4j.org/org/neo4j/neo4j-rdf/0.6-SNAPSHOT/ and grapb
the latest there. Or include that dependency in your maven pom.

The "Apoc" release only includes some selected core components to get
you going and all the other components are optional for you to
download or depend on with maven.

2010/1/28 Peter Neubauer <[email protected]>:
> Francis,
> we have not released the surrounding components that are not contained
> in the APOC as compliant snapshots. That means, you should check out
> trunk from svn for the interesting components with e.g.
>
> svn co https://svn.neo4j.org/components/neo-rdf/trunk/ neo-rdf
> mvn install
>
> And then use that deployed local SNAPSHOT version (0.6-SNAPSHOT).
>
> Is that ok for you?
>
> Cheers,
>
> /peter neubauer
>
> COO and Sales, Neo Technology
>
> GTalk:      neubauer.peter
> Skype       peter.neubauer
> Phone       +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter      http://twitter.com/peterneubauer
>
> http://www.neo4j.org                - Your high performance graph database.
> http://gremlin.tinkerpop.com    - PageRank in 2 lines of code.
>
>
>
> On Wed, Jan 27, 2010 at 4:28 PM, francis adediran <[email protected]> wrote:
>> Hi,
>>  I'm trying to use neo4j rdf component. I have downloaded the zipped
>> archive from the download page http://neo4j.org/download/. included them in
>> my class path. and every thing is working fine
>>
>> now i would like to work with rdf data
>>
>> but i'm unable to use the Rdf store and VerboseQuadStore as
>> explained here  http://components.neo4j.org/neo4j-rdf/
>> *
>>
>> import* org.neo4j.api.core.*;
>> *
>>
>> import* org.neo4j.util.index.IndexService;
>> *
>>
>> import* org.neo4j.util.index.LuceneIndexService;
>> *
>>
>> import* *org.neo4j.rdf*.*;
>>
>> IndexService indexService = *new* LuceneIndexService( neo );
>>
>> *RdfStore* store = *new* *VerboseQuadStore*( neo, indexService );
>>
>> (underlined words are errors)
>>
>> Is there another jar file or archive that i need to download? or is my
>> imports wrong?
>>
>> any suggestion would be much appreciated
>>
>> --
>>
>> Francis
>> _______________________________________________
>> Neo mailing list
>> [email protected]
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [[email protected]]
Neo Technology, www.neotechnology.com
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to