Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77417 invoked from network); 21 Dec 2006 12:14:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2006 12:14:33 -0000 Received: (qmail 95393 invoked by uid 500); 21 Dec 2006 12:14:40 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 95361 invoked by uid 500); 21 Dec 2006 12:14:40 -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 95349 invoked by uid 99); 21 Dec 2006 12:14:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 04:14:40 -0800 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, 21 Dec 2006 04:13:59 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 84C98714293 for ; Thu, 21 Dec 2006 04:13:24 -0800 (PST) Message-ID: <29084411.1166703204541.JavaMail.jira@brutus> Date: Thu, 21 Dec 2006 04:13:24 -0800 (PST) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (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 [ http://issues.apache.org/jira/browse/HARMONY-1671?page=all ] Alexey Petrenko reassigned HARMONY-1671: ---------------------------------------- Assignee: Alexey Petrenko > Tests for java -jar ... execution > --------------------------------- > > Key: HARMONY-1671 > URL: http://issues.apache.org/jira/browse/HARMONY-1671 > Project: Harmony > Issue Type: Test > Components: Classlib > Reporter: Anton Luht > Assigned To: Alexey Petrenko > Priority: Minor > Attachments: 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira