Hi, [CCing dbpedia-developers] this sounds a bit like we should take version management a little more seriously in both projects. A good start would be to use *-SNAPSHOT versions for development and make release versions in order to be able to have proper dependencies. The maven-dependency-plugin [1] helps to handle these things with less effort.
It can also be configured to deploy to a Maven repo. Maven Central would actually be great and would be not hard to achieve, but it is another issue that can be tackled after proper versioning. Maybe this is a good GSoC warm-up tasks? Cheers, Max [1] http://maven.apache.org/maven-release/maven-release-plugin/ On Sat, Apr 27, 2013 at 11:33 PM, reinhard schwab <[email protected]> wrote: > Hi, > > I have finally managed this indexing step with the most recent wikipedia > dump of german. > git checkout of DEF with the 3.8 tag, and applying two changes. > > INFO 2013-04-27 22:30:43,455 main [AllOccurrenceSource$] - Processed > 2600000 Wikipedia definition pages (average 14.08 links per page) > INFO 2013-04-27 22:30:46,254 main [FileOccurrenceSource$] - saved > 35000000 occurrences > INFO 2013-04-27 22:31:14,613 main [FileOccurrenceSource$] - saved > 35100000 occurrences > INFO 2013-04-27 22:31:44,508 main [FileOccurrenceSource$] - saved > 35200000 occurrences > INFO 2013-04-27 22:31:52,478 main [FileOccurrenceSource$] - Finished: > saved 35228423 occurrences to file > INFO 2013-04-27 22:31:52,478 main [ExtractOccsFromWikipedia$] - > Occurrences saved to: > /home/hwadmin/ontology/spotlight/dbpedia_data/data/output/occs.tsv > > if you like, I can open an issue and generate a patch. > do you plan to catch up with DEF? > > regards > reinhard > > Am 27.04.2013 18:47, schrieb reinhard schwab: >> Hi, >> >> the version of DEF should be 3.8, but from when, which revision? >> There is a jar included in lib, dbpedia-extraction-core-3.8.jar, >> which is from 15. october 2012, and updated on 1. november 2012. >> >> I have cloned DEF git repository, built and installed it, and tried to >> compile spotlight against it, it fails. >> >> according to some messages on dbpedia discussion, the extraction of >> occurrences fails because of namespace changes, >> which are implemented at 26. november 2012 in DEF. >> >> >> Regards >> Reinhard >> > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Dbp-spotlight-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbp-spotlight-developers ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Dbpedia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-developers
