on 6/30/2000 2:26 PM, "Travis Low" <[EMAIL PROTECTED]> wrote:
>> From the 20000630 snapshot, the file:
> org/apache/turbine/services/webmacro/TurbineWebMacroService.java
>
> didn't compile until I made a couple changes. They are:
>
> 135c135
> < WebContext newWC =
> wc.newInstance(data.getRequest(),data.getResponse());
> ---
>> WebContext newWC = wc.clone(data.getRequest(),data.getResponse());
> 205c205
> < wc = new WebContext(broker);
> ---
>> wc = new WC(broker);
>
> I don't know the the changes are correct or not, just that I was able
> to compile after making them.
You are importing the wrong version of WebMacro. You need to import the
version that is in turbines /lib directory.
-jon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]