For this specific problem, you need to enable legacy macros in your roller-custom.properties file . rendering.legacyModels.enabled=true
- Dave On 10/23/06, Matt Raible <[EMAIL PROTECTED]> wrote:
Here's the steps I went through: 1. svn co https://svn.apache.org/repos/asf/incubator/roller/branches/roller_3.0 roller_3.0 (since apache is down) 2. Ran "ant all" and deployed to local server ( as ROOT webapp) with Tomcat 5.5.17 and MySQL 5.0.20a-standard 3. Created new user and new weblog. Impressive wizards btw, works pretty well. 4. Chose andreas08 theme and clicked create. It created the blog, but has nothing but Velocity code in the output - like it's not being processed: #includePage("_css") #showRSSAutodiscoveryLink() #showRSDLink() #showThemeScript("andreas08" "prototype.js") #showThemeScript("andreas08" "scriptaculous.js?load=effects") #showThemeScript("andreas08" "lightbox.js") #showThemeStyle("andreas08" "lightbox.css" false) #showWebsiteTitle() #displayWeblogEntries() #showCssNavBar() #showEditorNavBar(true) Click me to subscribe #showWebsiteDescription() #showWeblogCalendar() Search This Site Recent Entries #showRecentEntries(10) Navigation #showCategoriesAsList('nil') Any ideas? Matt On 10/23/06, Dave <[EMAIL PROTECTED]> wrote: > How's that Roller 3.0 testing going folks? > > Any bugs / progress to report? > > - Dave > > > On 10/20/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > I hope to try this out before voting on it. Hopefully this weekend or > > sometime next week. > > > > Matt > > > > On 10/20/06, Allen Gilliland <[EMAIL PROTECTED]> wrote: > > > +1 > > > > > > -- Allen > > > > > > > > > Dave wrote: > > > > I think we're ready to release 3.0 so please vote. > > > > > > > > > > > > Release summary is here: > > > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller_3.0_WhatsNew > > > > > > > > Issues fixed in release candidates here: > > > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller30Testing > > > > > > > > Release candidate 4 files are here: > > > > http://people.apache.org/~snoopdave/apache-roller-3.0-rc4-incubating/ > > > > > > > > - Dave > > > > > > > > > -- > > Blog @ http://raibledesigns.com > > Founder of AppFuse @ http://appfuse.org > > > -- Blog @ http://raibledesigns.com Founder of AppFuse @ http://appfuse.org
