Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 90952 invoked from network); 7 Sep 2010 14:26:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 14:26:50 -0000 Received: (qmail 17335 invoked by uid 500); 7 Sep 2010 14:26:50 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 17113 invoked by uid 500); 7 Sep 2010 14:26:47 -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 17083 invoked by uid 99); 7 Sep 2010 14:26:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 14:26:46 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [62.179.121.31] (HELO fep11.mx.upcmail.net) (62.179.121.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 14:26:40 +0000 Received: from edge01.upcmail.net ([192.168.13.236]) by viefep11-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20100907142617.FKNZ4509.viefep11-int.chello.at@edge01.upcmail.net> for ; Tue, 7 Sep 2010 16:26:17 +0200 Received: from [192.168.1.50] ([84.74.100.246]) by edge01.upcmail.net with edge id 3qSF1f0625JxopQ01qSHAk; Tue, 07 Sep 2010 16:26:17 +0200 X-SourceIP: 84.74.100.246 Message-ID: <4C864B87.2000501@apache.org> Date: Tue, 07 Sep 2010 16:26:15 +0200 From: Felix Knecht Reply-To: felixk@apache.org User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100830 Lightning/1.0b2pre Thunderbird/3.1.2 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Any direction to get the reports generated locally ? References: <4C8637DF.7030908@gmail.com> In-Reply-To: <4C8637DF.7030908@gmail.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=ZDt3ILgE3VX9xkJc7+9REBIC4hFTL6V7NAq0V56QRNQ= c=1 sm=0 a=B3d2Y9r-pIcA:10 a=pXoq77xVGrQA:10 a=8nJEP1OIZ-IA:10 a=mV9VRH-2AAAA:8 a=xe8BsctaAAAA:8 a=UiFN2Kd0WnorKBY970EA:9 a=qvJUqDbqEQ5A6pEZ6Z3k64-LNFAA:4 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/07/10 15:02, Emmanuel Lecharny wrote: > Hi Felix, > > is there some plcae I can find direction on how to generate the reports > on my own p.a.o space ? I'd like to see if my modifications are ok > without having to bother you everytime :) This is how to create and deploy the reports to a custom destination: https://cwiki.apache.org/confluence/display/DIRxDEV/Guide+to+custom+Directory+Deployment I use following script to generate and deploy reports for apacheds and shared: #! /bin/bash cd /home/felix/tmp/svn/apache/directory/trunk-with-dependencies #svn up /home/felix/tmp/svn/apache/directory/trunk-with-dependencies svn up mvn clean install cd shared mvn site-deploy - -DdistMgmtSiteUrl=scpexe://apache/home/felixk/public_htm/shared-docs cd ../apacheds mvn site-deploy - -DdistMgmtSiteUrl=scpexe://apache/home/felixk/public_htm/apacheds-docs HTH Felix -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyGS4cACgkQ2lZVCB08qHEunwCg1g+wTOFaldB53/KJt8D42UiP mLsAoMGdV64+XJGeHVhrfRH5tnAOvO7S =mm70 -----END PGP SIGNATURE-----