Return-Path: X-Original-To: apmail-any23-dev-archive@www.apache.org Delivered-To: apmail-any23-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C199B101C6 for ; Thu, 27 Feb 2014 14:17:29 +0000 (UTC) Received: (qmail 60569 invoked by uid 500); 27 Feb 2014 14:17:29 -0000 Delivered-To: apmail-any23-dev-archive@any23.apache.org Received: (qmail 60503 invoked by uid 500); 27 Feb 2014 14:17:23 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 60492 invoked by uid 99); 27 Feb 2014 14:17:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 14:17:20 +0000 Date: Thu, 27 Feb 2014 14:17:20 +0000 (UTC) From: "stephane corlosquet (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ANY23-137) RDFa parser implementation proposal MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ANY23-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13914554#comment-13914554 ] stephane corlosquet commented on ANY23-137: ------------------------------------------- I cloned https://github.com/apache/any23/, checked out branch ANY23-137, and rebased on master. I ran mvn clean install, and got: {code} [INFO] Apache Any23 ...................................... SUCCESS [12.224s] [INFO] Apache Any23 :: Base API .......................... SUCCESS [2.735s] [INFO] Apache Any23 :: Test Resources .................... SUCCESS [1.953s] [INFO] Apache Any23 :: NQuads Parser and Writer .......... SUCCESS [2.180s] [INFO] Apache Any23 :: CSV Utilities ..................... SUCCESS [0.478s] [INFO] Apache Any23 :: Mime Type Detection ............... SUCCESS [3.126s] [INFO] Apache Any23 :: Encoding Detection ................ SUCCESS [1.310s] [INFO] Apache Any23 :: Core .............................. FAILURE [17.546s] [INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SKIPPED [INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SKIPPED [INFO] Apache Any23 :: Plugins :: Office Scraper ......... SKIPPED [INFO] Apache Any23 :: Plugins :: Integration Test ....... SKIPPED [INFO] Apache Any23 :: Service ........................... SKIPPED ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project apache-any23-core: There are test failures. {code} mvn clean install on master works well locally. > RDFa parser implementation proposal > ----------------------------------- > > Key: ANY23-137 > URL: https://issues.apache.org/jira/browse/ANY23-137 > Project: Apache Any23 > Issue Type: Improvement > Components: core > Affects Versions: 0.8.0 > Reporter: Lev Khomich > Assignee: Peter Ansell > Priority: Minor > Fix For: 1.0.0 > > Attachments: oQYfomKX.part, rdfa-extractor-proposal.patch > > > As a follow up to discussion [1]. > I've implemented another RDFa extractor for Any23 (0.7.1). > Proposed code depends on semargl project [2]. It isn't published in maven > central, therefore I didn't change any poms. > Still not quite sure about class name (because related ones are already taken), > feel free to rename it. See attachments for patch with extractor and tests. > [1] http://mail-archives.apache.org/mod_mbox/any23-dev/201212.mbox/browser > [2] http://semarglproject.org -- This message was sent by Atlassian JIRA (v6.1.5#6160)