From dev-return-27588-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Oct 01 12:53:57 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 59505 invoked from network); 1 Oct 2008 12:53:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 12:53:57 -0000 Received: (qmail 4038 invoked by uid 500); 1 Oct 2008 12:53:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 3841 invoked by uid 500); 1 Oct 2008 12:53:55 -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 3830 invoked by uid 99); 1 Oct 2008 12:53:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 05:53:55 -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.169 as permitted sender) Received: from [209.85.200.169] (HELO wf-out-1314.google.com) (209.85.200.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 12:52:54 +0000 Received: by wf-out-1314.google.com with SMTP id 27so538043wfd.31 for ; Wed, 01 Oct 2008 05:53:19 -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=iT5AiHm7jYQKTgdZLeLeBQ2yt3IjNPSYBDsgKaVeu98=; b=cpJ/88Hj0qtvOQykjnYCKiR+MRfoP5yizkgXFYvTKMU8rSu20bN0OP0xcfAkMTJqa8 i1POTpX6ztKlBlmpy0kpWL0ilnHJ+vF5/PGhXazGEPQJOCGBNlcZV+iaSO9KVgwQ9f9h e79pzBTYy/Za4tVm/6IV2C46bCeDl92bs26xw= 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=OmIARkcfyok0xrLpjrrMVpq67F1hd6DMohvaSJej+Thkp5RanP6ANeVsR9HtwNc4Op 15FUYDiyEPDdbNUl/AKR68VgfjW0EC0z/2AUSaNN6bVncwGerzjpjW2bifxi8NTA+MH6 PrgDuOUs4kQhcNQ7EHmRfwIn8CnaN4PizUSwg= Received: by 10.143.36.15 with SMTP id o15mr3377316wfj.36.1222865599129; Wed, 01 Oct 2008 05:53:19 -0700 (PDT) Received: by 10.143.6.6 with HTTP; Wed, 1 Oct 2008 05:53:19 -0700 (PDT) Message-ID: <98d8c0860810010553w7b6e9f90ue2446adb00134ef7@mail.gmail.com> Date: Wed, 1 Oct 2008 14:53:19 +0200 From: "Pierre-Arnaud Marcelot" Sender: pajbam@gmail.com To: "Apache Directory Developers List" Subject: Re: svn commit: r699310 - in /directory/studio/trunk: ./ aciitemeditor/ apacheds-configuration-feature/ apacheds-configuration-help/ apacheds-configuration/ apacheds-feature/ apacheds-help/ apacheds-launcher/ apacheds/ connection-core/ connection-ui/ In-Reply-To: <48E36DA6.8040107@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42116_17208378.1222865599123" References: <98d8c0860809260640g6ddfc991x18dad78885ae4cba@mail.gmail.com> <48DCE79C.5000400@apache.org> <98d8c0860809260659j265abeaat47d635e2f3cdf5c3@mail.gmail.com> <98d8c0860810010255q5b123bd9g2875d013970a28b2@mail.gmail.com> <48E34B4D.7040605@apache.org> <48E3509C.4040305@apache.org> <98d8c0860810010502m7e33eac4me43590b2fabe0935@mail.gmail.com> <48E36DA6.8040107@apache.org> X-Google-Sender-Auth: 386438b7d207dd4a X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42116_17208378.1222865599123 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Oct 1, 2008 at 2:31 PM, Felix Knecht wrote: > What we could do is the following > Add this to the root profile: > > foobar > > > fastbuild > true > > > > schemaeditor-help > ldifeditor-help > ldapbrowser-help > apacheds-configuration-help > apacheds-help > > > > and remove all the timestamp stuff we have added. > By default also the *help modules are build. If you as developer know > that they already exist you can add -Dfastbuild to your CLI and the > *help modules are skipped from build: > > felix@pcfelix ~/svn/apache/directory/studio/trunk $ mvn > help:active-profiles|grep foobar > felix@pcfelix ~/svn/apache/directory/studio/trunk $ mvn > help:active-profiles -Dfastbuild|grep foobar > - foobar (source: pom) > felix@pcfelix ~/svn/apache/directory/studio/trunk $ > > Would this be a way to go? > Yeah, it could be a way, but, to me, if I follow what you showed, the help plugins will only be built if there's the -Dfastbuild flag added to the CLI. Am I wrong ? Thanks Pierre-Arnaud ------=_Part_42116_17208378.1222865599123 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On Wed, Oct 1, 2008 at 2:31 PM, Felix Knecht <felixk@apache.org> wrote:
What we could do is the following
Add this to the root profile:
   <profile>
     <id>foobar</id>
     <activation>
       <property>
         <name>fastbuild</name>
         <value>true</value>
       </property>
     </activation>
     <modules>
       <module>schemaeditor-help</module>
       <module>ldifeditor-help</module>
       <module>ldapbrowser-help</module>
       <module>apacheds-configuration-help</module>
       <module>apacheds-help</module>
     </modules>
   </profile>

and remove all the timestamp stuff we have added.
By default also the *help modules are build. If you as developer know
that they already exist you can add -Dfastbuild to your CLI and the
*help modules are skipped from build:

felix@pcfelix ~/svn/apache/directory/studio/trunk $ mvn
help:active-profiles|grep foobar
felix@pcfelix ~/svn/apache/directory/studio/trunk $ mvn
help:active-profiles -Dfastbuild|grep foobar
 - foobar (source: pom)
felix@pcfelix ~/svn/apache/directory/studio/trunk $

Would this be a way to go?

Yeah, it could be a way, but, to me, if I follow what you showed, the help plugins will only be built if there's the -Dfastbuild flag added to the CLI.
Am I wrong ?

Thanks
Pierre-Arnaud
------=_Part_42116_17208378.1222865599123--