Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 57845 invoked from network); 7 Dec 2005 08:50:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 08:50:23 -0000 Received: (qmail 69407 invoked by uid 500); 7 Dec 2005 08:50:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 69362 invoked by uid 500); 7 Dec 2005 08:50:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 69351 invoked by uid 99); 7 Dec 2005 08:50:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 00:50:16 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 00:50:15 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id jB78nbfh030330 for ; Wed, 7 Dec 2005 09:49:48 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Wed, 7 Dec 2005 09:49:47 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: AW: Installing ant on AIX 5.2 Date: Wed, 7 Dec 2005 09:49:47 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Installing ant on AIX 5.2 Thread-Index: AcX7BzQu4LcxM5VcQsuLtzfkM++yuAAA7mKQ From: To: X-OriginalArrivalTime: 07 Dec 2005 08:49:47.0510 (UTC) FILETIME=[2D6A9960:01C5FB0B] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ant is just a java application ... I think the standard binary distro = should work? But not bootstrapping under AIX is another problem. Jan=20 >-----Urspr=FCngliche Nachricht----- >Von: Arnault BELLINA [mailto:kataplute@yahoo.fr]=20 >Gesendet: Mittwoch, 7. Dezember 2005 09:21 >An: user@ant.apache.org >Betreff: Installing ant on AIX 5.2=20 > >Hi all !=20 > =20 > I'm trying to install Apache ant 1.6.5 on AIX 5.2. I=20 >unpacked the tar file and I tried as mentionned in the=20 >Building ant Manual to build ant from sources. > =20 > However when i build ant with the script build.sh I had a=20 >problem with the underscript bootstrap.sh :=20 > =20 > I get this error :=20 > =20 > ./build.sh -Ddir.dist=3Dant dist > =20 > ... Bootstrapping Ant Distribution > ... Compiling Ant Classes > ./bootstrap.sh[130]: /usr/java14/sh/javac: arg list too long > ... Failed compiling Ant classes ! > Bootstrap FAILED > =20 > =20 > I find that the problem come from the code :=20 > =20 > "${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR}=20 >${TOOLS}/bzip2/*.java ${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \ > ${TOOLS}/ant/util/regexp/RegexpMatcher.java \ > ${TOOLS}/ant/util/regexp/RegexpMatcherFactory.java \ > ${TOOLS}/ant/types/*.java \ > ${TOOLS}/ant/taskdefs/compilers/*.java \ > ${TOOLS}/ant/taskdefs/condition/*.java \ > ${TOOLS}/ant/*.java ${TOOLS}/ant/taskdefs/*.java > ret=3D$? > if [ $ret !=3D 0 ]; then > echo ... Failed compiling Ant classes ! > exit $ret > fi > =20 > I try to separate the instruction in two part but I get a=20 >new error when the build.sh script use the build.xml file. > =20 > Is there any solution to correct the JAVAC compilation to=20 >make it works ? Is there anybody who had this error. Or does=20 >it exist some binary of ant that works on AIX 5.2 > =20 > Thanks a lot > =20 > Arnault=20 > =20 > > =09 >--------------------------------- > Appel audio GRATUIT partout dans le monde avec le nouveau=20 >Yahoo! Messenger T=E9l=E9chargez le ici ! =20 > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org