| AW: Convert Value to lower case | AW: Convert Value to lower case 2007-06-27 - By Dale Anson
An alternate solution is the StringUtils task in Antelope. See documentation here:
http://antelope.tigris.org/nonav/docs/manual/bk03ch13.html
And download here:
http://antelope.tigris.org/files/documents/1409/11489/AntelopeTasks_3.4.2.zip
This task is compatible with Ant 1.6.5.
Dale
Jan.Materne@(protected) wrote: > http://marc.info/?l=ant-user&m=105163840523834&w=2 > > Jan > > >> -----Urspr?ngliche Nachricht----- >> Von: Hardy Grueneis [mailto:Hardy.Grueneis@(protected)] >> Gesendet: Dienstag, 26. Juni 2007 06:41 >> An: user@(protected) >> Betreff: Convert Value to lower case >> >> Hi, >> >> I want to convert the value of a property into lower cases. >> How can I do this with Ant 1.6.2? >> >> Example: >> <property name="demo" value="Demo"/> >> ${demo} == demo >> >> Thanks for any help. >> >> Hardy >> >> >> >> >> >> >> -------------------------- >> Metris GmbH - Industriestr. 5 - D-78112 St. Georgen >> Registergericht: Villingen-Schwenningen, HRB 2448 Sitz St. Georgen >> Geschaeftsfuehrer: Hans-Peter Hess, Herbert Stieglitz, Markus Gueckel >> >> Diese E-Mail und die angehaengten Dokumente koennen >> vertrauliche und/oder rechtlich besonders geschuetzte >> Informationen enthalten. Die Informationen sind nur zur >> Kenntnisnahme durch oben genannte Empfaenger bestimmt. Eine >> Weitergabe an Dritte ist nicht zulaessig. Diese E-Mail stellt >> kein Angebot oder Annahme eines Angebotes dar. Metris haftet >> nicht dafuer, dass die E-Mail bzw. der Anhang virusfrei ist. >> Bitte benachrichtigen Sie den Sender, wenn Sie diese E-Mail >> versehentlich erhalten haben und loeschen Sie die E-Mail. Jede >> Offenlegung, Kopieren, Verteilen oder Nutzung einer >> versehentlichen erhaltenen E-Mail oder deren Inhalte ist untersagt. >> >> This electronic transmission, and any documents attached to >> it, may contain confidential and/or legally privileged >> information. The information is intended only for the use by >> the recipient named above and should not be copied or >> disclosed to anyone other than the addressee. The contents >> are not to be regarded as a contractual offer or acceptance. >> Metris is not liable for any viruses that may be contained in >> this electronic transmission or any attachments. If you have >> received this message in error, please notify the sender and >> delete it promptly. Any disclosure, copying, distribution, or >> use of this message and its contents received in error is >> strictly prohibited. >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |