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 E119A11F6E for ; Sun, 8 Jun 2014 19:52:01 +0000 (UTC) Received: (qmail 86956 invoked by uid 500); 8 Jun 2014 19:52:01 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 86872 invoked by uid 500); 8 Jun 2014 19:52:01 -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 86802 invoked by uid 99); 8 Jun 2014 19:52:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2014 19:52:01 +0000 Date: Sun, 8 Jun 2014 19:52:01 +0000 (UTC) From: "Dustin Spicuzza (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1524) avro-maven-plugin should be able to generate schema from idl 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-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14021297#comment-14021297 ] Dustin Spicuzza commented on AVRO-1524: --------------------------------------- Until this functionality is provided in avro-maven-plugin (which would be desirable), I've written a small HOWTO that will let you do the same thing using exec-maven-plugin. http://www.virtualroadside.com/blog/index.php/2014/06/08/automatically-generating-avro-schemata-avsc-files-using-maven/ > avro-maven-plugin should be able to generate schema from idl > ------------------------------------------------------------ > > Key: AVRO-1524 > URL: https://issues.apache.org/jira/browse/AVRO-1524 > Project: Avro > Issue Type: Improvement > Reporter: Dustin Spicuzza > Priority: Minor > > Avro IDL is very convenient to use, and we currently use the code generation feature in java. However, automatically generating schemata from the IDL is a bit more cumbersome and less automatic than we would like. > It would be great if the functionality of the IdlToSchemataTool could be exposed in the maven plugin as an additional type of thing that could be generated. -- This message was sent by Atlassian JIRA (v6.2#6252)