> > I left the current WM jars in CVS just in case I didn't do this right.
Here's
> > what I did:
<snip
>
> ok, now don't forget to update the build scripts to look at the new version.
> go ahead and remove the old versions. we can always revert if it breaks
> stuff.
>
Great...exactly what I was afraid of: the org.webmacro.Template interface has
changed, which is breaking TurbineWebMacroService. I can describe the problem,
but I don't know enough about WM to fix it safely. Here's the error:

C:\Projects\jakarta\turbine\bin\src\org\apache\turbine\services\webmacro\Turbine
WebMacroService.java:211: Method write(java.io.Writer,
org.webmacro.servlet.WebContext) not found in interface org.webmacro.Template.
        template.write(out, wc);

Template.write() now takes a FastWriter as the first param (see
org.webmacro.Macro for the inherited method). This is probably going to require
a refactoring of TurbineWebMacroService.handleRequest(). Any takers?

> -jon
>

--
Christopher Elkins



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to