You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Enrico Daga <en...@gmail.com> on 2011/05/05 12:40:38 UTC

Compiling errors with the JSON-LD tests

This is the log:

[INFO] Building Apache Stanbol JSON-LD API
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.stanbol.jsonld.JsonLdTest
Tests run: 10, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.13
sec <<< FAILURE!

Results :

Failed tests:
  testSpecExample1(org.apache.stanbol.jsonld.JsonLdTest)
  testSpecExample6MultipleObjects(org.apache.stanbol.jsonld.JsonLdTest)
  testSpecExample7NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
  testSpecExample8NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)

Tests run: 10, Failures: 4, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Thu May 05 12:40:04 CEST 2011
[INFO] Final Memory: 50M/217M
[INFO] ------------------------------------------------------------------------


-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: Compiling errors with the JSON-LD tests

Posted by Enrico Daga <en...@gmail.com>.
On 5 May 2011 13:39, Fabian Christ <ch...@googlemail.com> wrote:
> Hi,
>
> should be fixed now. Sorry, for the inconvenience. Just overlooked
> that there was a second set of tests in the JSON-LD API bundle. But
> nice to have - found two bugs :)
Great! ;)

Best,
Enrico
>
> Best,
>  - Fabian
>
> 2011/5/5 Fabian Christ <ch...@googlemail.com>:
>> Hi,
>>
>> I am working on this.
>>
>> - Fabian
>>
>> 2011/5/5 Enrico Daga <en...@gmail.com>:
>>> This is the log:
>>>
>>> [INFO] Building Apache Stanbol JSON-LD API
>>> [INFO]    task-segment: [clean, install]
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target
>>> [INFO] [enforcer:enforce {execution: enforce-java}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/main/resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Compiling 4 source files to
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/classes
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/test/resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Compiling 1 source file to
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/test-classes
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
>>>
>>> -------------------------------------------------------
>>>  T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.stanbol.jsonld.JsonLdTest
>>> Tests run: 10, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.13
>>> sec <<< FAILURE!
>>>
>>> Results :
>>>
>>> Failed tests:
>>>  testSpecExample1(org.apache.stanbol.jsonld.JsonLdTest)
>>>  testSpecExample6MultipleObjects(org.apache.stanbol.jsonld.JsonLdTest)
>>>  testSpecExample7NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
>>>  testSpecExample8NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
>>>
>>> Tests run: 10, Failures: 4, Errors: 0, Skipped: 0
>>>
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] There are test failures.
>>>
>>> Please refer to
>>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
>>> for the individual test results.
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] For more information, run Maven with the -e switch
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 15 seconds
>>> [INFO] Finished at: Thu May 05 12:40:04 CEST 2011
>>> [INFO] Final Memory: 50M/217M
>>> [INFO] ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> Enrico Daga
>>>
>>> --
>>> http://www.enridaga.net
>>> skype: enri-pan
>>>
>>
>>
>>
>> --
>> Fabian
>>
>
>
>
> --
> Fabian
>



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: Compiling errors with the JSON-LD tests

Posted by Fabian Christ <ch...@googlemail.com>.
Hi,

should be fixed now. Sorry, for the inconvenience. Just overlooked
that there was a second set of tests in the JSON-LD API bundle. But
nice to have - found two bugs :)

Best,
 - Fabian

2011/5/5 Fabian Christ <ch...@googlemail.com>:
> Hi,
>
> I am working on this.
>
> - Fabian
>
> 2011/5/5 Enrico Daga <en...@gmail.com>:
>> This is the log:
>>
>> [INFO] Building Apache Stanbol JSON-LD API
>> [INFO]    task-segment: [clean, install]
>> [INFO] ------------------------------------------------------------------------
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target
>> [INFO] [enforcer:enforce {execution: enforce-java}]
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/main/resources
>> [INFO] [compiler:compile {execution: default-compile}]
>> [INFO] Compiling 4 source files to
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/classes
>> [INFO] [resources:testResources {execution: default-testResources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/test/resources
>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>> [INFO] Compiling 1 source file to
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/test-classes
>> [INFO] [surefire:test {execution: default-test}]
>> [INFO] Surefire report directory:
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.stanbol.jsonld.JsonLdTest
>> Tests run: 10, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.13
>> sec <<< FAILURE!
>>
>> Results :
>>
>> Failed tests:
>>  testSpecExample1(org.apache.stanbol.jsonld.JsonLdTest)
>>  testSpecExample6MultipleObjects(org.apache.stanbol.jsonld.JsonLdTest)
>>  testSpecExample7NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
>>  testSpecExample8NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
>>
>> Tests run: 10, Failures: 4, Errors: 0, Skipped: 0
>>
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------------------------------------------------
>> [INFO] There are test failures.
>>
>> Please refer to
>> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
>> for the individual test results.
>> [INFO] ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 15 seconds
>> [INFO] Finished at: Thu May 05 12:40:04 CEST 2011
>> [INFO] Final Memory: 50M/217M
>> [INFO] ------------------------------------------------------------------------
>>
>>
>> --
>> Enrico Daga
>>
>> --
>> http://www.enridaga.net
>> skype: enri-pan
>>
>
>
>
> --
> Fabian
>



-- 
Fabian

Re: Compiling errors with the JSON-LD tests

Posted by Fabian Christ <ch...@googlemail.com>.
Hi,

I am working on this.

- Fabian

2011/5/5 Enrico Daga <en...@gmail.com>:
> This is the log:
>
> [INFO] Building Apache Stanbol JSON-LD API
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target
> [INFO] [enforcer:enforce {execution: enforce-java}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 4 source files to
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 1 source file to
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.stanbol.jsonld.JsonLdTest
> Tests run: 10, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.13
> sec <<< FAILURE!
>
> Results :
>
> Failed tests:
>  testSpecExample1(org.apache.stanbol.jsonld.JsonLdTest)
>  testSpecExample6MultipleObjects(org.apache.stanbol.jsonld.JsonLdTest)
>  testSpecExample7NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
>  testSpecExample8NoNSApply(org.apache.stanbol.jsonld.JsonLdTest)
>
> Tests run: 10, Failures: 4, Errors: 0, Skipped: 0
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to
> /home/x-marley/Development/Stanbol/trunk/enhancer/generic/jsonld/target/surefire-reports
> for the individual test results.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 15 seconds
> [INFO] Finished at: Thu May 05 12:40:04 CEST 2011
> [INFO] Final Memory: 50M/217M
> [INFO] ------------------------------------------------------------------------
>
>
> --
> Enrico Daga
>
> --
> http://www.enridaga.net
> skype: enri-pan
>



-- 
Fabian