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 B32DE72A6 for ; Sat, 8 Oct 2011 17:18:53 +0000 (UTC) Received: (qmail 17308 invoked by uid 500); 8 Oct 2011 17:18:53 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 17262 invoked by uid 500); 8 Oct 2011 17:18:53 -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 17254 invoked by uid 99); 8 Oct 2011 17:18:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2011 17:18:53 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2011 17:18:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AA2C02B0222 for ; Sat, 8 Oct 2011 17:18:29 +0000 (UTC) Date: Sat, 8 Oct 2011 17:18:29 +0000 (UTC) From: "Thiruvalluvan M. G. (Commented) (JIRA)" To: dev@avro.apache.org Message-ID: <925809567.11841.1318094309698.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <57224277.11501.1318079789904.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AVRO-917) Avrogencpp does not insert avro prefix for avro headers in the generated files. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123536#comment-13123536 ] Thiruvalluvan M. G. commented on AVRO-917: ------------------------------------------ Jira's formatting took away a -. It should read if set to -, no prefix is added. > Avrogencpp does not insert avro prefix for avro headers in the generated files. > ------------------------------------------------------------------------------- > > Key: AVRO-917 > URL: https://issues.apache.org/jira/browse/AVRO-917 > Project: Avro > Issue Type: Bug > Components: c++ > Reporter: Thiruvalluvan M. G. > Assignee: Thiruvalluvan M. G. > Fix For: 1.6.0 > > Attachments: AVRO-917.patch > > > The generated files have include directives like {{#include "Specific.hh"}}. This forces the users to add things like {{-I/usr/local/avro}} to their build scripts.If, instead, the generated code had {{#include "avro/Specific.hh"}} the users can use something like {{-I/usr/local}} (or omit it altogether because many systems may already have {{/usr/local}} in their include paths). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira