On 29/09/11 11:38, 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.
I'm afraid not - the latest ARQ snapshot probably isn't compatible with
TDB 0.8.10.
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.
Unpack the sources into directory src/ and run maven.
mkdir src
(cd src ; unzip -q ../arq-2.8.8-sources.jar )
mvn compile jar:jar
and look in target/
Andy
Regards,
Michael Brunnbauer