From CCheng@gluecode.com Mon Oct 16 17:01:17 2000 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 54382 invoked from network); 16 Oct 2000 17:01:17 -0000 Received: from lsanca1-ar4-213-006.biz.dsl.gtei.net (HELO mailrelay.gluecode.COM) (4.35.213.6) by locus.apache.org with SMTP; 16 Oct 2000 17:01:17 -0000 Received: from s-exchange.hq.gluecode.com (exch.hq.gluecode.com [10.1.9.18]) by mailrelay.gluecode.COM (8.9.3+Sun/8.9.3) with ESMTP id KAA14756 for ; Mon, 16 Oct 2000 10:04:13 -0700 (PDT) Received: by owa.hq.gluecode.com with Internet Mail Service (5.5.2650.21) id ; Mon, 16 Oct 2000 10:04:13 -0700 Message-ID: <3963516CA53AD411B89F00D0B748B1142C7E2E@owa.hq.gluecode.com> From: Cheng-Wei Cheng To: "'ant-dev@jakarta.apache.org'" Subject: RE: what does this mean.. compilation failure of ant from cvs. Date: Mon, 16 Oct 2000 10:04:13 -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 oh.. so I c the bootstrap.sh is missing this line cp ./src/main/org/apache/tools/ant/types/defaults.properties classes/org/apache/tools/ant/types/ and when running the bootstrap.sh the classpath is not set e.g. /classes and the xerces-j classes here is the error when trying to run it howeve the /bin/sh is link to bash [prompt]# ./bootstrap.sh bash: ./bootstrap.sh: No such file or directory [prompt]# sh -x bootstrap.sh + : command not found + : command not found + ANT_HOME=. + export ANT_HOME ': not a valid identifierT_HOME + : command not found + echo ... Bootstrapping Ant Distribution ... Bootstrapping Ant Distribution + : command not found bootstrap.sh: line 67: syntax error: unexpected end of file -----Original Message----- From: Nico Seessle [mailto:Nico.Seessle@epost.de] Sent: Saturday, October 14, 2000 5:24 PM To: ant-dev@jakarta.apache.org Subject: Re: what does this mean.. compilation failure of ant from cvs. ----- Original Message ----- From: "Cheng-Wei Cheng" To: Sent: Sunday, October 15, 2000 1:09 AM Subject: what does this mean.. compilation failure of ant from cvs. > Searching for build.xml ... > Buildfile: /opt/jakarta-ant/build.xml > > BUILD FAILED > > Can't load default datatype list > You need to include/copy *.properties in your classes-dir. In what way does bootstrap.sh not work? Is there an error message?