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. 
<ant_dir>/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:[EMAIL PROTECTED]
Sent: Saturday, October 14, 2000 5:24 PM
To: [EMAIL PROTECTED]
Subject: Re: what does this mean.. compilation failure of ant from cvs.


----- Original Message ----- 
From: "Cheng-Wei Cheng" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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?

Reply via email to