> 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
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
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
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