Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 68277 invoked from network); 13 Oct 2006 13:10:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 13:10:00 -0000 Received: (qmail 66612 invoked by uid 500); 13 Oct 2006 13:09:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 66570 invoked by uid 500); 13 Oct 2006 13:09:54 -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 66559 invoked by uid 99); 13 Oct 2006 13:09:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 06:09:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 06:09:51 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id 0901D6B9C4 for ; Fri, 13 Oct 2006 14:09:30 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yNuLmk50TD9d for ; Fri, 13 Oct 2006 14:09:28 +0100 (BST) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [16.25.144.56]) by colossus.hpl.hp.com (Postfix) with ESMTP id 99F976B9C3 for ; Fri, 13 Oct 2006 14:09:28 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id k9DD9FTg029867 for ; Fri, 13 Oct 2006 14:09:15 +0100 (BST) Message-ID: <452F8FFB.4060701@apache.org> Date: Fri, 13 Oct 2006 14:09:15 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Ant Users List Subject: Re: Running build file which runs toolspecifc ant tasks References: <9bc4ff390610121108t22fc9b5bk6e31e97ed014dd7c@mail.gmail.com> <9bc4ff390610121145h4ef1e17du1b94b641ade17ebe@mail.gmail.com> <452F5B18.7040400@apache.org> <001101c6eebf$86897f40$ba32e782@sinfpc56> In-Reply-To: <001101c6eebf$86897f40$ba32e782@sinfpc56> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N tharanga wijethilake wrote: > Hi Every body, > I have written simple a build.xml file to run in Websphere Site Developer.It is as follows. > > > > > > > > > > > > > > > > it gives me following Error. I know it clealy say what to do. But I have the jar files(smfbdTasks.jar, bde.jar) in my class path. Is there any thing wrong in my build.xml file. Do I have to set the classpath in the build.xml document. please suggest me somthing which I should do. > as it says: Fix: declare the task. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org