Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CB1CD3A2 for ; Mon, 17 Sep 2012 11:26:07 +0000 (UTC) Received: (qmail 61986 invoked by uid 500); 17 Sep 2012 11:26:06 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 61947 invoked by uid 500); 17 Sep 2012 11:26:06 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 61927 invoked by uid 99); 17 Sep 2012 11:26:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 11:26:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.martin@wandisco.com designates 209.85.215.175 as permitted sender) Received: from [209.85.215.175] (HELO mail-ey0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 11:25:58 +0000 Received: by eaad12 with SMTP id d12so2012686eaa.6 for ; Mon, 17 Sep 2012 04:25:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=GK7q73OSsoVVgd0oaMFe8yz9SMmpe6TV9lf9Wh81W3o=; b=JUwaMRWXL69ZDVGIEXdxypZiqcFx2CEuiKOtktIjea1cUP2y1PfxrV8NuJJ8lPFyPU I8UrPVH5GldP5qGiN55MHpWn9OUuHE4iBTSWft/iBTfPYsJcmbixDA7rxyK2dXp4wTY1 jEiljZ8hjVJuctldue+Y2NyjpPwOKj6tfdht1GCjKjzJ/CHddQcWXSak9lxGFaAeJwDR Y7Z1Z8hgFFQ7AHwjS0g/6MjA6pa4OTJYQ9TXI3rQ5YcmUfNNVJB5ysTWSNs0+EykKIz9 gIBER/BzmgFLSfKUxt1VN83WShR/92kxvi1S3zItZb6LkyE9Yn4YzHOOHd+TGhvGXCQl BjVw== Received: by 10.14.181.132 with SMTP id l4mr13149086eem.17.1347881136445; Mon, 17 Sep 2012 04:25:36 -0700 (PDT) Received: from [10.2.5.143] ([77.86.30.139]) by mx.google.com with ESMTPS id r45sm26823288eem.6.2012.09.17.04.25.35 (version=SSLv3 cipher=OTHER); Mon, 17 Sep 2012 04:25:35 -0700 (PDT) Message-ID: <505708AB.2020700@wandisco.com> Date: Mon, 17 Sep 2012 12:25:31 +0100 From: Gary Martin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: bloodhound-dev@incubator.apache.org Subject: Re: [Apache Bloodhound] BloodhoundContributing modified References: <20120917112141.C6F71810C8@bloodhound-vm> In-Reply-To: <20120917112141.C6F71810C8@bloodhound-vm> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQnVyCvpMG8cExI2rotesTAmwXV5btV3CJSEGFKdBPJES8drDo5kIeozgu2VlX10K9/IPo2e X-Virus-Checked: Checked by ClamAV on apache.org Hi, Updated in an attempt to better describe code locations in response to the problem pointed out by Peter Koželj. There might be a case for also listing the locations of the code for the different major parts of the code to help with initial navigation. Cheers, Gary On 09/17/2012 12:21 PM, Apache Bloodhound wrote: > Page "BloodhoundContributing" was changed by gjm > Diff URL: > Revision 9 > Changes: > -------8<------8<------8<------8<------8<------8<------8<------8<-------- > Index: BloodhoundContributing > ========================================================================= > --- BloodhoundContributing (version: 8) > +++ BloodhoundContributing (version: 9) > @@ -29,7 +29,7 @@ > tracd -r --port=8000 bloodhound/environments/main > }}} > > -With this method of installation, the source code for Trac, !TracAccountManager and !BloodhoundMultiProduct packages (along with future modules that are installed by default) will be found in {{{bloodhound/src/}}}. > +With this method of installation, the Bloodhound and Trac code is run direct from the checked out code. Any source code for external dependencies and plugins meanwhile will be found in {{{../installer/bloodhound/src/}}}. > > You should find that when you make changes to the associated source code, when using the {{{-r}}} option on {{{tracd}}}, the server will reload and the edited code will be run instead of the original. In order to get templates to reload after modifications are made, you can edit {{{bloodhound/environments/main/conf/trac.ini}}} and add the following line to the {{{[trac]}}} section: > > -------8<------8<------8<------8<------8<------8<------8<------8<-------- > > -- > Page URL: > Apache Bloodhound > The Apache Bloodhound (incubating) issue tracker > > This is an automated message. Someone added your email address to be > notified of changes on 'BloodhoundContributing' page. > If it was not you, please report to .