On Tue, Nov 4, 2008 at 4:10 AM, kranthi kumar <[EMAIL PROTECTED]> wrote: > I need to customize roller 4.0 as per my requirements. To do that i need > the working source code of roller 4.0. I downloaded the source code from > http://roller.apache.org/download.cgi.
That is the correct location for source code download. > I opened it in eclipse and found some > errors. Following are some of the errors. > The import org.apache.roller.pojos.WeblogEntryData cannot be resolved > The import org.apache.roller.pojos.WebsiteData cannot be resolved > The import org.apache.roller.business.WeblogEntryPlugin cannot be resolved > Also upon checking the package i was not able to find the above files. > So where can i download the correct source code for apache roller 4.0. > Please advice me.... You can safely ignore those error messages. Those classes are referenced only by the deprecated ReadMore and Textile plugins in the contrib directory. Follow the instructions here to build Roller: http://cwiki.apache.org/confluence/display/ROLLER/Build+Guide - Dave
