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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to