Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 37618 invoked by uid 500); 19 Mar 2003 19:09:37 -0000 Received: (qmail 37600 invoked from network); 19 Mar 2003 19:09:37 -0000 Received: from telutil12a-v.ml.com (HELO telutil12a.ml.com) (199.43.34.196) by daedalus.apache.org with SMTP; 19 Mar 2003 19:09:37 -0000 Received: from telutil13a.ml.com (telutil13a [146.125.226.11]) by telutil12a.ml.com (8.12.8/8.12.5/telutil12a-1.2) with ESMTP id h2JJ9aCu019387 for ; Wed, 19 Mar 2003 14:09:36 -0500 (EST) Received: from ehudwt02.exchange.ml.com (ehudwt02.exchange.ml.com [199.201.37.23]) by telutil13a.ml.com (8.12.8/8.12.5/telutil13a-1.1) with SMTP id h2JJ9gTP001761 for ; Wed, 19 Mar 2003 14:09:42 -0500 (EST) Received: from 169.242.226.176 by ehudwt02.exchange.ml.com with ESMTP ( Tumbleweed MMS SMTP Relay (MMS v4.7);); Wed, 19 Mar 2003 14:09:41 -0500 X-Server-Uuid: 3789b954-9c4e-11d3-af68-0008c73b0911 Received: by ehope09.hew.us.ml.com with Internet Mail Service ( 5.5.2654.52) id ; Wed, 19 Mar 2003 14:09:13 -0500 Message-ID: From: "Narayanan, Gopalakrishnan" To: "'ant-user@jakarta.apache.org'" Subject: Selector Date: Wed, 19 Mar 2003 14:09:11 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) X-WSS-ID: 12661FFE233278-02-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was running ANT 1.5.1 under jdk 1.3.1.Everything was working fine until I had to install jdk 1.4 in my machine.Now the same build file fails with the message even after reverting to jdk 1.3.1.I am not sure if this is related to JDK version because the error seems to say that "selector" element is not permissible under project. BUILD FAILED C:\build\build.xml:4: Unexpected element "selector" at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:135) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:85) at org.apache.tools.ant.Main.runBuild(Main.java:439) at org.apache.tools.ant.Main.start(Main.java:153) at org.apache.tools.ant.Main.main(Main.java:176) Total time: 2 seconds The relevant part in the build.xml file is .... Any help would be appreciated.