Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 88672 invoked from network); 5 Sep 2009 13:03:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Sep 2009 13:03:03 -0000 Received: (qmail 24865 invoked by uid 500); 5 Sep 2009 13:03:03 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 24797 invoked by uid 500); 5 Sep 2009 13:03:02 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 24787 invoked by uid 99); 5 Sep 2009 13:03:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 13:03:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [62.75.158.78] (HELO mail.liquid-reality.de) (62.75.158.78) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 13:02:53 +0000 Received: from [10.0.0.10] (HSI-KBW-085-216-025-040.hsi.kabelbw.de [85.216.25.40]) by mail.liquid-reality.de (Postfix) with ESMTP id F31E9B38002 for ; Sat, 5 Sep 2009 13:02:31 +0000 (UTC) Message-ID: <4AA26166.5040309@die-schneider.net> Date: Sat, 05 Sep 2009 15:02:30 +0200 From: Christian Schneider User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: dev@cxf.apache.org Subject: Re: Have we got a new maven dependency ? References: <61b5d9410909050445s3a7a2858m61b794d0fb65bcb2@mail.gmail.com> In-Reply-To: <61b5d9410909050445s3a7a2858m61b794d0fb65bcb2@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Benson, I have added this dependency. It is used to pull wsdl files from the maven repo. (see https://issues.apache.org/jira/browse/CXF-2275) I have added the following dependencies to the codegen plugin: org.apache.maven maven-core provided org.apache.maven maven-artifact provided Did I forget to include something to make the build work? A complete build seems to run without problems. Greetings Christian Benson Margulies schrieb: > INFO] [antrun:run {execution: validate}] > [INFO] Executing tasks > [INFO] Executed tasks > [INFO] Registering compile source root > /Users/benson/asf/cxf/testutils/target/generated/src/main/java > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}] > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Unresolved compilation problems: > The import org.apache.maven.execution cannot be resolved > MavenSession cannot be resolved to a type > MavenSession cannot be resolved to a type > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > java.lang.Error: Unresolved compilation problems: > The import org.apache.maven.execution cannot be resolved > MavenSession cannot be resolved to a type > MavenSession cannot be resolved to a type > > at > org.apache.cxf.maven_plugin.WSDL2JavaMojo.(WSDL2JavaMojo.java:40) > >