I have the following in my roller-custom.properties, but for some reason, the JSPWiki plugin isn't showing up. Any ideas?
plugins.page=\ org.apache.roller.presentation.velocity.plugins.convertbreaks.ConvertLineBreaksPlugin \ ,org.apache.roller.presentation.velocity.plugins.topictag.TopicTagPlugin \ ,org.apache.roller.presentation.velocity.plugins.search.WikipediaLinkPlugin \ ,org.apache.roller.presentation.velocity.plugins.search.GoogleLinkPlugin \ ,org.apache.roller.presentation.velocity.plugins.textile.TextilePlugin \ ,org.apache.roller.presentation.velocity.plugins.acronyms.AcronymsPlugin \ ,org.apache.roller.presentation.velocity.plugins.bookmarks.BookmarkPlugin \ ,org.apache.roller.presentation.velocity.plugins.email.ObfuscateEmailPlugin \ ,org.apache.roller.presentation.velocity.plugins.smileys.SmileysPlugin \ ,org.apache.roller.presentation.velocity.plugins.readmore.ReadMorePlugin \ ,org.apache.roller.presentation.velocity.plugins.jspwiki.WikiPlugin After looking at the roller_3.0 branch, it looks like this isn't there. I'm guessing I have to download the source from java.net? ... So I did that, upload it to my site, and changed the last line above to: ,net.java.roller.pageplugins.jspwiki.WikiPlugin What a pain... ;-) Matt
