From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: OT: Run Ant in MingW shell? Date: Wed, 15 Oct 2003 21:27:54 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86k776qp1h.fsf@slowfox.dyndns.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066246405 24514 80.91.224.253 (15 Oct 2003 19:33:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2003 19:33:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 21:33:23 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9rOc-0001VE-00 for ; Wed, 15 Oct 2003 21:33:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9rMj-0005LJ-Jy for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2003 15:31:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!p508e3d3b.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: p508e3d3b.dip.t-dialin.net (80.142.61.59) Original-X-Trace: news.uni-berlin.de 1066245979 23469524 80.142.61.59 (16 [73968]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:itlnlI1czRhNALz5CSXVAwir7OY= Original-Xref: shelby.stanford.edu gnu.emacs.help:117288 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13217 Paul Kinnucan writes: > I just wanted to make sure that you are aware that the JDEE provides > comprensive support for running Ant scripts from Emacs. Yes, I set the build function to use Ant, and told to do like C-c C-v C-b. That's what you mean? Very nifty. Use it often. However: I'm doing servlet developing, so I have an Ant target for running Tomcat. It never stops, so that I can look at the output. So in the morning, I open a shell window (eshell currently), then invoke "ant -emacs tomcat" from there, and from then on I can see all debugging output in an Emacs window, for easy searching etc. I do use routinely for compiling my *.java files and for removing and restarting the servlet (using the Ant tasks provided for this). Hm. Now that I think of it, if there is an easy way to tell C-c C-v C-b to run a different target, then I could use it to run the "tomcat" target, then rename the resulting compilation buffer. This would give me the same thing, but in two compilation buffers. Hm. Hmmm... Why not? Let me try (tomorrow). Kai