Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 90802 invoked from network); 23 Jul 2000 19:18:19 -0000 Received: from postfix2.free.fr (postfix@212.27.32.74) by locus.apache.org with SMTP; 23 Jul 2000 19:18:19 -0000 Received: from medusa (nice-45-251.dial.proxad.net [213.228.45.251]) by postfix2.free.fr (Postfix) with SMTP id 6EBBF7407B for ; Sun, 23 Jul 2000 21:18:16 +0200 (MEST) Reply-To: From: "Frederic Lavigne" To: Subject: RE: [RFE] Incremental mode for Ant Date: Sun, 23 Jul 2000 21:17:59 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <005c01bff4b5$1eb68800$80dc1fcb@cognet.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, > -----Message d'origine----- > De : Conor MacNeill [mailto:conor@m64.com] > Envoy� : dimanche 23 juillet 2000 16:49 > � : ant-dev@jakarta.apache.org > Objet : RE: [RFE] Incremental mode for Ant > > > I see that someone has proposed a GUI which looks kinda nice. It currently > seems geared to building ant files rather than running them. I am also not > sure if this code will be contributed as it seems to depend on a library, > etc, etc. I'm working on AntHill. AntHill will be available under GPL. AntHill is currently able to build a selected target or the default target. Messages (output) is directed to a specific JTextArea. I'm encountering problem to stop the build process if ant started some exec tasks (runtime.exec()). I made the choice to run Ant from AntHill (in the same VM and an other Thread). If I start a long running target like Javadoc and I want to interrupt it, I use theThread.interrupt(); It succesfully interrupts the thread but not the command (Process) started by the Javadoc task. I didn't find any way to get all the processes started by ant during the build. So I'm not able to interrupt it :( > Conor > > > > -----Original Message----- > > From: Peter Donald [mailto:donaldp@mad.scientist.com] > > Sent: Sunday, 23 July 2000 0:51 > > To: ant-dev@jakarta.apache.org > > Subject: [RFE] Incremental mode for Ant > > > > > > Hi, > > > > Does anyone else wnat an incremental mode for ant ? Basically what that > > means is that you go through one run. When you get to end of run It will > > prompt you - Enter to recompile last target, Esc to exit. This > avoids some > > of overhead of starting a VM and is quite a nice feature generally ... I > > would also like a system where it was possible that I could > type in a new > > target to stding to get it executed when in this idle mode .. > > > > Cheers, > > > > Pete > > > > *------------------------------------------------------* > > | "Nearly all men can stand adversity, but if you want | > > | to test a man's character, give him power." | > > | -Abraham Lincoln | > > *------------------------------------------------------* > > >