Here is my problem:
I have to write an Ant Task which must do the following:
create an instance of an Class INIFile class from velocity
and use that object in my project.
Another description of the task may be:
i have to replace a call
iniFile = new INIFile("name.ini");
with an Ant Task.
Can you help me?
Andrei
