Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 50766 invoked from network); 23 Sep 2008 18:59:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2008 18:59:42 -0000 Received: (qmail 3096 invoked by uid 500); 23 Sep 2008 18:59:39 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 2898 invoked by uid 500); 23 Sep 2008 18:59:39 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 2887 invoked by uid 99); 23 Sep 2008 18:59:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 11:59:39 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [213.46.255.22] (HELO viefep24-int.chello.at) (213.46.255.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 18:58:39 +0000 Received: from felixknecht.ch ([84.72.24.104]) by viefep24-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20080923185859.QWEO26087.viefep24-int.chello.at@felixknecht.ch> for ; Tue, 23 Sep 2008 20:58:59 +0200 Received: (qmail 23069 invoked by uid 210); 23 Sep 2008 18:52:17 -0000 Received: from 192.168.1.97 by odin (envelope-from , uid 201) with qmail-scanner-2.02st (clamdscan: 0.93.3/8310. perlscan: 2.02st. Clear:RC:1(192.168.1.97):. Processed in 0.044288 secs); 23 Sep 2008 18:52:17 -0000 Received: from unknown (HELO ?192.168.1.97?) (192.168.1.97) by 192.168.1.11 with SMTP; 23 Sep 2008 18:52:16 -0000 Message-ID: <48D93AE3.5000607@apache.org> Date: Tue, 23 Sep 2008 20:52:19 +0200 From: Felix Knecht Organization: apache.org User-Agent: Thunderbird 2.0.0.16 (X11/20080729) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [Studio] How to speed up build time? References: <98d8c0860809230747x72ef53bavb4a62f1f85daf273@mail.gmail.com> <48D925B4.5030405@apache.org> <98d8c0860809231040r75d2204fwc491417382c7efef@mail.gmail.com> In-Reply-To: <98d8c0860809231040r75d2204fwc491417382c7efef@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Pierre-Arnaud Marcelot schrieb: > On Tue, Sep 23, 2008 at 7:21 PM, Felix Knecht > wrote: > > Well, here's an idea let us see if we can adapt/configure it for our > needs: > > Put the *help modules into a separate profile and have it activated > by ? (see [1]). We just need to find an appropriate > activator which fits our needs. We can have e.g. such a timestamp > file (exist or not) to activate to 'help' profile. The > question is just 'How to figure out if something has changed?". > One possibility could be that we create such a file when doing a > build and only delete it when running a new build > including the 'clean' goal -> adapt the clean goal configuration in > such a way that it deletes the timestamp file. > The timestamp file needs to be added to svn:ignore and it's location > can/should be in the *help modules root directory. > > As said, just an idea. Maybe there are better solutions. > > > I must have catch the Maven way of thinking, because I was thinking > about something pretty similar... Hehe. > > A special profile that gets triggered when we want, or based on a > condition (a file existing [or not] somewhere). > > We'll see that after I'm done with the Manifests. ;) I gave it a try (http://svn.apache.org/viewvc?rev=698281&view=rev). If you think it's not what you had in mind feel free to revert it. Regards Felix