RE: Calling ANT from a Servlet

2005-08-01 Thread Hardacker, Andrew
): 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

Re: Calling ANT from a Servlet

2005-07-30 Thread KrustyDerClown
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

RE: Calling ANT from a Servlet

2005-07-27 Thread Hardacker, Andrew
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

Calling ANT from a Servlet

2005-07-27 Thread KrustyDerClown
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