El mié, 09-11-2005 a las 11:54 +0100, Josias Thoeny escribió: > On Tue, 2005-11-08 at 23:23 +0100, Michael Wechner wrote: > > Hi > > > > Josias told me recently that he has fixed a bug within the SourceTypeAction. > > > > I would like to change this but it requires the following changes: > > > > M src/webapp/lenya/pubs/blog/parameter-doctype.xmap > > M src/webapp/lenya/pubs/default/parameter-doctype.xmap > > X src/webapp/lenya/resources/bxeng > > X src/webapp/lenya/resources/kupu > > ? lib/xml-forrest-lcr325895.jar > > ! lib/xml-forrest-components.jar > > ! lib/xml-forrest-scratchpad.jar > > > > > > First of all everywhere the SourceTypeAction needs to be replaced as > > follows: > > > > - <map:action logger="sitemap.action.sourcetype" name="sourcetype" > > src="org.apache.cocoon.acting.sourcetype.SourceTypeAction"> > > + <map:action logger="sitemap.action.sourcetype" name="sourcetype" > > src="org.apache.forrest.sourcetype.SourceTypeAction"> > > This would have to be changed in every publication, so it breaks > backwards-compatibility... > Maybe we could add a dummy class > org.apache.cocoon.acting.sourcetype.SourceTypeAction to Lenya which > extends org.apache.forrest.sourcetype.SourceTypeAction. > Would that make sense (I'm not sure)? >
Yeah, and deprecate the usage. +1 salu2 > - Josias > > > > > > and second the xml-forrest libraries need to be replaced, but I am not > > sure if lib/xml-forrest-scratchpad.jar > > is actually needed for something within Lenya?! > > > > If I do the above changes then all seems to be fine, but maybe I am > > missing something. > > > > Anyone knows what the xml-forrest libraries are good for, except for the > > buggy SourceTypeAction? > > > > Thanks > > > > Michi > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
