You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by ansell <gi...@git.apache.org> on 2017/07/10 03:00:54 UTC

[GitHub] any23 pull request #41: ANY23-257 : Add OWL parser support to Any23 via OWLA...

GitHub user ansell opened a pull request:

    https://github.com/apache/any23/pull/41

    ANY23-257 : Add OWL parser support to Any23 via OWLAPI and RDF4J

    Adds OWL parsing support through OWLAPI via RDF4J Rio for Manchester Syntax and Functional Syntax.
    
    Signed-off-by: Peter Ansell <p_...@yahoo.com>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ansell/any23 ANY23-257

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/any23/pull/41.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #41
    
----
commit 7b8779209d6a43bf8f45317d2915eb8e184fd400
Author: Peter Ansell <p_...@yahoo.com>
Date:   2017-07-10T02:04:15Z

    ANY23-257 : Add OWL parser support to Any23 via OWLAPI and RDF4J
    
    Signed-off-by: Peter Ansell <p_...@yahoo.com>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] any23 pull request #41: ANY23-257 : Add OWL parser support to Any23 via OWLA...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/any23/pull/41


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] any23 issue #41: ANY23-257 : Add OWL parser support to Any23 via OWLAPI and ...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the issue:

    https://github.com/apache/any23/pull/41
  
    Hi @ansell this looks grand...
    I am getting following errors... but I think it may be something to do with my local build. Note, I was getting similar issues when attempting to build following patch #38 
    ```
    [INFO] Results:
    [INFO]
    [ERROR] Errors:
    [ERROR]   EmbeddedJSONLDExtractorTest.testEmbeddedJSONLDInHead:30->AbstractExtractorTestCase.assertExtract:223->AbstractExtractorTestCase.assertExtract:210 » Runtime
    [ERROR]   EmbeddedJSONLDExtractorTest.testSeveralEmbeddedJSONLDInHead:37->AbstractExtractorTestCase.assertExtract:223->AbstractExtractorTestCase.assertExtract:210 » Runtime
    [INFO]
    [ERROR] Tests run: 394, Failures: 0, Errors: 2, Skipped: 15
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] any23 issue #41: ANY23-257 : Add OWL parser support to Any23 via OWLAPI and ...

Posted by ansell <gi...@git.apache.org>.
Github user ansell commented on the issue:

    https://github.com/apache/any23/pull/41
  
    I will merge this, as it is unrelated to the SSL issues you are having with json-ld.org


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] any23 issue #41: ANY23-257 : Add OWL parser support to Any23 via OWLAPI and ...

Posted by ansell <gi...@git.apache.org>.
Github user ansell commented on the issue:

    https://github.com/apache/any23/pull/41
  
    The culprit will likely be an incompatibility with one of the settings used by the JSONLD-Java HttpClient instance. Could you try to get a failing test case that just uses an HttpClient as configured in the following method, without going through any of the JSONLD-Java or Any23/RDF4J APIs. Ie, just copy-paste the following method into a new project (using httpclient-4.5.3 and httpcore-4.4.6 as dependencies) and see if that is enough to fail on your machine with the failing host you are seeing:
    
    https://github.com/jsonld-java/jsonld-java/blob/master/core/src/main/java/com/github/jsonldjava/utils/JsonUtils.java#L342
    
    Note in particular, that method has "useSystemProperties" so that it pulls in the standard Java HTTP Proxy settings, which may be relevant to the failures you are seeing.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] any23 issue #41: ANY23-257 : Add OWL parser support to Any23 via OWLAPI and ...

Posted by ansell <gi...@git.apache.org>.
Github user ansell commented on the issue:

    https://github.com/apache/any23/pull/41
  
    It may be necessary for you to open up Wireshark and trace the packet flow to see which requests are at fault on your network.
    
    I have been running the testsuite over the last day and it succeeds for me each time, and it looks like the Apache Jenkins build has been greenlining for quite a while:
    
    https://builds.apache.org/view/A/view/Any23/job/Any23-trunk/
    
    My results just now are:
    
    ```
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] 
    [INFO] Apache Any23 ....................................... SUCCESS [  5.385 s]
    [INFO] Apache Any23 :: Base API ........................... SUCCESS [  2.297 s]
    [INFO] Apache Any23 :: Test Resources ..................... SUCCESS [  0.640 s]
    [INFO] Apache Any23 :: CSV Utilities ...................... SUCCESS [  0.267 s]
    [INFO] Apache Any23 :: Mime Type Detection ................ SUCCESS [  3.533 s]
    [INFO] Apache Any23 :: Encoding Detection ................. SUCCESS [  1.398 s]
    [INFO] Apache Any23 :: Core ............................... SUCCESS [ 19.307 s]
    [INFO] Apache Any23 :: CLI ................................ SUCCESS [ 14.991 s]
    [INFO] Apache Any23 :: Plugins :: Basic Crawler ........... SUCCESS [ 21.803 s]
    [INFO] Apache Any23 :: Plugins :: HTML Scraper ............ SUCCESS [  2.289 s]
    [INFO] Apache Any23 :: Plugins :: Office Scraper .......... SUCCESS [  3.437 s]
    [INFO] Apache Any23 :: Plugins :: Integration Test ........ SUCCESS [ 47.188 s]
    [INFO] Apache Any23 :: Service ............................ SUCCESS [ 26.758 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 02:29 min
    [INFO] Finished at: 2017-07-11T09:51:25+10:00
    [INFO] Final Memory: 67M/867M
    [INFO] ------------------------------------------------------------------------
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---