You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Albert Chin <an...@mlists.thewrittenword.com> on 2005/06/25 02:59:30 UTC

Trouble building 1.6.5 on RHEL 3 with java-1.4.2-ibm

I'm having trouble building ant-1.6.5 on RHEL 3/x86 with
java-1.4.2-ibm.

$ rpm -qa | grep -i java-1.4.2-ibm
java-1.4.2-ibm-devel-1.4.2.0-1jpp_13rh
java-1.4.2-ibm-1.4.2.0-1jpp_13rh

I have neither ant nor ant-libs.

$ ./build.sh -Ddist.dir=/opt/TWWfsw/ant16 dist
...
internal_dist:
    [mkdir] Created dir: /opt/TWWfsw/ant16/etc
     [copy] Copying 1 file to /opt/TWWfsw/ant16/lib
     [copy] Copying 237 files to /opt/TWWfsw/ant16/doc

BUILD FAILED
/opt/build/apache-ant-1.6.5/build.xml:951: The following error occurred while executing this line:
/opt/build/apache-ant-1.6.5/build.xml:970: Failed to copy /opt/build/apache-ant-1.6.5/docs/resources.html to /opt/TWWfsw/ant16/doc/resources.html due to null

Any ideas?

I get a similar failure with RHEL 3/amd64, RHEL 4/x86, and RHEL
4/amd64.

-- 
albert chin (china@thewrittenword.com)

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Trouble building 1.6.5 on RHEL 3 with java-1.4.2-ibm

Posted by Albert Chin <an...@mlists.thewrittenword.com>.
On Fri, Jun 24, 2005 at 07:59:30PM -0500, Albert Chin wrote:
> I'm having trouble building ant-1.6.5 on RHEL 3/x86 with
> java-1.4.2-ibm.
> 
> $ rpm -qa | grep -i java-1.4.2-ibm
> java-1.4.2-ibm-devel-1.4.2.0-1jpp_13rh
> java-1.4.2-ibm-1.4.2.0-1jpp_13rh

I removed the above packages and installed the following and the
problem went away:
  java-1.4.2-bea-1.4.2.04-1jpp_11rh
  java-1.4.2-bea-devel-1.4.2.04-1jpp_11rh

-- 
albert chin (china@thewrittenword.com)

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org