Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 27931 invoked from network); 9 Sep 2003 04:17:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Sep 2003 04:17:24 -0000 Received: (qmail 73965 invoked by uid 500); 9 Sep 2003 04:16:48 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 73916 invoked by uid 500); 9 Sep 2003 04:16:47 -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 73877 invoked from network); 9 Sep 2003 04:16:47 -0000 Received: from unknown (HELO hplb.hpl.hp.com) (192.6.10.2) by daedalus.apache.org with SMTP; 9 Sep 2003 04:16:47 -0000 Received: from snowy.hpl.hp.com (snowy.hpl.hp.com [15.144.94.243]) by hplb.hpl.hp.com (8.12.9/8.12.1/HP Labs Bristol relay) with ESMTP id h892e6eo023467 for ; Tue, 9 Sep 2003 03:40:06 +0100 (BST) Received: from iseran.com (pal2nai169082.nsr.hp.com [15.244.169.82]) by snowy.hpl.hp.com with ESMTP (8.9.3 (PHNE_28760_binary)/8.7.3 SMKit7.0) id DAA10526 for ; Tue, 9 Sep 2003 03:40:05 +0100 (BST) Message-ID: <3F5D3D84.7000609@iseran.com> Date: Mon, 08 Sep 2003 19:40:04 -0700 From: Steve Loughran User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: GUMP failure caused by ANT (Re: [GUMP] Build Failure - Axis) References: <20030908090448.8701.qmail@web12808.mail.yahoo.com> In-Reply-To: <20030908090448.8701.qmail@web12808.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-HPL-BR-MailScanner: Found to be clean X-HPL-BR-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.6, required 5, EMAIL_ATTRIBUTION -0.50, IN_REP_TO -0.50, QUOTED_EMAIL_TEXT -0.48, REFERENCES -0.50, REPLY_WITH_QUOTES -0.50, USER_AGENT_MOZILLA_UA 0.00, X_ACCEPT_LANG -0.10) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N FYI: a recent change (few weeks back?) is breaking Axis in its iterative build (uses a descendent of ant-contrib's foreach) Davanum Srinivas wrote: > Tried both j2sdk-1.3.1_08 and j2sdk-1.4.1_03 on nagoya. Problem occurs on both with latest ANT > nightly. > > -- dims > > --- Davanum Srinivas wrote: > >>Steve, >> >>This is caused by Nightly ANT (on Nagoya). Does not happen with ANT 1.5.4. Both nightly and >>1.5.4 >>work fine on WIN2K, but am able to reproduce this problem on nagoya. If u see >>http://cvs.apache.org/builds/gump/latest/xml-axis.html you can see that "Compiling >>test.RPCDispatch" occurs many many times. Basically the problem is when looping through all the >>build.xml's we seem to be stuck on the first one which is test/RPCDispatch/build.xml. >> >>Thanks, >>dims >> >>--- Sam Ruby wrote: >> >>>---------------------------------------------------- >>>This email is autogenerated from the output from: >>> >>>---------------------------------------------------- >>> >>>Build results exceed maximum length. >>>Please see URL above for details. >>>Last 50 lines of build output follows. >>> >>> [java] [foreach] ^ >>> [java] [foreach] /home/rubys/jakarta/xml-axis/java/samples/echo/TestClient.java:676: >>>cannot resolve symbol >>> [java] [foreach] symbol : class SOAPStructStruct >>> [java] [foreach] location: class samples.echo.TestClient >>> [java] [foreach] SOAPStructStruct input = new SOAPStructStruct(); >>> [java] [foreach] ^ >>> [java] [foreach] /home/rubys/jakarta/xml-axis/java/samples/echo/TestClient.java:676: >>>cannot resolve symbol >>> [java] [foreach] symbol : class SOAPStructStruct >>> [java] [foreach] location: class samples.echo.TestClient >>> [java] [foreach] SOAPStructStruct input = new SOAPStructStruct(); >>> [java] [foreach] ^ >>> [java] [foreach] /home/rubys/jakarta/xml-axis/java/samples/echo/TestClient.java:693: >>>cannot resolve symbol >>> [java] [foreach] symbol : class SOAPArrayStruct >>> [java] [foreach] location: class samples.echo.TestClient >>> [java] [foreach] SOAPArrayStruct input = new SOAPArrayStruct(); >>> [java] [foreach] ^ >>> [java] [foreach] /home/rubys/jakarta/xml-axis/java/samples/echo/TestClient.java:693: >>>cannot resolve symbol >>> [java] [foreach] symbol : class SOAPArrayStruct >>> [java] [foreach] location: class samples.echo.TestClient >>> [java] [foreach] SOAPArrayStruct input = new SOAPArrayStruct(); >>> [java] [foreach] ^ >>> [java] [foreach] >>>/home/rubys/jakarta/xml-axis/java/samples/jaxrpc/address/AddressClient.java:18: cannot resolve >>>symbol >>> [java] [foreach] symbol : class AddressService >>> [java] [foreach] location: class samples.jaxrpc.address.AddressClient >>> [java] [foreach] AddressService myProxy = (AddressService) service.getPort(new >>> [java] [foreach] ^ >>> [java] [foreach] >>>/home/rubys/jakarta/xml-axis/java/samples/jaxrpc/address/AddressClient.java:18: cannot resolve >>>symbol >>> [java] [foreach] symbol : class AddressService >>> [java] [foreach] location: class samples.jaxrpc.address.AddressClient >>> [java] [foreach] AddressService myProxy = (AddressService) service.getPort(new >>> [java] [foreach] ^ >>> [java] [foreach] >>>/home/rubys/jakarta/xml-axis/java/samples/jaxrpc/address/AddressClient.java:19: cannot resolve >>>symbol >>> [java] [foreach] symbol : class AddressService >>> [java] [foreach] location: class samples.jaxrpc.address.AddressClient >>> [java] [foreach] QName(nameSpaceUri, portName), AddressService.class); >>> [java] [foreach] ^ >>> [java] [foreach] Note: Some input files use or override a deprecated API. >>> [java] [foreach] Note: Recompile with -deprecation for details. >>> [java] [foreach] 27 errors >>> >>> [java] BUILD FAILED >>> [java] /home/rubys/jakarta/xml-axis/java/test/functional/build.xml:53: Compile failed; >> >>see >> >>>the compiler error output for details. >>> >>> [java] Total time: 1 minute 14 seconds >>> >>> >>> >>>BUILD FAILED >>>/home/rubys/jakarta/xml-axis/java/xmls/targets.xml:7: Java returned: 1 >>> >>>Total time: 3 minutes 17 seconds >> >> >>===== >>Davanum Srinivas - http://webservices.apache.org/~dims/ >> > > > > ===== > Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org