Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 42126 invoked from network); 14 May 2007 12:58:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 12:58:41 -0000 Received: (qmail 6811 invoked by uid 500); 14 May 2007 12:58:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 6724 invoked by uid 500); 14 May 2007 12:58:44 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 6644 invoked by uid 99); 14 May 2007 12:58:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 05:58:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 05:58:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C553D71406F for ; Mon, 14 May 2007 05:58:16 -0700 (PDT) Message-ID: <32625451.1179147496804.JavaMail.jira@brutus> Date: Mon, 14 May 2007 05:58:16 -0700 (PDT) From: "Mikhail Markov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3347) [classlib] [io] ant exec.redirector is unstable while works on HDK In-Reply-To: <1295795.1173445645270.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Markov updated HARMONY-3347: ------------------------------------ Attachment: my_build.xml Here is a small ant build file to reproduce the intermittent failure. > [classlib] [io] ant exec.redirector is unstable while works on HDK > ------------------------------------------------------------------ > > Key: HARMONY-3347 > URL: https://issues.apache.org/jira/browse/HARMONY-3347 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports > Reporter: Vladimir Ivanov > Attachments: my_build.xml > > > The build of HDK sometimes failed when it run over HDK because can't define the svn revision. > For me it report 'no revision' ~ 2times for 5 runs. > The execution log is: > harmony\trunk>build_sf.bat > Setting environment for using Microsoft Visual Studio .NET 2003 tools. > (If you have another version of Visual Studio or Visual C++ installed and wish > to use its tools from the command line, run vcvars32.bat for that version.) > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r516383, (Mar 9 2007), Windows/ia32/msvc 1310, release build > http://incubator.apache.org/harmony > Buildfile: build.xml > svn-prop: > init: > show_props: > [echo] > [echo] Apache Harmony Federated Build > [echo] ========================================== > [echo] svn rev : r516383 > [echo] operating system : windows > [echo] architecture : x86-32 > [echo] ant os name/arch : Windows XP/x86 > [echo] output location : target > [echo] DRLVM classlib : ../../../working_classlib > [echo] > <...> > harmony\trunk>build_sf.bat > Setting environment for using Microsoft Visual Studio .NET 2003 tools. > (If you have another version of Visual Studio or Visual C++ installed and wish > to use its tools from the command line, run vcvars32.bat for that version.) > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r516383, (Mar 9 2007), Windows/ia32/msvc 1310, release build > http://incubator.apache.org/harmony > Buildfile: build.xml > svn-prop: > init: > show_props: > [echo] > [echo] Apache Harmony Federated Build > [echo] ========================================== > [echo] svn rev : r > [echo] operating system : windows > [echo] architecture : x86-32 > [echo] ant os name/arch : Windows XP/x86 > [echo] output location : target > [echo] DRLVM classlib : ../../../working_classlib > [echo] > BUILD FAILED -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.