Trying to build Jetspeed 2.2 from source and running into a few last compile errors. Error I am getting is:
*C:\<home directory>\workspace\jetspeed-2\jetspeed-commons\src\main\java\org\apache\jetspeed\container\JetspeedContainerServlet.java:[306,33] cannot find symbol symbol : method processFilter(javax.portlet.ResourceRequest,javax.portlet.ResourceResponse,java.lang.ClassLoader,javax.portlet.ResourceServingPortlet,javax.portlet.PortletContext) location: interface org.apache.jetspeed.container.FilterManager* I checked out the portlet-spec project from the apache repository and built it successfully. The portlet-api-2.0 jar file is in my maven repository under: javax/portlet/portlet-api/2.0 >From looking at the source of the interface its giving errors for, the methods in question are in place in the source. Not quite sure what I am missing still. Here is a overview of what I've done to get this far in the build: 1. Check out and build portlet-spec project containing portlet-api 1.0 and 2.0. 2. Check out and build the head revision of the pluto project. 3. Check out and attempt to compile the jetspeed-2 head revision(this is where the failure is). Any ideas? *Brad Gardner* Rippe & Kingston Systems Inc. Phone: 513-977-4865 Cell: 513-288-2153 Mailto: [email protected]
