Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 70466 invoked from network); 15 Mar 2007 06:30:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 06:30:43 -0000 Received: (qmail 19166 invoked by uid 500); 15 Mar 2007 06:30:48 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 19008 invoked by uid 500); 15 Mar 2007 06:30:47 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 18949 invoked by uid 99); 15 Mar 2007 06:30:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 23:30:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.mao@iona.com designates 65.223.216.181 as permitted sender) Received: from [65.223.216.181] (HELO amereast-smg1.iona.com) (65.223.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 23:30:36 -0700 Received: from amer-ems1.IONAGLOBAL.COM ([10.65.6.25]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l2F6TcaY000899; Thu, 15 Mar 2007 02:29:39 -0400 (EDT) Received: from [10.129.9.206] ([10.129.9.206]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Thu, 15 Mar 2007 02:29:28 -0400 Message-ID: <45F8E7CE.9040505@iona.com> Date: Thu, 15 Mar 2007 14:29:34 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org CC: cxf-commits@incubator.apache.org Subject: Re: svn commit: r518257 - /incubator/cxf/trunk/metacode/pom.xml References: <20070314182726.6A7B51A983E@eris.apache.org> In-Reply-To: <20070314182726.6A7B51A983E@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Mar 2007 06:29:30.0214 (UTC) FILETIME=[49936860:01C766CB] X-Virus-Checked: Checked by ClamAV on apache.org If there's no objections, i'm going to move the xjc from tools to common > Author: dkulp > Date: Wed Mar 14 11:27:25 2007 > New Revision: 518257 > > URL: http://svn.apache.org/viewvc?view=rev&rev=518257 > Log: > Hack/workaround for build failure. > > * Make the metacode depend on the dv plugin to force it to build the plugin first. This is definitely a crappy solution. > > > Modified: > incubator/cxf/trunk/metacode/pom.xml > > Modified: incubator/cxf/trunk/metacode/pom.xml > URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/metacode/pom.xml?view=diff&rev=518257&r1=518256&r2=518257 > ============================================================================== > --- incubator/cxf/trunk/metacode/pom.xml (original) > +++ incubator/cxf/trunk/metacode/pom.xml Wed Mar 14 11:27:25 2007 > @@ -49,6 +49,12 @@ > cxf-common-schemas > ${project.version} > > + > + org.apache.cxf > + cxf-tools2-xjc-dv > + ${project.version} > + test > + > > > > > > >