Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 60094 invoked from network); 28 Jun 2007 14:44:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2007 14:44:24 -0000 Received: (qmail 28444 invoked by uid 500); 28 Jun 2007 14:44:22 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 28416 invoked by uid 500); 28 Jun 2007 14:44:21 -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 28405 invoked by uid 99); 28 Jun 2007 14:44:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 07:44:21 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of brokenconnection@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 07:44:17 -0700 Received: by ug-out-1314.google.com with SMTP id q2so577388uge for ; Thu, 28 Jun 2007 07:43:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FNM2o5Uh7KVWqU/tKd5ODwpyhiRrP/uc/abIOoN85RinyXKEAYjXnb8OjKkAvp1XqNMqk71/Z31gDlHFu6CAqwCT0VBDoTjSguModnbpt5WEmheQA8N7HgUTQmhcTqh7ahFmZo7vMgef2MHwUk8iW2B3cmnZ485sBdKpjyGrAKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ZTHH/p5wzzDgjTP5wA7sHcNOkOdN/WvIu7z2kxKUSdkmieEPzyCqRqiUaW2zWrutirVv3ZiP0VZiU/6DJdoqFC6pct0MYYZfhEmiUAasaYGamec424jNyFT+xp0HVHdd9DDoJ0oEZLCF05M7CIdMk14op8TYor87gm1/XvMZQrs= Received: by 10.82.136.4 with SMTP id j4mr3902087bud.1183041835785; Thu, 28 Jun 2007 07:43:55 -0700 (PDT) Received: by 10.82.140.18 with HTTP; Thu, 28 Jun 2007 07:43:55 -0700 (PDT) Message-ID: <2ae0eaa40706280743t171554c4la2e06ffcc27da1be@mail.gmail.com> Date: Thu, 28 Jun 2007 10:43:55 -0400 From: "broken connection" To: "Ant Users List" Subject: Re: How to make "outputproperty" element work??? In-Reply-To: <406345.70664.qm@web55106.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_65122_26379677.1183041835757" References: <108302.7709.qm@web30212.mail.mud.yahoo.com> <406345.70664.qm@web55106.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_65122_26379677.1183041835757 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Friends, Matt I tried to implement your advice, and no matter what I do,I get this error message: C:\Documents and Settings\bc\Desktop\test>ant Buildfile: build.xml convert_password: [echo] Current value of my_password is Secret [echo] The first five letters of the alphabet are: BUILD FAILED C:\Documents and Settings\bc\Desktop\test\build.xml:33: Problem: failed to create task or type for Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place. I know that means that I need to have "antcontrib" in my classpath, and I already did so and also have this in my build.xml: I am using ant1.7.0 .... even the "for" examples on the antcontrib site are throwing this error.I tried placing the antcontrib.jar in the same place as build.xml but that didn't helped either..... Any more help guys!!!! On 6/28/07, Matt Benson wrote: > > > --- Ninju Bohra wrote: > > > Hello... > > > > "When one learns of a hammer...everything looks like > > a nail" > > > > ANT is a powerful tool and it can be used to easily > > do many things but some times (heaven forbid!!) > > using ANT is not the most direct route. > > > > True enough. Having acknowledged that you're correct > here, I still can't resist, whenever this subject > comes up, publicly confessing my own inability to > resist doing many, many things using facilities I know > already exist in Ant though there are often > alternatives. Ant just happens to have had a lot of > capabilities baked into it over the years. :) > > -Matt > > > > > > ____________________________________________________________________________________ > Yahoo! oneSearch: Finally, mobile search > that gives answers, not web links. > http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > ------=_Part_65122_26379677.1183041835757--