You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2007/09/01 00:38:05 UTC

Re: The return of Velocity verbosity

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 <de...@apache.org>:
> 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
>

Re: The return of Velocity verbosity

Posted by Dennis Lundberg <de...@apache.org>.
Vincent Siveton wrote:
> I moved plexus-maven-plugin in doxia-decoration-model.
> I have no verbosity when I call mvn site or mvn install in doxia-site-renderer

Thanks for fixing that Vincent.

> Cheers,
> 
> Vincent
> 
> 2007/9/6, Vincent Siveton <vi...@gmail.com>:
>> 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

Yea, I have a list of plugins to go through once doxia gets released, 
mpir is one of them.

>>
>> Cheers,
>>
>> Vincent
>>
>> 2007/8/31, Dennis Lundberg <de...@apache.org>:
>>> 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 <de...@apache.org>:
>>>>> 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
>>>
> 


-- 
Dennis Lundberg

Re: The return of Velocity verbosity

Posted by Vincent Siveton <vi...@gmail.com>.
I moved plexus-maven-plugin in doxia-decoration-model.
I have no verbosity when I call mvn site or mvn install in doxia-site-renderer

Cheers,

Vincent

2007/9/6, Vincent Siveton <vi...@gmail.com>:
> 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 <de...@apache.org>:
> > 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 <de...@apache.org>:
> > >> 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
> >
>

Re: The return of Velocity verbosity

Posted by Vincent Siveton <vi...@gmail.com>.
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 <de...@apache.org>:
> 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 <de...@apache.org>:
> >> 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
>

Re: The return of Velocity verbosity

Posted by Dennis Lundberg <de...@apache.org>.
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 <de...@apache.org>:
>> 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