>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.

--Travis Low
[EMAIL PROTECTED]
1-301-592-6305 (direct)

|| StayConnect 
|| 10750 Columbia Pike, Silver Spring MD 20901
|| 1-888-304-7829 (toll free)  1-301-592-6304 (fax)
|| http://www.stayconnect.com


------------------------------------------------------------
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