Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 6537 invoked from network); 8 Feb 2008 06:08:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 06:08:35 -0000 Received: (qmail 79254 invoked by uid 500); 8 Feb 2008 06:08:25 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 79215 invoked by uid 500); 8 Feb 2008 06:08:25 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 79190 invoked by uid 99); 8 Feb 2008 06:08:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 22:08:25 -0800 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 [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 06:07:55 +0000 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id m18682G8013693 for ; Fri, 8 Feb 2008 07:08:02 +0100 Received: from z011034.bk.fin.local ([130.11.7.34]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Feb 2008 07:08:01 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: AW: buildfile not producing subpackages Date: Fri, 8 Feb 2008 07:08:02 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: buildfile not producing subpackages Thread-Index: Achp7b5HaKhTPQIoQX+cGzSh9xHcqAAKkoAQ References: <15347367.post@talk.nabble.com> From: To: X-OriginalArrivalTime: 08 Feb 2008 06:08:01.0930 (UTC) FILETIME=[F6045EA0:01C86A18] X-Virus-Checked: Checked by ClamAV on apache.org > I have a project in eclipse and when I run "build generate"=20 > it generates the > classes in the main package (com.sparta.customer) but not in=20 > the subpackages > (com.sparta.customer.impl) in the produced buildfile. what=20 > could be wrong?=20 > here's my buildfile (below). Also I get a "can't find > com.sun.tools.ws.ant.WSImport" error.Thanks in advance. This second error could be the root cause for the first one ... > > >=20 > You know that ${ant.project.name} is 'Customer' as specified on ? > > > >=20 > > I hope ${jaxws.home} is set properly ... >=20 > > > > Please insert a=20 and check that path if all is present. > > > > You can remove the first statement as the second will create that too. 'build' is a relative path to ${basedir} and '.' points to ${basedir}, so build =3D=3D ./build > > > usually just 'etc' instead of './etc' but that shouldnt have any influences ... > > destdir=3D"./build/${app}/WEB-INF/classes"> > > > >=20 > > sourcedestdir=3D"${src}" > destdir=3D"./build/${app}/WEB-INF/classes" I would introduce a property for web-classes like Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org