):
ProjectHelper ph = ProjectHelper.getProjectHelper();
ph.parse(project, file);
Andy Hardacker
-Original Message-
From: KrustyDerClown [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 30, 2005 6:36 PM
To: Ant Users List
Cc: [EMAIL PROTECTED]
Subject: Re: Calling ANT from a Servlet
He
Sent: Wednesday, July 27, 2005 7:20 PM
Subject: RE: Calling ANT from a Servlet
Yes, it's possible, and not particularly difficult. This article is a good
place to start.
http://www.onjava.com/pub/a/onjava/2002/07/24/antauto.html?page=1
Andy Hardacker
-Original Message-
From: Krus
user@ant.apache.org
Subject: Calling ANT from a Servlet
Hello,
situation: I want use ANT from a Java WebApplication. I have a ANT build
file with some targets and tasks. (cvs task, cvschangelog task, xslt task)
und want run this build file within a servlet, because the user can give 2
dates from
Hello,
situation: I want use ANT from a Java WebApplication. I have a ANT build file
with some targets and tasks. (cvs task, cvschangelog task, xslt task) und want
run this build file within a servlet, because the user can give 2 dates from a
JSP as input for the cvschangelog task.
Is this pos