Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 94157 invoked from network); 9 Nov 2007 07:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2007 07:17:43 -0000 Received: (qmail 79362 invoked by uid 500); 9 Nov 2007 07:17:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 79325 invoked by uid 500); 9 Nov 2007 07:17:28 -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 79314 invoked by uid 99); 9 Nov 2007 07:17:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 23:17:28 -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: domain of majorshao@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 07:17:32 +0000 Received: by rv-out-0910.google.com with SMTP id k15so375290rvb for ; Thu, 08 Nov 2007 23:17:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=TQBpCzrFA268UcIEm5K2WNgLhBYIrJN7lYp/vKjw0dU=; b=nX2QwJeGespSe4zWVgozvlkJUM+WO0PDTAkeN4/q9oss3sLQw7LhiOaWoOncn7dAZHJ1sfEXWncca/T+BEahAH5dkk7Pad8lXSNahNXBSNm7v/AzNQBEdWfx2Cp9kVBC3chLcJiOP0twjU3dgWseNgH5d8nfLB849Y18jgfveIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VEYc+xSnfvgwvizQCB4my/srM98mF8NhQ4Pi+y+gE+OxeW9MN8+tXl0LNTdZd4Pg1Hd0GnJRwy8x1cRBOqr3pcT4/49p4dZLiBsSRZJ70CJtSi3SDfWPrzdWOt1Xo0F8dJsSUMyWzOhpDv5XRbyO/Ln+qc3AdfpN7PctBl7gfrc= Received: by 10.141.99.4 with SMTP id b4mr791209rvm.1194592631786; Thu, 08 Nov 2007 23:17:11 -0800 (PST) Received: by 10.140.200.13 with HTTP; Thu, 8 Nov 2007 23:17:11 -0800 (PST) Message-ID: Date: Thu, 8 Nov 2007 23:17:11 -0800 From: "Major shao" To: "Ant Users List" Subject: Ant 1.5 to 1.7 problem. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, everyone i am trying to upgrade the project from ant1.5.1 to ant1.7.0 it gave error build_config.xml:151: java.lang.ExceptionInInitializerError the line 151 of that xml is a uptodate task. Any idea why i got the error? Please kindly help. Your reply is highly appreciated. I tried to not to use the ${get.dbversion.build.dir}, it still does not work. Though it works if i use i cannot find out why. And, it looks like i have more similar issues in the other following lines in the xml. I cannot just change everything to not having the path variable. Please help! Thanks Richard --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org