Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 70439 invoked from network); 20 Feb 2008 20:34:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 20:34:43 -0000 Received: (qmail 73884 invoked by uid 500); 20 Feb 2008 20:34:37 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 73834 invoked by uid 500); 20 Feb 2008 20:34:37 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 73823 invoked by uid 99); 20 Feb 2008 20:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 12:34:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.147] (HELO web30804.mail.mud.yahoo.com) (68.142.200.147) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 20 Feb 2008 20:34:04 +0000 Received: (qmail 32963 invoked by uid 60001); 20 Feb 2008 20:34:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=lJJG3Ci8CoSRprqTfLf3s5LLuXzrJ8p7EMyYzNyDjEfF0briT/F3eVEy+lorKkNZ3dmmx58KFCT27yQ+rQej1IK7lQXH7yhLQH91h5qoXNN0FNnyxh8WxuvG22zOpc8VrOu3ZppAZ0veCkg3C50IhT+r3GhmQFnJHSTqoU2j/fo=; X-YMail-OSG: O1C0kIoVM1kaLW6hhqhTMbgljECrYewb_32cCqNsMH2NTSs4jCA9JEeFfDtMP3axtYd4_mtasud7Y1zWA45jk2xgnruxKaeJs_8YBgnsJ.hELXgL0bw3QQNiALDynQ-- Received: from [217.136.209.213] by web30804.mail.mud.yahoo.com via HTTP; Wed, 20 Feb 2008 12:34:08 PST X-Mailer: YahooMailRC/902.32 YahooMailWebService/0.7.162 Date: Wed, 20 Feb 2008 12:34:08 -0800 (PST) From: Maarten Coene Subject: Re: Ivy build broken on Java 1.4 To: Ant Developers List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <774228.31287.qm@web30804.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I've just committed a fix, it should be ok now. Thanks for reporting. Maarten ----- Original Message ---- From: Patrick Woodworth To: dev@ant.apache.org Sent: Tuesday, February 19, 2008 10:27:26 PM Subject: Ivy build broken on Java 1.4 As of r629224 the Ivy build appears broken when using JDK 1.4: compile-core: [javac] Compiling 277 source files to E:\wstmp\ivy\build\classes\core [javac] E:\wstmp\ivy\src\java\org\apache\ivy\plugins\parser\m2\PomReader.java:259: cannot resolve symbol [javac] symbol : class Iterable [javac] location: class org.apache.ivy.plugins.parser.m2.PomReader.PomDependencyData [javac] public Iterable/**/ getExcludedModules() { [javac] ^ [javac] E:\wstmp\ivy\src\java\org\apache\ivy\plugins\parser\m2\PomReader.java:176: cannot resolve symbol [javac] symbol : class Iterable [javac] location: class org.apache.ivy.plugins.parser.m2.PomReader [javac] public Iterable/* */ getDependencies() { [javac] ^ [javac] E:\wstmp\ivy\src\java\org\apache\ivy\plugins\parser\m2\PomReader.java:192: cannot resolve symbol [javac] symbol : class Iterable [javac] location: class org.apache.ivy.plugins.parser.m2.PomReader [javac] public Iterable/* */ getDependencyMgt() { [javac] ^ [javac] E:\wstmp\ivy\src\java\org\apache\ivy\plugins\parser\m2\PomReader.java:298: cannot resolve symbol [javac] symbol : method getTextContent () [javac] location: interface org.w3c.dom.Element [javac] return node.getTextContent(); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 4 errors The problem is at the API level which is why alone won't catch it. You actually need to compile with a 1.4 JDK to see the problem. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org