Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 37783 invoked from network); 4 Oct 2002 23:49:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Oct 2002 23:49:33 -0000 Received: (qmail 13129 invoked by uid 97); 4 Oct 2002 23:50:20 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 13113 invoked by uid 97); 4 Oct 2002 23:50:20 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 13101 invoked by uid 98); 4 Oct 2002 23:50:19 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Samuel L Gabriel" To: "'Ant Developers List'" Subject: AntServlet for lengthy processes Date: Fri, 4 Oct 2002 19:49:09 -0400 Message-ID: <021f01c26c00$a2327210$1700a8c0@Workbench> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <3D9D4F44.7020901@apache.org> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N File based builds from production to development servers takes a pretty long time, specially on slower connections from remote locations. I have developed a servlet that can be incorporated into Tomcat or any other servlet container that starts an Ant process, passing all the url parameters as ant command line parameters, the servlet executes an ant script (provided in the url), the servlet can then read any output file of the local ant process and pass it to the caller. The servlet is being used for quite some time to provide builds in production, the ant script in production uses the get task to retrieve the data from the servlet on development, the local ant script log into VSS, extract and zip the files, the servlet then read the zipped file and send it to the get task on the production envirnoment, which unzip it using the "unzip" task and continue the build. I hope I can contribute this servlet to the Ant community. Please let me know what I should do? Regards Sam Gabriel -----Original Message----- From: Henri Gomez [mailto:hgomez@apache.org] Sent: Friday, October 04, 2002 4:20 AM To: Ant Developers List Subject: Re: [ANNOUNCEMENT] Ant 1.5 Released Magesh Umasankar wrote: > That was Fast! Thanks, Henri. It was a pleasure ;) -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: