Willy Reinhardt a écrit :
> Hi,
> I get a property value as :
> lib/iaik/iaik_jce.jar,lib/iaik/iaikPkcs11Provider.jar
>
> and would replace character "," by ";" or ":"
>
> is a ant task can do that ?
>
Hello !
Maybe the <pathconvert> task can help you :
http://ant.apache.org/manual/CoreTasks/pathconvert.html
Or <propertyregex> from ant-contrib :
http://ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html
I tend to prefer the first one but sometimes propertyregex can save the
day :)
MAT.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|