Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
Sorry no trailing 'D': replace="TEST_DIR=C:homedir2" byline="true" /> On Tue, 25 Oct 2011, Scot P. Floess wrote: Try this: replace="TEST_DIR=C:homedir2" byline="true" />D On Tue, 25 Oct 2011, himanshu wrote: hi, i am having trouble in doing this.. there is 1 batch

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
Try this: replace="TEST_DIR=C:homedir2" byline="true" />D On Tue, 25 Oct 2011, himanshu wrote: hi, i am having trouble in doing this.. there is 1 batch file(MY_FILE) with this line in it.. *set TEST_DIR=C:\temp\dir1* i just want to set some new value to *TEST_DIR* but when

problem using "" when using with DIRECTORY location

2011-10-25 Thread himanshu
hi, i am having trouble in doing this.. there is 1 batch file(MY_FILE) with this line in it.. *set TEST_DIR=C:\temp\dir1* i just want to set some new value to *TEST_DIR* but when i use in my ant script..it escapes forward slashes.. and gives this result *set TEST_DIR=C:homedir2* but correct