Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 52805 invoked by uid 500); 24 Jul 2003 16:38:30 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 52787 invoked from network); 24 Jul 2003 16:38:29 -0000 Received: from relay.t-intra.de (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 24 Jul 2003 16:38:29 -0000 Received: from DJ0X820J (p5080e926.dip0.t-ipconnect.de [80.128.233.38]) by relay.t-online-com.de (SMTPSVC(1.0.0.1)) with ESMTP id 120CA150035 for ; Thu, 24 Jul 2003 15:07:51 +0200 (CEST) Message-ID: <003601c351d4$1dd60df0$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" References: <004901c351ba$bc5638c0$020200c0@DJ0X820J> Subject: Re: emacs cygwin compile.el next-error fails with Ant (Was Re: [BUG]) Date: Thu, 24 Jul 2003 13:09:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N OK, so forget about fixing the problem in lisp. You might want to try 2 things : - write your own custom listener for ant (use the DefaultLogger as a basis) this might be the base for a contribution to ant. you might want to do the following : if the task is javac, or rmic, or ... if cygwin.user.home is set then transform path names coming in the output to make them cygwin path names - or a short hack write an awk script or a perl script which will invoke cygpath on everything looking like a Windows file name, plus a small wrapper doing : ant $@ | myconverter.awk or ant $@ | myconverter.pl Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org