Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-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 2F468104AA for ; Wed, 7 Aug 2013 20:03:50 +0000 (UTC) Received: (qmail 5603 invoked by uid 500); 7 Aug 2013 20:03:49 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 5441 invoked by uid 500); 7 Aug 2013 20:03:49 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 5423 invoked by uid 99); 7 Aug 2013 20:03:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 20:03:48 +0000 Date: Wed, 7 Aug 2013 20:03:48 +0000 (UTC) From: "Hudson (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1337) Transform a single .avdl into many .avsc 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/AVRO-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732665#comment-13732665 ] Hudson commented on AVRO-1337: ------------------------------ SUCCESS: Integrated in AvroJava #388 (See [https://builds.apache.org/job/AvroJava/388/]) AVRO-1337. Java: Add a command line tool to generate schema files from a protocol. Contributed by Bertrand Dechoux. (cutting: rev 1511449) * /avro/trunk/CHANGES.txt * /avro/trunk/lang/java/tools/src/main/java/org/apache/avro/tool/IdlToSchemataTool.java * /avro/trunk/lang/java/tools/src/main/java/org/apache/avro/tool/Main.java * /avro/trunk/lang/java/tools/src/test/idl * /avro/trunk/lang/java/tools/src/test/idl/protocol.avdl * /avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestIdlToSchemataTool.java > Transform a single .avdl into many .avsc > ---------------------------------------- > > Key: AVRO-1337 > URL: https://issues.apache.org/jira/browse/AVRO-1337 > Project: Avro > Issue Type: Improvement > Affects Versions: 1.7.4 > Reporter: Bertrand Dechoux > Assignee: Bertrand Dechoux > Priority: Minor > Fix For: 1.7.5 > > Attachments: AVRO-1337-0.diff, AVRO-1337-1.diff > > > The syntax of avro IDL is attractive in order to build more readable and thus maintainable avro schemadata, even when not using protocols. However, there is currently no way of extracting the types of a schema (avdl) into multiple independent schemata (avsc). Here is a proposal. -- 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