2011/5/24 John Tamplin <[email protected]>:
> For user code (that which will be compiled by GWT), it only looks for class
> files from the classpath for annotations that it doesn't have the source to.
>  In DevMode, it will also load user classes from the classpath if the
> visible source file is annotated with @GwtScriptOnly.

John,

There's one thing worrisome:

mac-grek:google grek$ pwd
/Users/grek/tmp/gwt-trunk/dev/core/src/com/google
mac-grek:google grek$ find . -name *.java | xargs grep
'get[a-zA-Z]*ClassLoader' | wc -l
      63

I'm not sure if this means anything but I wanted let you know that
there are quite a few places in the code that are asking for a
classloader.

-- 
Grzegorz Kossakowski

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to