Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 57573 invoked from network); 17 May 2008 20:12:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2008 20:12:31 -0000 Received: (qmail 70928 invoked by uid 500); 17 May 2008 20:12:26 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 70886 invoked by uid 500); 17 May 2008 20:12:26 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 70872 invoked by uid 99); 17 May 2008 20:12:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 13:12:26 -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; Sat, 17 May 2008 20:11:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8416234C119 for ; Sat, 17 May 2008 13:11:55 -0700 (PDT) Message-ID: <1595827235.1211055115819.JavaMail.jira@brutus> Date: Sat, 17 May 2008 13:11:55 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-3779) adb-codegen/pom.xml - missing dependency on commons-logging In-Reply-To: <1700313829.1209992035620.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/AXIS2-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3779: ---------------------------------------- Assignee: Amila Chinthaka Suriarachchi > adb-codegen/pom.xml - missing dependency on commons-logging > ----------------------------------------------------------- > > Key: AXIS2-3779 > URL: https://issues.apache.org/jira/browse/AXIS2-3779 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: adb > Reporter: Tom Seelbach > Assignee: Amila Chinthaka Suriarachchi > Fix For: nightly > > > To reproduce: > cd modules/adb-codegen/ > mvn clean install > I get an error on SchemaCompiler.java, line 30 "unresolved import" on org.apache.commons.logging.Log. Adding this dependency to pom.xml fixes the problem: > > commons-logging > commons-logging > > (the "incompatible types" error that I reported on the list also is fixed by this) > -Tom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org