You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Vincent Massol <vm...@octo.com> on 2001/11/18 13:20:18 UTC

Correction for "developing with avalon" pdf

Hi,

On page 38, there is some code that contains :

"
RoleManager roles = new DefaultRoleManager();
roles.setLogger(Hierarchy.getDefaultHierarchy().getLoggerFor("document.roles
"));
roles.configure(roleConfig);
"

it should be

"
DefaultRoleManager roles = new DefaultRoleManager();
roles.setLogger(Hierarchy.getDefaultHierarchy().getLoggerFor("document.roles
"));
roles.configure(roleConfig);
"

because configure() is not part of the RoleManager interface.

Thanks
-Vincent


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Correction for "developing with avalon" pdf

Posted by Peter Donald <pe...@apache.org>.
On Tue, 20 Nov 2001 01:06, Berin Loritsch wrote:
> Peter Donald wrote:
> > Thanks for the heads up. It has actually already been fixed in the
> > original XML source. It just hasn't got to the pdf version yet. BTW Berin
> > is there an easy way of integrating PDF building into nightly builds or
> > something?
>
> It is built when you build the docs!
>
> IOW it's already done.

oh ... kool ! ;)


-- 
Cheers,

Pete

"abandon all hope , ye who enter here" - dante, inferno


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Correction for "developing with avalon" pdf

Posted by Berin Loritsch <bl...@apache.org>.
Peter Donald wrote:

> Thanks for the heads up. It has actually already been fixed in the original 
> XML source. It just hasn't got to the pdf version yet. BTW Berin is there an 
> easy way of integrating PDF building into nightly builds or something?


It is built when you build the docs!

IOW it's already done.


> 
> On Sun, 18 Nov 2001 23:20, Vincent Massol wrote:
> 
>>Hi,
>>
>>On page 38, there is some code that contains :
>>
>>"
>>RoleManager roles = new DefaultRoleManager();
>>roles.setLogger(Hierarchy.getDefaultHierarchy().getLoggerFor("document.role
>>s "));
>>roles.configure(roleConfig);
>>"
>>
>>it should be
>>
>>"
>>DefaultRoleManager roles = new DefaultRoleManager();
>>roles.setLogger(Hierarchy.getDefaultHierarchy().getLoggerFor("document.role
>>s "));
>>roles.configure(roleConfig);
>>"
>>
>>because configure() is not part of the RoleManager interface.
>>
>>Thanks
>>-Vincent
>>
> 



-- 

"Those who would trade liberty for
  temporary security deserve neither"
                 - Benjamin Franklin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Correction for "developing with avalon" pdf

Posted by Peter Donald <do...@apache.org>.
Thanks for the heads up. It has actually already been fixed in the original 
XML source. It just hasn't got to the pdf version yet. BTW Berin is there an 
easy way of integrating PDF building into nightly builds or something?

On Sun, 18 Nov 2001 23:20, Vincent Massol wrote:
> Hi,
>
> On page 38, there is some code that contains :
>
> "
> RoleManager roles = new DefaultRoleManager();
> roles.setLogger(Hierarchy.getDefaultHierarchy().getLoggerFor("document.role
>s "));
> roles.configure(roleConfig);
> "
>
> it should be
>
> "
> DefaultRoleManager roles = new DefaultRoleManager();
> roles.setLogger(Hierarchy.getDefaultHierarchy().getLoggerFor("document.role
>s "));
> roles.configure(roleConfig);
> "
>
> because configure() is not part of the RoleManager interface.
>
> Thanks
> -Vincent

-- 
Cheers,

Pete

When a stupid man is doing something he's ashamed of, he always 
declares that it is his duty.
					 George Bernard Shaw 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>