Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3577C9288 for ; Tue, 12 Jun 2012 12:36:47 +0000 (UTC) Received: (qmail 69147 invoked by uid 500); 12 Jun 2012 12:36:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68813 invoked by uid 500); 12 Jun 2012 12:36:45 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 67277 invoked by uid 99); 12 Jun 2012 12:36:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 12:36:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D318E141663 for ; Tue, 12 Jun 2012 12:36:42 +0000 (UTC) Date: Tue, 12 Jun 2012 12:36:42 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <519103074.7333.1339504602866.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (DERBY-5810) Include emma.jar on classpath when running compatibility test with instrumented jars MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Knut Anders Hatlen created DERBY-5810: ----------------------------------------- Summary: Include emma.jar on classpath when running compatibility test with instrumented jars Key: DERBY-5810 URL: https://issues.apache.org/jira/browse/DERBY-5810 Project: Derby Issue Type: Improvement Components: Test Affects Versions: 10.10.0.0 Reporter: Knut Anders Hatlen Assignee: Knut Anders Hatlen Priority: Minor When running the compatibility test with EMMA instrumented jars, it fails because it starts sub-processes without putting emma.jar on their classpath. We should make it construct a working classpath for its sub-processes if it detects that it's running with instrumented jars. This will be easier to fix once DERBY-5808 is checked in. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira