Execute a script in a Apache BSF or JSR 223 supported language. Note: This task depends on external libraries not included in the Apache Ant distribution.
AntBuilder is used to access Ant tasks, types, and properties from your build script. ... For example, you execute the Ant echo task using the ant.echo() method.
Your first problem is that an ant file must be a well-formed XML file, and well-formed XML cannot have < characters in attribute values. Use &lt ...
I should be able to read the name(Joy) and age(18) from Read.txt from the desired location(it will appear after '=') and write them into write.txt at the ...