Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 63453 invoked from network); 2 Aug 2004 14:47:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Aug 2004 14:47:56 -0000 Received: (qmail 2929 invoked by uid 500); 2 Aug 2004 14:47:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 2853 invoked by uid 500); 2 Aug 2004 14:47:42 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 2828 invoked by uid 99); 2 Aug 2004 14:47:42 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received: from [66.218.78.129] (HELO web40512.mail.yahoo.com) (66.218.78.129) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 02 Aug 2004 07:47:38 -0700 Message-ID: <20040802144737.29243.qmail@web40512.mail.yahoo.com> Received: from [141.113.101.22] by web40512.mail.yahoo.com via HTTP; Mon, 02 Aug 2004 07:47:37 PDT Date: Mon, 2 Aug 2004 07:47:37 -0700 (PDT) From: Angeshwar Deepak Subject: RE: -Build Failed:problem To: Ant Users List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I tried with the XML file as well. BUILD FAILED D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin\forrest.build.xml:38: taskdef class cannot be found Total time: 1 second D:\deepak\buildProcess_2\logging>ant -version Apache Ant version 1.6.2 compiled on July 16 2004 The Ant version is also the latest, where could the problem be??? Any way I left the for and decided to use , but I have 1 problem here. I have already posted the problem anyway lets hop I am more clear this time I am using task to set the properties and I want them to be global. i.e. I want the value of the property in any ant target I call. .... .... .... .... .... ****${archive}**** ****${current.archive}**** The problem is I am not able to use the ${current.archive} or ${archive} in other ant tasks. Inside the 'base' ant task, they work fine, but in other ant task its not visible. How can I make them global? Any help reg this will be great. bye, with regards, Deepak. bye, with regards, Deepak. --- "Inger, Matthew" wrote: > taskdef takes several different types of parameters. > > Prior to ant 1.6, you could either specify a > classname, or a > resource name. The resource name indicated the name > of a properties > file which could specify tasks. The property name > was the task name, > and the value was the class which defined the task. > > Ant 1.6 added the ability to load an xml file with > the task > definitions as well. This is the preferred way to > load multiple > tasks in Ant 1.6, though the .properties file is > still supported, > and individual task definitions are still supported > as well. > > > > > -----Original Message----- > From: Angeshwar Deepak [mailto:angeshwar@yahoo.com] > Sent: Monday, August 02, 2004 10:28 AM > To: Ant Users List > Subject: RE: -Build Failed:problem > > > Hi, > > I searched for the xml file u mentioned to. Its > available onliny in ant-contrib-1.0b1 (the latest > version). In the previous versions there is no such > xml file. > > Also the taskdef task takes only a classfile as > attribute. I cannot understand how it takes a xml > file. Could u please give me an example of how u > used > it. > > bye, > with regards, > Deepak. > > > --- "Khehra, Sukh" wrote: > > > properties file is needed in ant 1.5 versions i > > think. try it with the xml file. i have it running > > quite well. > > > > > > -----Original Message----- > > From: Angeshwar Deepak > [mailto:angeshwar@yahoo.com] > > Sent: Monday, August 02, 2004 10:00 AM > > To: Ant Users List > > Subject: RE: -Build Failed:problem > > > > > > Hi, > > > > In the site > > > > http://ant-contrib.sourceforge.net/ > > > > Under installation its mentioned to include the > line > > > > > > resource="net/sf/antcontrib/antcontrib.properties"/> > > > > If u want to use ant-contrib tasks. > > kindly correct me if I am wrong. > > > > > > bye, > > with regards, > > Deepak. > > > > > > --- "Khehra, Sukh" wrote: > > > > > shouldn't you say > > resource="net/sf/antcontrib/antlib.xml"> ? > > > > > > -----Original Message----- > > > From: Angeshwar Deepak > > [mailto:angeshwar@yahoo.com] > > > Sent: Monday, August 02, 2004 6:14 AM > > > To: Ant Users List > > > Subject: RE: -Build Failed:problem > > > > > > > > > Hi, > > > > > > I tried that too, but still it does'nt work. But > > > for-each task works, the problem is only with > for > > > task. > > > > > > So I am still breaking my head. > > > > > > bye, > > > with regards, > > > Deepak. > > > --- Nanda Kishore MVS > > > wrote: > > > > > > > Hi, > > > > No, I meant the lib folder straight. In your > > case > > > > like: > > > > SET > > > > > > > > > > CLASSPATH=D:\deepak\buildProcess_2\_tools\ant-1.6.2\lib;%CLASSPATH% > > > > The lib folder itself should be in classpath, > > not > > > > the contrib jar alone. > > > > As for why it's so, I've not looked into that, > > but > > > > this is how the contrib tasks are working for > me > > > > now. > > > > > > > > Regards, > > > > Nanda Kishore > > > > > > > > > > > > -----Original Message----- > > > > From: Angeshwar Deepak > > > [mailto:angeshwar@yahoo.com] > > > > Sent: Monday, August 02, 2004 3:12 PM > > > > To: Ant Users List > > > > Subject: RE: -Build Failed:problem > > > > > > > > > > > > Hi, > > > > > > > > Do you mean to say this?-I have it I guess. > > > > > > > > SET > > > > > > > > > > CLASSPATH=D:\deepak\buildProcess_2\_tools\ant-1.6.2\lib\ant-contrib-0.6.jar; > > > > > > > > and my complete set of classpath is > > > > > > > > SET > > > > > > > > > > PATH=c:\j2sdk1.4.2_04\bin;D:\deepak\buildProcess_2\_tools\ant-1.6.2\bin;D:\d > eepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin\bin > > > > set JAVA_HOME=c:\j2sdk1.4.2_04 > > > > set > > > > > > ANT_HOME=D:\deepak\buildProcess_2\_tools\ant-1.6.2 > > > > set > > > > > > > > > > PATH=%PATH%;%ANT_HOME%\bin;%PATH%;%FORREST_HOME%\bin > > > > > > > > set > > > > > > > > > > FORREST_HOME=D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin > > > > SET > > > > > > > > > > CLASSPATH=D:\deepak\buildProcess_2\_tools\ant-1.6.2\lib\ant-contrib-0.6.jar; > > > > > > > > bye, > > > > with regards, > > > > Deepak. > > > > > > > > --- Nanda Kishore MVS > > > > wrote: > > > > > > > > > Hi, > > > > > I think you will need the ant's lib folder > > > > > "${ANT_HOME}\lib" added to your classpath to > > run > > > > the > > > > > ant contrib tasks. And this lib folder needs > > to > > > be > > > > > in the classpath before your weblogic or > other > > > > such > > > > > jars. Can you check that out? > > > > > > === message truncated === __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org