Return-Path: Delivered-To: apmail-maven-doxia-dev-archive@www.apache.org Received: (qmail 76682 invoked from network); 6 Sep 2007 11:35:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2007 11:35:27 -0000 Received: (qmail 17591 invoked by uid 500); 6 Sep 2007 11:35:21 -0000 Delivered-To: apmail-maven-doxia-dev-archive@maven.apache.org Received: (qmail 17562 invoked by uid 500); 6 Sep 2007 11:35:21 -0000 Mailing-List: contact doxia-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: doxia-dev@maven.apache.org Delivered-To: mailing list doxia-dev@maven.apache.org Received: (qmail 17553 invoked by uid 99); 6 Sep 2007 11:35:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 04:35:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vincent.siveton@gmail.com designates 66.249.82.238 as permitted sender) Received: from [66.249.82.238] (HELO wx-out-0506.google.com) (66.249.82.238) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 11:35:18 +0000 Received: by wx-out-0506.google.com with SMTP id h28so184224wxd for ; Thu, 06 Sep 2007 04:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IuzNUE9kFuG9+bn3R4H9KlBG6bTc0L/06skfSZNvKL8=; b=SUdEF5hq2TzpK/WQPl75pRw/PMbCh26k225fsyKSicSZlKIMVfegW5SyG0rffQJT11CGUilESf7ntJ0KcjN7n4v/PR/TT+a22Ff4DQNtFfLgNNN2gjxMPSqSUERDcNqlZTdQWx62UGHuyo2CTSw6Ov5QYkrjOklqBBU3kBEh7hs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XkghOrxsGmPUbpczUMYLaw3+GIjBrnCkC/Koba0yiGxfylSGy+KZPABMiDicsMiDKZJix/1swEN1xoDT8ZkngtMNKy8nENQxcwcpK1uSAs5EiVvpzvOlwdOv2CHE955OnQH5w1BIr7zDZ6Qt1MnpgkvN9dk/gUCneQgnlmdXdr0= Received: by 10.90.92.10 with SMTP id p10mr1005023agb.1189078497177; Thu, 06 Sep 2007 04:34:57 -0700 (PDT) Received: by 10.70.77.9 with HTTP; Thu, 6 Sep 2007 04:34:57 -0700 (PDT) Message-ID: <9ae367340709060434x12918803n4b20982b8fec225f@mail.gmail.com> Date: Thu, 6 Sep 2007 07:34:57 -0400 From: "Vincent Siveton" To: doxia-dev@maven.apache.org Subject: Re: The return of Velocity verbosity In-Reply-To: <46D89B03.9040308@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46D870FA.70202@apache.org> <9ae367340708311538u42eb3996q66b27675b58b6d9e@mail.gmail.com> <46D89B03.9040308@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dennis, I could reproduce your pb with the following steps: trunks\doxia\doxia-sitetools>m2 clean install trunks\site>m2 site => no verbosity trunks\doxia\doxia-sitetools>m2 install (without clean) trunks\site>m2 site => verbosity :( Same thing with: trunks\doxia\doxia-sitetools\doxia-site-renderer>m2 clean install => no verbosity trunks\doxia\doxia-sitetools\doxia-site-renderer>m2 install => verbosity I built maven-site-plugin and maven-project-info-reports-plugin from svn. Could you confirm it on your side? Moreover, PLXCOMP-80 doesn't seem to remove System.out.println(). I guess it is due to maven-project-info-reports-plugin which uses doxia-site-renderer:1.0-alpha-8 Cheers, Vincent 2007/8/31, Dennis Lundberg : > That's the one I tried as well. > Seems I just need to go to sleep... > > Vincent Siveton wrote: > > Hi Dennis, > > > > I tried what you did: delete my repo and rebuild all. > > FYI I had no Velocity warns in doxia site/maven site but I got them > > only if I did mvn site in doxia-site-renderer. It seems due to > > surefire report. > > Which projects have you tried? > > > > Cheers, > > > > Vincent > > > > 2007/8/31, Dennis Lundberg : > >> Hi > >> > >> Previously Vincent did something to remove all these WARNINGs from Velocity: > >> > >> [WARNING] Velocimacro : VM addition rejected : poweredByLogo : inline > >> not allowed to replace existing VM > >> [WARNING] Failed to add macro: #poweredByLogo( poweredBy ) : source = > >> default-site.vm > >> > >> > >> Yesterday I nuked doxia and the site-plugin from my local repo and built > >> everything from scratch from svn, and now the warnings are back again. > >> > >> Is it just for me or is anybody else seeing this? > >> > >> -- > >> Dennis Lundberg > >> > > > > > -- > Dennis Lundberg >