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 15139 invoked from network); 1 Aug 2000 16:05:59 -0000 Received: from demon-gw.synamic.co.uk (HELO speedy.synamic.co.uk) (194.70.193.66) by locus.apache.org with SMTP; 1 Aug 2000 16:05:59 -0000 Received: by speedy.synamic.co.uk with Internet Mail Service (5.5.2650.21) id ; Tue, 1 Aug 2000 17:05:47 +0100 Message-ID: From: Jeff Martin To: "'ant-dev@jakarta.apache.org'" Subject: RE: build crashes Date: Tue, 1 Aug 2000 17:05:24 +0100 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 You'll probably find that if you use the new ant.jar you've just created these will go away. -----Original Message----- From: Jonathan Carlson [mailto:jcarlson@is.com] Sent: 01 August 2000 16:53 To: 'ant-dev@jakarta.apache.org' Subject: RE: build crashes I don't think that's it. It happened when I did a .\bootstrap.bat too. I hacked the xml file to get it working for me, but I thought someone should know about it. There is also a problem in the java task that calls junit. It has an arg element that should be an args= parameter. -----Original Message----- From: Stefan Bodewig [mailto:bodewig@bost.de] Sent: Tuesday, August 01, 2000 10:52 AM To: ant-dev@jakarta.apache.org Subject: Re: build crashes >>>>> "JC" == Jonathan Carlson writes: JC> build.xml:122: Class class org.apache.tools.ant.taskdefs.Chmod JC> doesn't support the nested "fileset" element You'll need to bootstrap. Either use bootstrap.sh or bootstrap.bat depending on your OS. Stefan