Hi, I don't know if I am in the right forum. I have the following problem. I have create a Web Service which transforms a file from html to xml. When I call that WS I get the following error:
That error occurs when the the following piece of code is executed:
ProjectHelper helper = ProjectHelper.getProjectHelper(); p.addReference("ant.projectHelper", helper); p.fireBuildStarted(); --->here is the error p.init(); helper.parse(p, buildFile); p.executeTarget(p.getDefaultTarget()); p.fireBuildFinished(null);
Could you help me to solve that problem?? Thanks in advance! -- Sent from the Ant - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)