From c59d0a0d990ab19cd59b7668079b2daed8542f70 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 23 May 2005 21:12:59 +0000 Subject: [PATCH] Document pathconvert changes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278342 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/pathconvert.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual/CoreTasks/pathconvert.html b/docs/manual/CoreTasks/pathconvert.html index d5d861191..96a4c5c04 100644 --- a/docs/manual/CoreTasks/pathconvert.html +++ b/docs/manual/CoreTasks/pathconvert.html @@ -10,12 +10,12 @@

Pathconvert

Description

-

Converts a nested <path> or reference to a Path, -FileSet, DirSet, or FileList into a path -form for a particular platform, and stores the result in a given property. -It can also be used when you need -to convert a Path, FileSet, or DirSet into a list, separated by a given -character, such as a comma or space, or, conversely, to convert a list +

Converts a nested +ResourceCollection, or a reference to one, into a path +form for a particular platform, optionally storing the result into +a given property. It can also be used when you need +to convert a Resource Collection into a list, separated by a given +character, such as a comma or space, or, conversely, e.g. to convert a list of files in a FileList into a path.

Nested <map> elements can be specified to map Windows @@ -62,7 +62,7 @@ drive letters to Unix paths, and vice-versa.

property The name of the property in which to place the converted path. - Yes + No, result will be logged if unset refid @@ -112,10 +112,10 @@ and only the first matching map element is applied. So, the ordering of your map elements can be important, if any from values are prefixes of other from values.

-

path

-

If the refid attribute is not specified, then a - nested <path> element must be supplied. See - Path-like Structures for details.

+

Resource Collections

+

If the refid attribute is not specified, then one or more + nested Resource +Collections must be supplied.

mapper

A single nested <mapper> element can be specified