ude a code segment
showing how to instansiate the class and use the parse method. e.g.
ProjectHelper ph = ProjectHelper.getProjectHelper();
ph.parse(project, buildFile);
Thanks,
Gerry
Gerry Healy wrote:
Hi there,
I am having trouble using third party ant tasks, with nested elements,
fro
Hi there,
I am having trouble using third party ant tasks, with nested elements,
from the Ant API. For example the ant-contrib IfTask and the svnant
SvnTask.
I am able to use both of these tasks in build scripts without a problem,
when running ant from the command line. But I want to use the