Hi all,

when I updated my project from GWT 2.0.0 to 2.4.0, noticed that in window 
"GWT Development Mode" at Jetty tab there is a warning:

> [WARN] Server class 'junit.framework.AssertionFailedError' could not be 
> found in the web app, but was found on the system classpath
> [WARN] Adding classpath entry 
> 'file:/C:/eclipse.Indigo/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar'
>  
> to the web app classpath for this session
>
I found it appears when RPC method that takes an object, such as 
java.util.Date (not String and not null) or some my class.

How to get rid of this warning? I do not think is a good idea to copy 
junit.jar into the directory war\WEB-INF\lib.

(OS: Windows 7; IDE: Eclipse Indigo)

Thank you in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0839-QvvhCQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to