Re: Problem executing the TH Software

It's working fine now.
Thanks Boris!

2012/5/2 Boris Villazon-Terrazas <bvillazon@fi.upm.es>

> Hi Luis,all
>
> I updated the TH software [1], now it includes
> - a windows batch file, I tested with Windows Xp and by using relative
> path in the ts.ttl, e.g. rdb2rdftest:workingDirectory "./ts1" .
> - a new entry for describing the dbms used in the TS, i.e.,
> rdb2rdftest:dbms  r2rml:Oracle. For the dbms you should use the URIs
> available here [2]
>
> I also updated the Test Results page [3] including the description of the
> new dbms entry.
>
> I hope everything is ok now.
> Please do not hesitate to contact me if you have more issues.
>
> Thanks
>
> Boris
>
>
> [1]
> https://github.com/downloads/boricles/rdb2rdf-th/rdb2rdf-th_bin_0.0.3.zip
> [2] http://www.w3.org/2001/sw/wiki/RDB2RDF/SQL_Version_IRIs
> [3] http://www.w3.org/2001/sw/rdb2rdf/wiki/Submitting_Test_Results
>
> On May 2, 2012, at 4:28 AM, Luis Eufrasio Teixeira Neto wrote:
>
> Dear all,
>
> I am responsible for testing the DM for D2RQ tool.
> So I've already created all the directGraph-d2rq.ttl for each test case.
> They have the same name but different location. Each one is into its
> respective folder: the root folder of the test case.
>
> I downloaded the TH software and unzipped it in C:\Users\Luis\TH
> So I moved the ts1 folder to this folder above.
> After that I changed the ts.ttl file with this:
>
> @prefix test: <http://www.w3.org/2006/03/test-description#> .
> @prefix dcterms: <http://purl..org/dc/elements/1.1/<http://purl.org/dc/elements/1.1/>>
> .
> @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
> @base <http://mappingpedia.org/rdb2rdf/tc/> .
> @prefix doap:<http://usefulinc.com/ns/doap#>.
>
> <ts> a rdb2rdftest:TestSuite;
>     dcterms:title "Test Suite for Direct Mapping" ;
>     dcterms:identifier "TS-01" ;
>     rdb2rdftest:workingDirectory "C:/Users/Luis/TH/ts1" .
>
> <myProject>
>         a doap:Project ;
>         doap:name "d2r" ;
>         doap:homepage "http://d2rq.org/ <http://d2rq..org/>" ;
>         rdb2rdftest:implementsDirectMapping true ;
>         rdb2rdftest:implementsR2RML false .
>
> But when I run on Windows:
> java -jar rdb2rdf-th.jar ts..ttl -cp lib/*
> I receive the error message:
> "Failed to load Main-Class manifest attribute from rdb2rdf-th.jar"
>
> I tried to rename the file rdb2rdf-th to include the .bat extension at the
> end, but when I run:
> rdb2rdf-th ts.ttl
> I receive another error message:
> NoClassDefFoundError: TCScanner
>
> Does anyone could help me?
>
> --
> Regards,
> Luís Eufrasio T. Neto
> MSN: luis_eufrasio@hotmail.com
>
> "Ser LIVRE é ser capaz de AMAR sem exigir nada em troca."
>
>
>


-- 
Um abraço,
Luís Eufrasio T. Neto
MSN: luis_eufrasio@hotmail.com

"Ser LIVRE é ser capaz de AMAR sem exigir nada em troca."

Received on Thursday, 3 May 2012 01:41:56 UTC