Re: Truncated web page on class loaders

2010-11-21 Thread Benson Margulies
Oh dear, talk about the power of expectations to warp perception. Next you'll tell me that there's a gorilla walking across the page. Sorry for all the noise. On Sun, Nov 21, 2010 at 7:27 AM, Benson Margulies wrote: > Here's the last sentence. "as shown below." are the last three words. > I do

Re: Truncated web page on class loaders

2010-11-21 Thread Lukas Theussl
read it again, and concentrate on the very last word... ;) HTH, -Lukas Benson Margulies wrote: Here's the last sentence. "as shown below." are the last three words. I do agree that the apt source agrees :-) It is important to understand that the plugin classloader cannot load classes from

Re: Truncated web page on class loaders

2010-11-21 Thread Benson Margulies
Here's the last sentence. "as shown below." are the last three words. I do agree that the apt source agrees :-) It is important to understand that the plugin classloader cannot load classes from any of those custom classloaders. Some factory patterns require that. Here you must add the classes t

Re: Truncated web page on class loaders

2010-11-20 Thread Lukas Theussl
That web page corresponds to its apt source [1] AFAICT, and I see no reference to 'below' in the last sentence. HTH, -Lukas [1] https://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt Benson Margulies wrote: http://maven.apache.org/guides/

Truncated web page on class loaders

2010-11-20 Thread Benson Margulies
http://maven.apache.org/guides/mini/guide-maven-classloading.html Seems to end in mid-thought, with a reference in the very last sentence to 'below'. Is the missing content somewhere? - To unsubscribe, e-mail: dev-unsubscr...@ma