From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: OT: Run Ant in MingW shell? Date: 15 Oct 2003 07:49:13 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <86n0c3v4nx.fsf@slowfox.dyndns.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066196937 20613 80.91.224.253 (15 Oct 2003 05:48:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2003 05:48:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 07:48:37 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 1A9eWS-0001OH-00 for ; Wed, 15 Oct 2003 07:48:36 +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 1A9eVx-000833-Di for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2003 01:48:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9eVk-00081U-Ay for help-gnu-emacs@gnu.org; Wed, 15 Oct 2003 01:47:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9eVE-0007a5-Fb for help-gnu-emacs@gnu.org; Wed, 15 Oct 2003 01:47:51 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1A9eVD-0007Wj-R8 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2003 01:47:20 -0400 Original-To: help-gnu-emacs@gnu.org In-reply-to: <86n0c3v4nx.fsf@slowfox.dyndns.org> (message from Kai Grossjohann on Wed, 15 Oct 2003 00:24:34 +0200) 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:13189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13189 > From: Kai Grossjohann > Newsgroups: gnu.emacs.help > Date: Wed, 15 Oct 2003 00:24:34 +0200 > >> > >> I look at $CLASSPATH and it's the same as under CMD.EXE. But there, > >> Ant works. > > Correction: it seems that $CLASSPATH looks like c:/foo;c:/bar, note > the semicolon and the forward slashes. That shouldn't be a problem: I'm guessing that $CLASSPATH is interpreted by Ant, not by CMD, so it's not necessarily a problem. Semi-colon is what is used on Windows since a colon is a valid part of an absolute file name. Does $CLASSPATH look different under the MinGW shell?