Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 63639 invoked from network); 5 Jan 2007 22:39:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 22:39:15 -0000 Received: (qmail 91645 invoked by uid 500); 5 Jan 2007 22:39:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 91609 invoked by uid 500); 5 Jan 2007 22:39:15 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 91595 invoked by uid 99); 5 Jan 2007 22:39:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 14:39:15 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.58.155] (HELO web55106.mail.re4.yahoo.com) (206.190.58.155) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 05 Jan 2007 14:39:05 -0800 Received: (qmail 44256 invoked by uid 60001); 5 Jan 2007 22:38:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=oJ1mmbGkKiifgRVep4/DJ8DmyJLfSXLk3XYFqtVdTzxaNZJJQIAr1BeZ14dN7iRyNv89GKil8v5SgeGZ8AuptRMBOpG0GsxcK/F77oYbTH+TQAdhbvf+kV0agdgZ6DVvEJTjKyBtdoioppfzOSt+uWvWzK+hwTuY67/AUy2eWBE=; X-YMail-OSG: WdZhCM0VM1kTv42MvXPiHj.cYixS21nBL0dMDju1XQ8hcvFUxVyBtw2R4hMG1bN6uPYmWdMxUE4uSJRpQs2aWlWX9NDLGfHEn2hcO1bsFNLzZ.oxD_.8MTSxAykFF82onk7GUsM.MQyjxLhraaECJ4dPfA-- Received: from [66.10.233.130] by web55106.mail.re4.yahoo.com via HTTP; Fri, 05 Jan 2007 14:38:43 PST Date: Fri, 5 Jan 2007 14:38:43 -0800 (PST) From: Matt Benson Subject: Re: svn commit: r491723 - in /ant/core/trunk/docs/manual: CoreTasks/javac.html using.html To: Ant Developers List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <936821.37941.qm@web55106.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- Peter Reilly wrote: > On 1/3/07, Steve Loughran wrote: > > peterreilly@apache.org wrote: > > > > > +

Path > Shortcut

> > > +

> > > + In Ant 1.6 a shortcut for converting paths > to OS specific strings > > > + in properties has been added. One can use > the expression > > > + ${toString:pathreference} to > convert a path element > > > + reference to a string that can be used for > a path argument. > > > + For example: > > > +

> > > > > > Does that work for any resolvable datatype? If so, > cool. > No, it depends on the implemenation of toString of > the particular > class. The ant code uses the toString() method of > path when > it is handling the path attribute of the command > line arg, so > that is how I know that it is safe to use for paths. > > Fileset.toString() on the other hand use ';' to > seperate the files.... Yes--I've thought for some time now that we might want to delegate this to pathconvert to gain platform sensitivity cheaply. IMHO the chances of breaking folks is relatively low = acceptable. -Matt > > Peter > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > dev-unsubscribe@ant.apache.org > > For additional commands, e-mail: > dev-help@ant.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > dev-unsubscribe@ant.apache.org > For additional commands, e-mail: > dev-help@ant.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org