You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Raja Nagendra Kumar <Na...@tejasoft.com> on 2008/09/04 14:37:15 UTC

${toString:lib.path.ref}

Hi, 

in the javac description at 
http://ant.apache.org/manual/CoreTasks/javac.html, I see a special syntax in
the property ${toString:lib.path.ref}

is this corr etc.. if yes, is there a similar way to have the toLowerCase
value of the property by saying 
${toLower:lib.path.ref} or by ${String.toLowerCase:lib.path.ref}

We are actively looking to use some special syntax like this instead of
groove kind of scripts to enable the use of any Java Class and its methods
with ant properties.

Could any one suggest any documents related to such as special synax for
manupulating ant properties.
The 1.7.1 does not seem to understand the syntax ${toString:lib.path.ref}...

Any leads to this regard would help.

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
-Offshore Product Development Experts

-- 
View this message in context: http://www.nabble.com/%24%7BtoString%3Alib.path.ref%7D-tp19308799p19308799.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


RE: ${toString:lib.path.ref}

Posted by "Rebhan, Gilbert" <Gi...@huk-coburg.de>.

-----Original Message-----
From: Raja Nagendra Kumar [mailto:Nagendra.Raja@tejasoft.com]
Sent: Thursday, September 04, 2008 2:37 PM
To: user@ant.apache.org
Subject: ${toString:lib.path.ref}

/*
...

Could any one suggest any documents related to such as special synax for
manupulating ant properties.
The 1.7.1 does not seem to understand the syntax ${toString:lib.path.ref}...

Any leads to this regard would help.
*/

you may use the AntXtras task suite =
http://antxtras.sourceforge.net/index.html

see =
http://antxtras.sourceforge.net/AntXtras/docs/userguide/valueuris/

there are even pipes =

"...
You can pipeline the results of value uris into each other using a single "|"
delimiter between uri scheme markers like: $var:filelist|$stripws:|$uppercase:
..."


Regards, Gilbert



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org