Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 91105 invoked from network); 26 Sep 2008 13:24:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2008 13:24:44 -0000 Received: (qmail 58773 invoked by uid 500); 26 Sep 2008 13:24:42 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 58573 invoked by uid 500); 26 Sep 2008 13:24:41 -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 58559 invoked by uid 99); 26 Sep 2008 13:24:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 06:24:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pajbam@gmail.com designates 209.85.200.173 as permitted sender) Received: from [209.85.200.173] (HELO wf-out-1314.google.com) (209.85.200.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 13:23:41 +0000 Received: by wf-out-1314.google.com with SMTP id 27so1095972wfd.31 for ; Fri, 26 Sep 2008 06:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=PCPXGximLDgGiEeft6U5jBUvoFdNI5rYbu814yBIczg=; b=VCUUxkp4FA9HDesUKSFRDsdPRZvl2Bu5gzyk1rmltwFlASKYHEds7NqMy1DwCj3mo1 xZvht/VUCz5Obf7ixMI6NaGB9w4e4MgEJNAB5rIBgDvYoKKUAwri/El4fLx4axpa5Xip 3g+mL3F45x/iT//+A6rHtUhtnTQbYKqQTsHgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=lhcYIPSYMY9qNAb32hMgZB5zTR3Ou4wsoIDLVTf3QsVk87fsrV3JauDPBCG1K3nPs+ 1d/fxn27+eJJHDFma7I30KxPHtER7bk/A5YTNrL/ra0+Nnv8NRZDyPten/KB4bifSU6l be0yQc6lHU9ytZC2AzEHcJZGFhEHA5fk7gTqA= Received: by 10.142.174.8 with SMTP id w8mr584984wfe.33.1222435455380; Fri, 26 Sep 2008 06:24:15 -0700 (PDT) Received: by 10.143.6.6 with HTTP; Fri, 26 Sep 2008 06:24:15 -0700 (PDT) Message-ID: <98d8c0860809260624g124aff1by52e1953a366b6c40@mail.gmail.com> Date: Fri, 26 Sep 2008 15:24:15 +0200 From: "Pierre-Arnaud Marcelot" Sender: pajbam@gmail.com To: "Apache Directory Developers List" Subject: Re: [Studio] How to speed up build time? In-Reply-To: <48DCDF93.3060206@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16128_13622471.1222435455374" References: <98d8c0860809230747x72ef53bavb4a62f1f85daf273@mail.gmail.com> <48D925B4.5030405@apache.org> <98d8c0860809231040r75d2204fwc491417382c7efef@mail.gmail.com> <48D93AE3.5000607@apache.org> <98d8c0860809240215w1a831019l491d78a3f6c58d7d@mail.gmail.com> <98d8c0860809260446g5bf97b19l819a6090de331266@mail.gmail.com> <48DCCE57.6080205@apache.org> <98d8c0860809260601l4ebc392br8c2fb2b1718af880@mail.gmail.com> <48DCDEB7.8000705@apache.org> <48DCDF93.3060206@apache.org> X-Google-Sender-Auth: 183a03a2ea004fdc X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16128_13622471.1222435455374 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, Sep 26, 2008 at 3:11 PM, Felix Knecht wrote: > Retests failed. > in fact you should be able to have something like > > build-help > > > ${basedir}/timestamp > > > in the help-pom.xml, but ${basedir} doesn't seems to be properly > resolved :-( That's exactly what I did but I used timestamp instead of your ${basedir}/timestamp Yes please, go ahead and commit what you've done :-) mine doesn't works > in a better way. > Done. ;) Pierre-Arnaud ------=_Part_16128_13622471.1222435455374 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline


On Fri, Sep 26, 2008 at 3:11 PM, Felix Knecht <felixk@apache.org> wrote:
Retests failed.
in fact you should be able to have something like
   <profile>
     <id>build-help</id>
     <activation>
       <file>
         <missing>${basedir}/timestamp</missing>
       </file>
     </activation>
in the help-pom.xml, but ${basedir} doesn't seems to be properly
resolved :-(

That's exactly what I did but I used
         <missing>timestamp</missing>
instead of your
         <missing>${basedir}/timestamp</missing>

Yes please, go ahead and commit what you've done :-) mine doesn't works
in a better way.

Done. ;)

Pierre-Arnaud
------=_Part_16128_13622471.1222435455374--