Michael Brunnbauer wrote:
Hello Andy,
On Thu, Sep 29, 2011 at 11:26:52AM +0100, Andy Seaborne wrote:
I've just checked the code and it looks as if the database is fine,
because it's (just) the decoding of nodes that is broken. I've just
fixed that in SVN.
Good to hear.
I can do a ARQ SNAPSHOT build (to go with TDB-0.8.11 SNAPSHOT).
You mean a .jar for ARQ to place in the TDB-0.8.10 lib ? That would be fine.
Or you can take the code for ARQ 2.8.8 and patch that in
TokenizerText.readLiteralEscape ; add
I have no experience compiling the Jena packages.
Hi Michael,
it is extremely easy to do, if you want to try.
You "just" need Java and Maven.
If you do not have Maven to install it follow the instructions here [1].
Once you have Java and Maven, you do:
cd /tmp/
svn co http://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/tags/ARQ-2.8.8/
arq
cd /tmp/arq/
... make your changes here
mvn install
ls -la /tmp/arq/target/
This is more or less the same for all the other Jena modules.
Paolo
[1] http://maven.apache.org/download.html#Installation_Instructions
Regards,
Michael Brunnbauer