4
I’m studying Apache Ant to try to change some existing lines of code within files, but so far I haven’t found anything about it in the official documentation the most I can do is rename files like this example
<move todir="my/src/dir" includeemptydirs="false">
<fileset dir="my/src/dir"/>
<mapper type="glob" from="*.default.properties" to="*.local.properties"/>
I wanted to know if you’ve been through it and how can I fix it.
was just what I needed, using oldproperty and new Property to perfectly reslver my problem.
– Wellington Avelino
Great. I think this question needs better tags, so I started another question on Meta, at http://meta.pt.stackoverflow.com/questions/1784/qual-a-tag-appropriatedpara-uma-related questions-a-tasks-ants
– gpupo
I tried to put it to you but I don’t have a reputation for it yet.
– Wellington Avelino
Now it looks good. D
– gpupo