If <basedir> does not work for you, I dont see any other way without external libs ... Oh - yes: <script> on Java6 ...
Jan >-----Ursprüngliche Nachricht----- >Von: Joe Eugene [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 11. Januar 2007 17:10 >An: Ant Users List >Betreff: Re: Ant String replace > >Is there a way to do this with just ANT (no other libs). > >The reason for this, is we have to change our process to >include "antcontrib". > >Thanks, >Joe > > >On 1/10/07, [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: >> <antcontrib:propertyregexp> >> <basedir> >> >> Jan >> >> >-----Ursprüngliche Nachricht----- >> >Von: Joe Eugene [mailto:[EMAIL PROTECTED] >> >Gesendet: Mittwoch, 10. Januar 2007 03:56 >> >An: [email protected] >> >Betreff: Ant String replace >> > >> >Probably very basic question, but cant file the answer. >> > >> >I need to replace strings, not in file, just simple string. >> > >> >String x = "This is a new String"; >> > >> >String y = x.replace("String", "Text"); >> > >> >How do you replace the strings in properties? >> > >> >An alternate solution to my problem would be find the Last folder >> >Name in the Current Path. >> > >> >i..e Path = "c:\dir1\dir2\dir3" >> > >> >If basedir is dir3, how can find the name of the folder before it? >> >i.e. dir2? >> > >> >Appreciate your help. >> > >> >Thanks, >> >Joe >> > >> >>--------------------------------------------------------------------- >> >To unsubscribe, e-mail: [EMAIL PROTECTED] For >> >additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional >> commands, e-mail: [EMAIL PROTECTED] >> >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
