RE: Changing the "leading directory" path on a directory tree

2006-03-16 Thread Jon Skeet
> I am not sure if I can explain this correctly, so I will show > you the target text and then explain the problem > The problem I am having is in the task (the > first task afterthe ), what I want to do is > convert filepaths that are provided in the @{file} attribute from > C:\dir_viewer

RE: Changing the "leading directory" path on a directory tree

2006-03-15 Thread Rebhan, Gilbert
ge- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 3:26 PM To: Ant Users List Subject: Re: Changing the "leading directory" path on a directory tree That is why I am using the override="true" in the task so that I can keep re-using the property n

Re: Changing the "leading directory" path on a directory tree

2006-03-15 Thread Ninju Bohra
me (I can handle the changes of the extension) Any ideas? - Original Message From: "Rebhan, Gilbert" <[EMAIL PROTECTED]> To: Ant Users List ; Ninju Bohra <[EMAIL PROTECTED]> Sent: Wednesday, March 15, 2006 1:32:15 AM Subject: RE: Changing the "leading director

RE: Changing the "leading directory" path on a directory tree

2006-03-14 Thread Rebhan, Gilbert
Hi, when dealing with properties within a for loop, you have to keep in mind, that properties are immutable, so you have to use variable properties, f.e. = Filepath === @{file} Filename === ${filename} if you delete the line the property ${filename} is set in the f