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 633D1E6AA for ; Mon, 14 Jan 2013 03:06:19 +0000 (UTC) Received: (qmail 60591 invoked by uid 500); 14 Jan 2013 03:06:17 -0000 Delivered-To: apmail-any23-dev-archive@any23.apache.org Received: (qmail 60394 invoked by uid 500); 14 Jan 2013 03:06:16 -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 60225 invoked by uid 99); 14 Jan 2013 03:06:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2013 03:06:13 +0000 Date: Mon, 14 Jan 2013 03:06:13 +0000 (UTC) From: "Peter Ansell (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ANY23-85) Split NQuads out into its own module 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-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ansell reassigned ANY23-85: --------------------------------- Assignee: Peter Ansell > Split NQuads out into its own module > ------------------------------------ > > Key: ANY23-85 > URL: https://issues.apache.org/jira/browse/ANY23-85 > Project: Apache Any23 > Issue Type: New Feature > Components: core > Affects Versions: 0.7.0 > Reporter: Peter Ansell > Assignee: Peter Ansell > Fix For: 0.8.0 > > > The NQuads Parser and Writer can be split out into their own maven module easily. The only code modification that I needed to make was to switch from focusing on parse(InputStream,String) and focus instead of parse(Reader,String), to remove the dependency on the ReaderInputStream class and use java.io.InputStreamReader instead in the other direction. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira