I should think you need to add it to your roller.properties file... look for:
tasks.enabled=ResetHitCountsTask,TurnoverReferersTask... # Reset referer counts tasks.TurnoverReferersTask.class=org.apache.roller.weblogger.business.runnable.TurnoverReferersTask tasks.TurnoverReferersTask.startTime=startOfDay tasks.TurnoverReferersTask.interval=1440 tasks.TurnoverReferersTask.leaseTime=30 and replace the "tasks.TurnoverReferersTask.class" bit with your com.gunfus.roller.tasks.TurnoverReferersWithSummaryTask HTH, Richard 2008/5/12 Angel Vera <[EMAIL PROTECTED]>: > Hi Dave, > So I created my new task to replace: > > org.apache.roller.weblogger.business.runnable.TurnoverReferersTask > > My new tasks is called: > com.gunfus.roller.tasks.TurnoverReferersWithSummaryTask > I packaged it inside of a .jar along with its property nl-message file. I > have placed the jar in the WEB-INF\lib directory, now how do I tell roller to > load that tasks? (and dissable the other one) > Angel > > > ----- Original Message ---- > From: Dave <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, February 6, 2008 4:22:01 PM > Subject: Re: Daily report of Referrers? > > You could create a new version of the referrer turnover task, which by > default runs nightly at midnight, to replace the existing one: > > org.apache.roller.weblogger.business.runnable.TurnoverReferersTask > > Your version could copy the referrer data or some subset of that data > to some statistics history table, to an email or whatever. Create a > new turnover task, put it in your classpath and configure it via > roller-custom.properties. > > - Dave > > > > On Feb 6, 2008 12:15 PM, Angel Vera <[EMAIL PROTECTED]> wrote: > > I noticed that there is a list of "Referrers" that seems to get reset > every day or so. I want extend its functionality so that it would either get > sent to my email, or it would create a page with the statistics of a > particular day so that the admin or anyone can see it. > > > > What would be the proper steps to get me started with that? implement a > javaBean? > > > > > > > > __________________________________________________________________ > > > Looking for the perfect gift? Give the gift of Flickr! > > http://www.flickr.com/gift/
