You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Jin Zhou <ji...@gene.COM> on 2002/12/10 00:18:05 UTC

Failed building ant-1.5.1 on Tru64 V5.1 system

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Failed building ant-1.5.1 on Tru64 V5.1 system

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Jin Zhou wrote:
> Hi,
> 

>    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?
> 


Can you run
bootstrap.sh -debug

It will give you more info about what is going on and perhaps the cause 
for the failure

Conor



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Failed building ant-1.5.1 on Tru64 V5.1 system

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 10 Dec 2002, Jin Zhou <ji...@gene.com> wrote:

>     Finally I found the tar ball "jakarta-ant-1.5.1-src.tar.gz" I
>     downloaded from http://www.apache.org/dist/ant/source is
>     corrupted. A lot of file names have been truncated,

<http://jakarta.apache.org/ant/faq.html#no-gnu-tar>

This is also mentioned in the release notes in the download directory
BTW.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Failed building ant-1.5.1 on Tru64 V5.1 system

Posted by Jin Zhou <ji...@gene.COM>.
Hi,

    Thanks Conor for the hint. Finally I found the tar ball
"jakarta-ant-1.5.1-src.tar.gz" I downloaded from
http://www.apache.org/dist/ant/source is corrupted. A lot of file names have
been truncated, for example:

ls -1 ./src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool
CVS/
ClassCPInfo.java
ConstantCPInfo
ConstantPool.j
ConstantPoolEn
DoubleCPInfo.j
FieldRefCPInfo
FloatCPInfo.ja
IntegerCPInfo.
InterfaceMetho
LongCPInfo.jav
MethodRefCPInf
NameAndTypeCPI
StringCPInfo.j
Utf8CPInfo.jav

     I then downloaded the other source file "jakarta-ant-1.5.1-src.zip",
and now I can run bootstrap.sh without problem. I'll try to build entire ant
later.

     Thanks Conor.

     Jin
-----------------------------------------------

Jin Zhou wrote:
> Hi,
>

>    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?
>


Can you run
bootstrap.sh -debug

It will give you more info about what is going on and perhaps the cause
for the failure

Conor



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>