Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 63201 invoked from network); 30 Oct 2010 18:08:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 18:08:42 -0000 Received: (qmail 12149 invoked by uid 500); 30 Oct 2010 18:08:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 12103 invoked by uid 500); 30 Oct 2010 18:08:40 -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 12095 invoked by uid 99); 30 Oct 2010 18:08:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 18:08:40 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of ganesh.devarajulu@baml.com does not designate 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 18:08:35 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1PCFqg-0000GF-Iw for user@ant.apache.org; Sat, 30 Oct 2010 11:08:14 -0700 Date: Sat, 30 Oct 2010 11:08:14 -0700 (PDT) From: ritchie To: user@ant.apache.org Message-ID: <1288462094580-3243556.post@n5.nabble.com> Subject: Refresh toolkit using headless build. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Has anyone been successful in refreshing the toolkit using headless build? I tried to use the headless build but with no success. error message i get C:\apache-ant-1.7.0\bin>ant -f refresh.xml -v Apache Ant version 1.7.0 compiled on December 13 2006 Buildfile: refresh.xml Detected Java version: 1.6 in: C:\Program Files\Java\jre6 Detected OS: Windows XP parsing buildfile C:\apache-ant-1.7.0\bin\refresh.xml with URI = file:/C:/apache -ant-1.7.0/bin/refresh.xml Project base dir set to: C:\apache-ant-1.7.0\bin [antlib:org.apache.tools.ant] Could not load definitions from resource org/apach e/tools/ant/antlib.xml. It could not be found. BUILD FAILED C:\apache-ant-1.7.0\bin\refresh.xml:3: Problem: failed to create task or type an tTask Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place. at org.apache.tools.ant.UnknownElement.getNotFoundException(UnknownEleme nt.java:481) at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:41 3) at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.jav a:160) at org.apache.tools.ant.Task.perform(Task.java:347) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java: 140) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.jav a:96) at org.apache.tools.ant.Main.runBuild(Main.java:683) at org.apache.tools.ant.Main.startAnt(Main.java:199) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) Total time: 0 seconds -- View this message in context: http://ant.1045680.n5.nabble.com/Refresh-toolkit-using-headless-build-tp3243556p3243556.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org