Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-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 B05A2D1CF for ; Thu, 21 Jun 2012 08:23:45 +0000 (UTC) Received: (qmail 8343 invoked by uid 500); 21 Jun 2012 08:23:43 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 8025 invoked by uid 500); 21 Jun 2012 08:23:43 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 7968 invoked by uid 99); 21 Jun 2012 08:23:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 08:23:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 223DC1427F2 for ; Thu, 21 Jun 2012 08:23:43 +0000 (UTC) Date: Thu, 21 Jun 2012 08:23:43 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: <1126552996.38099.1340267023142.JavaMail.jiratomcat@issues-vm> In-Reply-To: <291728214.36191.1340228384150.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (AXIS2-5349) generated skel and stub headers should be wrapped with ifndef/define/endif block 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/AXIS2-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398283#comment-13398283 ] Hudson commented on AXIS2-5349: ------------------------------- Integrated in Axis2 #1575 (See [https://builds.apache.org/job/Axis2/1575/]) Applied patch for AXIS2-5349. (Revision 1352413) Result = SUCCESS sagara : Files : * /axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/c/SkelHeaderTemplate.xsl * /axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/c/StubHeaderTemplate.xsl > generated skel and stub headers should be wrapped with ifndef/define/endif block > -------------------------------------------------------------------------------- > > Key: AXIS2-5349 > URL: https://issues.apache.org/jira/browse/AXIS2-5349 > Project: Axis2 > Issue Type: Bug > Affects Versions: 1.6.0, 1.6.1, 1.6.2 > Reporter: Andy Grimm > Fix For: 1.5.7, 1.7.0, 1.6.3 > > Attachments: axis2-wrap-headers.patch > > > I'm working on making Eucalyptus compatible with Axis2 version 1.6, and one of the issues that I found was that generated header files don't use #ifndef , which can cause compiler errors due to "redefinition" of functions if the header is imported multiple times. > The attached patch fixed the problem for me. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org