Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48567 invoked from network); 18 Dec 2006 17:39:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2006 17:39:46 -0000 Received: (qmail 61176 invoked by uid 500); 18 Dec 2006 17:39:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 61129 invoked by uid 500); 18 Dec 2006 17:39:50 -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 61118 invoked by uid 99); 18 Dec 2006 17:39:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 09:39:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 09:39:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9AC20714289 for ; Mon, 18 Dec 2006 09:39:21 -0800 (PST) Message-ID: <5838032.1166463561631.JavaMail.jira@brutus> Date: Mon, 18 Dec 2006 09:39:21 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-1793) class AntCodegenTask has incorrect package name In-Reply-To: <219935.1164849861060.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 [ http://issues.apache.org/jira/browse/AXIS2-1793?page=all ] Davanum Srinivas resolved AXIS2-1793. ------------------------------------- Resolution: Fixed fixed. thanks, dims > class AntCodegenTask has incorrect package name > ----------------------------------------------- > > Key: AXIS2-1793 > URL: http://issues.apache.org/jira/browse/AXIS2-1793 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: Tools > Affects Versions: 1.2 > Environment: Windows > Reporter: Manoj Khangaonkar > Attachments: AntCodegenTask.java > > > Path is org/apache/axis2/ant/AntCodegenTask.java > but package name is > org.apache.axis2.tool.ant > I have no idea how this built. But this causes the build target ant generate.service & generate.client to fail > in the quick start samples. > I changed the package name to org.apache.axis2.ant in AntCodegenTask and in the build.xmls and then the quickstart samples work. > If we agree on the package name , and the build.xml of the quick start samples need to be changed - I willopen another JIRA for that -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org