Hi,
I'm getting the following bootstrap failures from the jakarta-ant CVS:
==================================================================
[EMAIL PROTECTED] jakarta-ant]$ ./bootstrap.sh
... Bootstrapping Ant Distribution
... Compiling Ant Classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
... Copying Required Files
... Building Ant Distribution
Buildfile: build.xml
bootstrap:
prepare:
check_for_optional_packages:
build:
Compiling 99 source files to
/home/weiqi/projects/jakarta-ant/build/classes
/home/weiqi/projects/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Base.java:65:
package org.apache.oro.text.perl does not exist
import org.apache.oro.text.perl.*;
^
/home/weiqi/projects/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Base.java:82:
cannot resolve symbol
symbol : class Perl5Util
location: class org.apache.tools.ant.taskdefs.opt
location: class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
protected Perl5Util util = null;
^
/home/weiqi/projects/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Base.java:113:
cannot resolve symbol
symbol : class Perl5Util
location: class org.apache.tools.ant.taskdefs.optional.perforce.P4Base
util = new Perl5Util();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors
BUILD FAILED
/home/weiqi/projects/jakarta-ant/build.xml:179: Compile failed, messages
should have been provided.
Total time: 6 seconds
... Cleaning Up Build Directories
chmod: bootstrap/bin/ant: No such file or directory
chmod: bootstrap/bin/antRun: No such file or directory
... Done Bootstrapping Ant Distribution
==================================================================
--
Weiqi Gao
[EMAIL PROTECTED]