Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 4549 invoked from network); 15 Jan 2007 20:21:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 20:21:23 -0000 Received: (qmail 78785 invoked by uid 500); 15 Jan 2007 20:21:30 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 78686 invoked by uid 500); 15 Jan 2007 20:21:29 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 78677 invoked by uid 99); 15 Jan 2007 20:21:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 12:21:29 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.55.52.88] (HELO mga01.intel.com) (192.55.52.88) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 12:21:20 -0800 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by mga01.intel.com with ESMTP; 15 Jan 2007 12:20:59 -0800 Received: from nssmon01.ins.intel.com ([10.125.118.43]) by fmsmga001.fm.intel.com with ESMTP; 15 Jan 2007 12:20:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: i="4.13,191,1167638400"; d="scan'208"; a="188340518:sNHT22249381" Received: from nstdrlxl5 (nstdrlxl5.ins.intel.com [10.125.122.35]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id l0FKFfR3012596 for ; Tue, 16 Jan 2007 02:15:43 +0600 Message-Id: <200701152015.l0FKFfR3012596@nssmon01.ins.intel.com> Subject: [build-test alert] BUILD FAILED Linux SUSE 9 gcc debug: classlib over ibmvm Date: Tue, 16 Jan 2007 02:15:43 +0600 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: /export/viv/trunk/cc/projects/classlib/trunk/build.xml:167: The following error occurred while executing this line: /export/viv/trunk/cc/projects/classlib/trunk/make/build-test.xml:289: Could not create task or type of type: replaceregexp. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'replaceregexp'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and the JAR file and/or libraries implementing the functionality were not found at the time you yourself built your installation of Ant from the Ant sources. Fix: Look in the ANT_HOME/lib for the 'ant-' JAR correspondi! ng to the task and make sure it contains more than merely a META-INF/MANIFEST.MF. If all it contains is the manifest, then rebuild Ant with the needed libraries present in /export/viv/trunk/cc/lib/optional/ , or alternatively, download a pre-built release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using . - You are attempting to use a task defined using or but have spelt wrong or not defined it at the point of use Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. Date of build: 01/16/2007 01:19:31 Time to build: 55 minutes 32 seconds Last changed: 01/16/2007 00:42:52 Last log entry: Add support for common exclude lists for the IMAGEIO module (HARMONY-2970) *********************************************************** Errors/Warnings: (1620) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/beans/make/exclude.linux.x86.ibm.interm (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/concurrent/make/exclude.common (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/concurrent/make/exclude.linux.x86.ibm (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/concurrent/make/exclude.linux.x86.ibm.interm (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/crypto/make/exclude.common (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/crypto/make/exclude.linux.x86.ibm (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/crypto/make/exclude.linux.x86.ibm.interm (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/imageio/make/exclude.common (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/imageio/make/exclude.linux.x86.ibm (No such file or directory) Unable to load file: java.io.FileNotFoundException: /export/viv/trunk/cc/projects/classlib/trunk/modules/imageio/make/exclude.linux.x86.ibm.interm (No such file or directory) Tests FAILED (timeout) *********************************************************** Unit Tests: (18146) All Tests Passed *********************************************************** Modifications since last successful build: (23) modified ayza /harmony/enhanced/classlib/trunk/modules/imageio/build.xml 01/16/2007 00:42:52 Add support for common exclude lists for the IMAGEIO module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/crypto/build.xml 01/16/2007 00:40:42 Add support for common exclude list for the CRYPTO module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/concurrent/build.xml 01/16/2007 00:39:27 Add support for common exclude list for the CONCURRENT module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86_64.drl 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86_64.ibm 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86.drl 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86_64.ibm 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86.drl 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86.ibm 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86_64.drl 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS added ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/build.xml 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86.ibm 01/16/2007 00:37:19 Add support for common exclude list (HARMONY-2970): BEANS modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.linux.x86_64.ibm 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.linux.x86.drl 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.windows.x86.ibm 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.windows.x86_64.drl 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) added ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.common 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.linux.x86.ibm 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/build.xml 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.linux.x86_64.drl 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.windows.x86_64.ibm 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/make/exclude.windows.x86.drl 01/16/2007 00:34:39 Add support for common exclude list for ARCHIVE module (HARMONY-2970)