Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 62617 invoked from network); 22 Jun 2007 04:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 04:36:52 -0000 Received: (qmail 17464 invoked by uid 500); 22 Jun 2007 04:36:54 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 17435 invoked by uid 500); 22 Jun 2007 04:36:54 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 17419 invoked by uid 99); 22 Jun 2007 04:36:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 21:36:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 21:36:48 -0700 Received: by wx-out-0506.google.com with SMTP id h26so750771wxd for ; Thu, 21 Jun 2007 21:36:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=cnTUbtqOlE4O6Bp4W8lQEA3D81fNrkCanAZDvrz3ojWApeer3gU0QWjzgkBW6NUGCiO2ok///aHrYx8atkyqkjkn0g8fZhb9/B0w+04cUsWkND8K6lLdBFvgmAR/666cSYPBMEiD+3NrBmsjPy/PHl2GOU48CxEofK6p6Ijij2Q= 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=dPhMRaLMHTI0hv429EyCAqIYY07EUaizS3tS8yleIoZvwYGtGRaKhKGnhipy91+AmLwPuCJGMPp/Y/9D0s5enwkaEm1HX1mGNP3QNHx8Zvju5eREbgZBlNcF0ToC7LOx+FbUz+Uomia1G3zJdTu9TfPhqjd2K+tSDPXQM9TIUrA= Received: by 10.70.21.10 with SMTP id 10mr4093688wxu.1182486987433; Thu, 21 Jun 2007 21:36:27 -0700 (PDT) Received: by 10.70.62.11 with HTTP; Thu, 21 Jun 2007 21:36:27 -0700 (PDT) Message-ID: <7273946b0706212136s6f63940bgb152c2521a2f5e@mail.gmail.com> Date: Fri, 22 Jun 2007 11:36:27 +0700 From: "Vladimir Ivanov" To: dev Subject: [drlvm] can not start tests on the jdk/jre/bin/java MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello, yesterday I tried to run CLASSLIB tests over HDK and found that now the command like (jre java): ant test -Dbuild.module=archive -Dtest.jre.home=<>\trunk\target\hdk\jdk\jre leads to the message in the log: -get-test-vm-output: [exec] Execute failed: java.io.IOException: CreateProcess: trunk\target\hdk\jdk\jre\bin\java -version error=193 test-jre-vm-info: [echo] hy.test.vm.name = ibm while command like (jdk java): ant test -Dbuild.module=archive -Dtest.jre.home=<>\trunk\target\hdk\jdk works OK: -get-test-vm-output: test-jre-vm-info: [echo] hy.test.vm.name = drl As I remember launcher was updated some time ago. Could someone take care about this issue? thanks, Vladimir