Tried re-building only doing the portlet-api-2.0 build and still no luck. All of the jars referenced in the pom are in my repository properly. Going to try another system to rule out any little configuration issues I may have on this one.
On Sat, Apr 25, 2009 at 3:38 PM, David Sean Taylor <[email protected]>wrote: > On Apr 24, 2009, at 12:50 PM, Brad Gardner wrote: > > 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). >> >> > i did the same, except in step one i checked out and built only the > portlet-api-2.0, since 1.0 is not used by the trunk > > in all 3 steps, i typed the same > > mvn install > > in the end all 3 projects built successfully > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
