Geronimo2.1.0 build failure with Java5 (method getContentType() not found)
Hello,
I was trying to build geronimo2.1.0 version of source with sunJDK5. I end up with the following failure
[INFO] Compiling 24 source files to D:\g\2.1.0\plugins\webservices\geronimo-webservices\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
D:\g\2.1.0\plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices\WebServiceContainerInvoker.java:[214,27] cannot find symbol
symbol : method getContentType()
location: interface javax.servlet.http.HttpServletResponse
D:\g\2.1.0\plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices\WebServiceContainerInvoker.java:[214,27] cannot find symbol
symbol : method getContentType()
location: interface javax.servlet.http.HttpServletResponse
Please help me out. Am i missing anything?
--
Mohan