From Olivier.Doremieux@fc.celera.com Thu Sep 7 13:50:54 2000 Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 69278 invoked from network); 7 Sep 2000 13:50:54 -0000 Received: from firestar.genscope.com (HELO firestar-qfe3.perkin-elmer.com) (63.66.23.5) by locus.apache.org with SMTP; 7 Sep 2000 13:50:54 -0000 Received: from superman.perkin-elmer.com by firestar-qfe3.perkin-elmer.com via smtpd (for locus.apache.org [63.211.145.10]) with SMTP; 7 Sep 2000 13:50:54 UT Received: from celmfsc.fc.celera.com (celmfsc [172.16.0.40]) by superman.fc.celera.com (8.9.3/8.9.3) with ESMTP id GAA16372 for ; Thu, 7 Sep 2000 06:50:23 -0700 (PDT) Received: by celmfsc.fc.celera.com with Internet Mail Service (5.5.2650.21) id ; Thu, 7 Sep 2000 06:42:26 -0700 Message-ID: From: "Doremieux, Olivier" To: "'ant-user@jakarta.apache.org'" Subject: RE: ant and Win98 Date: Thu, 7 Sep 2000 06:42:25 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Another possibility is : Do you have the ant/bin directory in your path and of course the jdk/bin? Olivier -----Original Message----- From: Ralf Purnhagen [mailto:purnhar@gmx.net] Sent: Wednesday, September 06, 2000 11:12 PM To: ant-user@jakarta.apache.org Subject: Re: ant and Win98 Mike Pedersen wrote: > > Hello, I've been using ant with much success over the last couple months on > NT Solaris and Linux. I have recently tried to run it on win98 with no > success. I have set ant_home, java_home and the ant/bin directory is in > the path. I have also changed all references to "program files" in the > and.bat to point to short directory names thinking that there might be a > problem with long file names. When ever I attempt to run "ant" I get bad > command or file name. Any thoughts on this would be much appreciated. Maybe your .bat-Files still have unix-style line feeds. DOS (or the Win98 command line cannot process such files correctly. Try to open the ant.bat with windows notepad. If there are unix-style line feeds in the file, there will be black boxes instead of line-feeds. Ralf