mischkew / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

xercesImpl-2.9.1-lucene missing on maven central #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JWPL needs a xercesImpl with a patch for this bug:
https://issues.apache.org/jira/browse/XERCESJ-1257

This bug is still unresolved in the 2.x family of xerces. The lucene variant 
included the patch but is no longer on central.

We can either
- ask to incoporate the pathc in 2.x (the patch is available for a long time 
now and has not been incorporated within the last years - so this option will 
propably not work)
- provide a jwpl-variant to maven central including the patch
- check if xerces 3.x has a fix to this bug and is compatible with the mwdumper 
code use in the datamachine

A workaround until then is to use the copy of xercesImpl 2.9.1-lucene on the 
UKP public artifactory:

Download jar and pom from repository
http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/simple/public-ext-rel
eases-local/xerces/xercesImpl/2.9.1-lucene/

Install artifact in local repository of the client system
mvn install:install-file -Dfile=./xercesImpl-2.9.1-lucene.jar 
-DpomFile=./xercesImpl-2.9.1-lucene.pom

(Thanks to Shiri Dori-Hacohen for this info)

Original issue reported on code.google.com by oliver.ferschke on 5 Jun 2014 at 8:34

GoogleCodeExporter commented 9 years ago
Issue 109 has been merged into this issue.

Original comment by oliver.ferschke on 12 Jun 2014 at 10:08

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r783.

Original comment by oliver.ferschke on 5 Aug 2014 at 1:05

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 5 Aug 2014 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 11 Sep 2014 at 1:36