Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 4628 invoked from network); 5 Jan 2007 19:42:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 19:42:34 -0000 Received: (qmail 12362 invoked by uid 500); 5 Jan 2007 19:42:41 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 12338 invoked by uid 500); 5 Jan 2007 19:42:41 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 12327 invoked by uid 99); 5 Jan 2007 19:42:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 11:42:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 11:42:33 -0800 Received: from eos.apache.osuosl.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 95C5C59F70 for ; Fri, 5 Jan 2007 19:42:13 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Fri, 05 Jan 2007 19:42:13 -0000 Message-ID: <20070105194213.11027.6761@eos.apache.osuosl.org> Subject: [Db-derby Wiki] Update of "JunitVmIssues" by MyrnavanLunteren X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by MyrnavanLunteren: http://wiki.apache.org/db-derby/JunitVmIssues The comment on the change is: In my tests, it appears derby.system.home does not need to get set explicitly. ------------------------------------------------------------------------------ These properties need to be set on the command line when the tests are being run against the jar files. || '''Property''' || '''Value''' || - || `derby.system.home` || Full path to the system folder in the current folder ($PWD/system). The system folder need not exist, it will be created by Derby. || || `derbyTesting.serverhost` || `host` (fixed value will be ignored) || || `derbyTesting.clienthost` || `host` (fixed value will be ignored) ||