Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Denny Vrandečić
Hi Markus, On Wed Apr 09 2014 at 4:18:50 AM, Markus Krötzsch < mar...@semantic-mediawiki.org> wrote: > Change to the directory of the example module (wdtk-examples), then run: > > mvn exec:java > -Dexec.mainClass="org.wikidata.wdtk.examples.DumpProcessingExample" > Thanks, that is exactly what I

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Markus Krötzsch
On 09/04/14 13:18, Markus Krötzsch wrote: Hi Denny, hi Daniel, hi all, Welcome to Java :-) (more useful answers below) Following popular demand ;-), I have now created a new documentation section "Beginner's guide" [1] that takes you step-by-step through setting up your very first Maven proj

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Markus Krötzsch
Hi Gerard. On 09/04/14 10:54, Gerard Meijssen wrote: Hoi, What is the relevance of these tools when you have to have specialised environments to use them ? Not sure what you mean. Wikidata Toolkit doesn't have any requirements other than plain old Java to run. Nevertheless, we'd also like

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Markus Krötzsch
Hi Denny, hi Daniel, hi all, Welcome to Java :-) (more useful answers below) On 09/04/14 10:41, Daniel Kinzler wrote: Am 08.04.2014 23:34, schrieb Denny Vrandečić: I was trying to use this, but my Java is a bit rusty. How do I run the DumpProcessingExample? I did the following steps: git clo

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Gerard Meijssen
Hoi, What is the relevance of these tools when you have to have specialised environments to use them ? Thanks, GerardM On 9 April 2014 10:41, Daniel Kinzler wrote: > Am 08.04.2014 23:34, schrieb Denny Vrandečić: > > I was trying to use this, but my Java is a bit rusty. How do I run the >

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Daniel Kinzler
Am 08.04.2014 23:34, schrieb Denny Vrandečić: > I was trying to use this, but my Java is a bit rusty. How do I run the > DumpProcessingExample? > > I did the following steps: > > git clone https://github.com/Wikidata/Wikidata-Toolkit > cd Wikidata-Toolkit > mvn install > mvn test > > Now, how do