parse method. e.g.
ProjectHelper ph = ProjectHelper.getProjectHelper();
ph.parse(project, buildFile);
Thanks,
Gerry
Gerry Healy wrote:
I have just tried ant 1.6.5, which also fails but with a null pointer
exception
build.xml:215: java.lang.NullPointerException
Note: the error only occurs
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:
I have just tried ant 1.6.5, which also fails but with a null pointer
exception
build.xm
tried running the task with ant 1.6.5?
And are you using the latest ant-contrib version (1.0b2)?
/Dave
-Original Message-
From: Gerry Healy [mailto:[EMAIL PROTECTED]
Sent: 14 August 2006 12:53
To: user@ant.apache.org
Subject: Task doesn't support the nested * element
Hi there,
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 them f