Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 96443 invoked from network); 12 May 2008 21:56:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 21:56:16 -0000 Received: (qmail 9033 invoked by uid 500); 12 May 2008 21:56:18 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 9024 invoked by uid 500); 12 May 2008 21:56:18 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 9009 invoked by uid 99); 12 May 2008 21:56:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 14:56:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 21:55:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B51E0234C117 for ; Mon, 12 May 2008 14:55:55 -0700 (PDT) Message-ID: <1711379274.1210629355740.JavaMail.jira@brutus> Date: Mon, 12 May 2008 14:55:55 -0700 (PDT) From: "Assaf Arkin (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Updated: (BUILDR-4) XMLBeans task should use the same XMLBeans version as defined in the project In-Reply-To: <19555554.1197415423389.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BUILDR-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Assaf Arkin updated BUILDR-4: ----------------------------- Attachment: 0002-Now-possible-to-pass-XMLBeans-version-as-options-arg.patch 0001-Use-buildr.yaml-to-get-version-of-XMLBeans-dependenc.patch Here's a proposal for addressing this in two ways. First, individually for a project: compile_xml_beans ..., :version=>'2.3' This will run the XML Beans compiler and add the compile dependencies using version 2.3 XML Beans for that project alone. Second, set it once in the build.yaml file and have Buildr pick on it when loading the XML Beans library: xmlbeans: 2.3 > XMLBeans task should use the same XMLBeans version as defined in the project > ---------------------------------------------------------------------------- > > Key: BUILDR-4 > URL: https://issues.apache.org/jira/browse/BUILDR-4 > Project: Buildr > Issue Type: Bug > Components: Extensions > Affects Versions: 1.3 > Environment: Buildr 1.2.10 > Reporter: Tammo van Lessen > Assignee: Victor Hugo Borja > Fix For: 1.3.1 > > Attachments: 0001-Use-buildr.yaml-to-get-version-of-XMLBeans-dependenc.patch, 0002-Now-possible-to-pass-XMLBeans-version-as-options-arg.patch > > > I recently upgraded Buildr and ran into some issues with Ode. > Buildr compiles generated classes with XMLBeans 2.3 but Ode uses XMLBeans 2.2 which is not upward compatible. > You can reproduce this by compiling the recent ode trunk with Buildr 1.2.10 and then deploying the war into a tomcat. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.