Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 67966 invoked from network); 22 Dec 2003 23:17:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Dec 2003 23:17:02 -0000 Received: (qmail 62704 invoked by uid 500); 22 Dec 2003 23:16:48 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 62667 invoked by uid 500); 22 Dec 2003 23:16:48 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 62654 invoked from network); 22 Dec 2003 23:16:47 -0000 Received: from unknown (HELO ms-smtp-02-eri0.southeast.rr.com) (24.25.9.101) by daedalus.apache.org with SMTP; 22 Dec 2003 23:16:47 -0000 Received: from vulcan.knowmad.com (clt74-109-241.carolina.rr.com [24.74.109.241]) by ms-smtp-02-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id hBMNGqAb022217 for ; Mon, 22 Dec 2003 18:16:52 -0500 (EST) Received: from zeus ([192.168.1.5] ident=mail) by vulcan.knowmad.com with esmtp (Exim 3.35 #1 (Debian)) id 1AYZIC-0004py-00 for ; Mon, 22 Dec 2003 18:16:52 -0500 Received: from william by zeus with local (Exim 3.36 #1 (Debian)) id 1AYZIB-0004Vm-00 for ; Mon, 22 Dec 2003 18:16:51 -0500 Date: Mon, 22 Dec 2003 18:16:50 -0500 From: William McKee To: test-dev@httpd.apache.org Subject: APACHE_TEST_LIVE_DEV Message-ID: <20031222231650.GE15393@knowmad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi again, More problems with configuring my Apache::Test setup. I have successfully added the Apache::Test framework into a current project. As I'm adding new tests, I need to update the code in my modules. To this end, I followed the advice in the docs to set APACHE_TEST_LIVE_DEV. Running t/TEST -config correctly created the modperl_inc.pl with the path to my project/lib directory. However, it also adds paths to the blib directory above this one which means that I have to run make each time my modules change in order to get my test server to see the updates (currently I'm using t/TEST -run-tests to prevent restarting the server everytime). Deleting the blib paths (there are 2 that get added) does not make any difference (even if I restart the test server). Questions: 1) Why is t/TEST -config adding the blib paths? 2) Why aren't my changes to modperl_inc.pl affecting the @INC hash? I can't seem to find much documentation about the modperl_inc.pl or modperl_startup.pl files. Any pointers would be most appreciated! Thanks, William -- Knowmad Services Inc. http://www.knowmad.com