Hi all,
I develop a GWT project with Maven 2 and the GWT-Maven plugin.
When I compile my GWT project, I get an error about
javax.servlet.http.HttpServletResponse
C:\...\BLGRHGwt\src\main\java\fr\bl\server\core\office
\FileResource.java:[70,44] cannot find symbol
symbol : method getContentType()
location: interface javax.servlet.http.HttpServletResponse
I know that "javax.servlet.http.HttpServletResponse" is embedded into
gwt-user.jar.
I retrieve gwt-user 1.4.61 and gwt-servlet 1.4.61 from Gwt maven
repository :
http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/
If I delete these jar files from my local repository, when Maven
downloads the files, it makes a checksum failed from them.
Is there someone who uses GWT with Maven ?
Is there someone who meet the same issue ?