Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 29860 invoked from network); 15 Mar 2007 09:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 09:28:30 -0000 Received: (qmail 89268 invoked by uid 500); 15 Mar 2007 09:28:38 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 89239 invoked by uid 500); 15 Mar 2007 09:28:38 -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 89230 invoked by uid 99); 15 Mar 2007 09:28:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 02:28:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 15 Mar 2007 02:28:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B35E2714072 for ; Thu, 15 Mar 2007 02:28:09 -0700 (PDT) Message-ID: <10503673.1173950889731.JavaMail.jira@brutus> Date: Thu, 15 Mar 2007 02:28:09 -0700 (PDT) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-1671) Tests for java -jar ... execution 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-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Petrenko closed HARMONY-1671. ------------------------------------ Resolution: Fixed > Tests for java -jar ... execution > --------------------------------- > > Key: HARMONY-1671 > URL: https://issues.apache.org/jira/browse/HARMONY-1671 > Project: Harmony > Issue Type: Test > Components: Classlib > Reporter: Anton Luht > Assigned To: Alexey Petrenko > Priority: Minor > Attachments: Harmony-1671-Linux.patch, hyts_Bar.ser, hyts_Foo.ser, jar-exec.diff > > > These are tests for -jar ... style Java execution. They contain regression tests for bug 1562 + various execution options: > - CLASSPATH environment variable > - -cp > - -jar > - Class-Path entry > - Main-Class missing in jar (but found in jar referenced by Class-Path entry) > - mix of .zip and .jar files in classpath > All tests are positive - for the situations where class should be found (in other words, no negative - for 'class not found' tests) > This patch also contains changes to Support_Exec class to support envp variable > *.ser files attached should be put to \support\src\test\java\tests\resources -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.