Re[2]: [Vif-devel] Eclipse set up
Brought to you by:
aktion-hip
|
From: Jacek O. <jac...@po...> - 2006-01-27 00:00:26
|
Hello, I've checked oud project once again and the problem didn't occur. But I have a lot of build errors probably because of lack of the library references. =46or example in the file AbstractRequestHandler.java: HttpServletResponse cannot be resolved to a type AbstractRequest= Handler.java VIF Framework/org/hip/kernel/servlet/impl line 2= 45 request cannot be resolved ServletRequestInspector.java VIF Fra= mework/org/hip/kernel/servlet/impl line 83 27 stycze=F1 2006 00:1= 9:37 48836 ServletException cannot be resolved to a type AbstractRequestHandler.= java VIF Framework/org/hip/kernel/servlet/impl line 116 = 27 stycze=F1 2006 00:29:11 49300 etc... (lots of similar errors) Its probably due to lack of library references. If I add the following imports the errors disapear (those imports occur in comments but don't occur in the package source, why?): import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletException; I get about 98 similar errors and probably I've made some mistakes during eclipse setup. If you want I can send you the error list maybe you can figure something out. Jacek LSB> Dear Jacek LSB> Thanks for the note. I don't understand it but I'll keep it in min= d. LSB> Could the CVS checkout download the class LSB> org.hip.kernel.sys.test.AllTests.java (in the 'VIF Framework LSB> Test' project). |