Archive for January, 2008

Ant Scripts without XML - Jython Ant Wrapper

Thursday, January 31st, 2008
In my previous post I blogged about my attempts to replace XML-based syntax for invoking Ant tasks using Jython scripts. But I wasn't fully satisfied with the result - I did not like that fact that I had to pass a task name as a parameter to PAnt.execTask, e.g. pant.execTask("mkdir", dir=buildDir). It just was not [...]