Hi all,
I have a .jar application containing my custom ant Tasks
implementation. This works fine when I use it from the (linux)
console. Now my goal is to write a Servlet which enables me to select
a buildfile (with my custom tasks) and run it. My .jar is located in
the WEB-INF/lib but when the se
;
Date: Jun 10, 2005 9:48 AM
Subject: Launching ant programatically from a Servlet Application...
To: Ant Users List
Hi all,
I have a .jar application containing my custom ant Tasks
implementation. This works fine when I use it from the (linux)
console. Now my goal is to write a Servlet which en