Hi, I downoaded ant-1.5.1 source from Apache.org website, and I'm trying to build ant-1.5.1 on Tru64 V5.1, here is what I did and ran into:
1) Set envs %setenv ANT_HOME /usr/local/ant %setenv JAVA_HOME /usr/opt/java131 %set path=( $path $ANT_HOME/bin ) 2) Trying to build %build.sh -Ddist.dir=/tmp/ant dist ... 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 BUILD FAILED Target `' does not exist in this project. Total time: 3 seconds ... Failed Building Ant Distribution ! Bootstrap FAILED So what's wrong with bootstrap? did I forget to do anything? Is there anything wrong with the source codes I downloaded from Apache.org? Thanks Jin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>