Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 22689 invoked from network); 18 Feb 2005 08:11:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Feb 2005 08:11:56 -0000 Received: (qmail 68059 invoked by uid 500); 18 Feb 2005 08:11:54 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 68004 invoked by uid 500); 18 Feb 2005 08:11:54 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 67990 invoked by uid 500); 18 Feb 2005 08:11:53 -0000 Received: (qmail 67987 invoked by uid 99); 18 Feb 2005 08:11:53 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 18 Feb 2005 00:11:52 -0800 Received: (qmail 22643 invoked by uid 1146); 18 Feb 2005 08:11:51 -0000 Date: 18 Feb 2005 08:11:51 -0000 Message-ID: <20050218081151.22642.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/xdocs faq.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bodewig 2005/02/18 00:11:51 Modified: docs external.html faq.html xdocs faq.xml Log: Uninstall the ant RPMs hint by Robert Koberg Revision Changes Path 1.195 +1 -1 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- external.html 2 Feb 2005 10:20:10 -0000 1.194 +++ external.html 18 Feb 2005 08:11:50 -0000 1.195 @@ -3755,7 +3755,7 @@ - http://www.nurflugel.com/webstart/AntScriptVisualizer + http://www.nurflugel.com/webstart/AntScriptVisualizer/ 1.116 +25 -0 ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/ant/docs/faq.html,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- faq.html 27 Jan 2005 12:40:49 -0000 1.115 +++ faq.html 18 Feb 2005 08:11:50 -0000 1.116 @@ -204,6 +204,10 @@ I get checksum errors when I try to extract the tar.gz distribution file. Why? +
  • + How do you get ant-1.6.x (or any version later than + 1.5.2) to work on on RedHat ES 3? +
  • How do I ...

      @@ -632,6 +636,27 @@ found here, or use the zip archive instead (you can extract it using jar xf).

      +

      + + How do you get ant-1.6.x (or any version later than + 1.5.2) to work on on RedHat ES 3? +

      +

      Redhat ES 3.0 comes installed with ant 1.5.2. Even if you + have your PATH and ANT_HOME variables set correctly to a later + version of ant, you will always be forced to use the + preinstalled version.

      +

      To use a later version of ant on this OS you could do the + following:

      +
        +$ ant -version
        +Apache Ant version 1.5.2-23 compiled on November 12 2003
        +$ su -
        +# rpm -e ant ant-libs
        +# exit
        +$ hash -r
        +$ ant -version
        +Apache Ant version 1.6.2 compiled on July 16 2004
        +

      How do I realize os--specific configurations? 1.68 +24 -0 ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/ant/xdocs/faq.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- faq.xml 10 Jan 2005 08:37:07 -0000 1.67 +++ faq.xml 18 Feb 2005 08:11:51 -0000 1.68 @@ -225,6 +225,30 @@ jar xf).

      + + + How do you get ant-1.6.x (or any version later than + 1.5.2) to work on on RedHat ES 3? + +

      Redhat ES 3.0 comes installed with ant 1.5.2. Even if you + have your PATH and ANT_HOME variables set correctly to a later + version of ant, you will always be forced to use the + preinstalled version.

      + +

      To use a later version of ant on this OS you could do the + following:

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