[
https://issues.apache.org/jira/browse/ANY23-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056480#comment-16056480
]
ASF GitHub Bot commented on ANY23-308:
--------------------------------------
Github user jgrzebyta commented on the issue:
https://github.com/apache/any23/pull/38
@lewismc What is your command line for test? When I use `mvn clean test` I
cannot reproduce the error.
For the particular test my output is:
```
cd /home/jacek/NetBeansProjects/any23/core;
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
M2_HOME=/home/jacek/opt/apache-maven-3.3.9
/home/jacek/opt/apache-maven-3.3.9/bin/mvn
-Dtest=org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest surefire:test
Running NetBeans Compile On Save execution. Phase execution is skipped and
output directories of dependency projects (with Compile on Save turned on) will
be used instead of their jar artifacts.
Scanning for projects...
------------------------------------------------------------------------
Building Apache Any23 :: Core 2.1-SNAPSHOT
------------------------------------------------------------------------
--- maven-surefire-plugin:2.19.1:test (default-cli) @ apache-any23-core ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
[2017-06-20 22:15:45,403] INFO 0[main] -
org.apache.any23.rdf.PopularPrefixes.getPrefixes(PopularPrefixes.java:45) -
Loading prefixes from /org/apache/any23/prefixes/prefixes.properties
[2017-06-20 22:15:45,419] INFO 16[main] -
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:220)
- Processing http://bob.example.com/
[2017-06-20 22:15:59,387] INFO 13984[main] -
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:220)
- Processing http://bob.example.com/
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.969 sec
- in org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 19.251 s
Finished at: 2017-06-20T22:16:01+01:00
Final Memory: 15M/303M
------------------------------------------------------------------------
```
> Adding option "-d" to yaml file parsing gives error
> ---------------------------------------------------
>
> Key: ANY23-308
> URL: https://issues.apache.org/jira/browse/ANY23-308
> Project: Apache Any23
> Issue Type: Bug
> Components: rover
> Affects Versions: 2.0
> Reporter: Jacek
> Assignee: Jacek
> Priority: Minor
> Fix For: 2.1
>
>
> Command
> {code:none}
> any23 rover -e yaml -d "urn:test#" -f turtle some_yaml_file.yaml
> {code}
> gives `No suitable extractors found`.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)