[Seaside] ConfigurationOfKomHttpServer for Pharo 3

Sebastian Sastre sebastian at flowingconcept.com
Fri Feb 14 14:05:40 UTC 2014


Hi there,

I’d very much like to upgrade a version of ConfigurationOfKomHttpServer to make it loadable in Pharo 3

who maintains this?

any place to do a merge request or its equivalent?



I’m loading like this:

	Gofer new
		url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
		package: 'ConfigurationOfKomHttpServer';
		load.
	((Smalltalk at: #ConfigurationOfKomHttpServer) project version: #stable) load.


And the complaint is about the use of the deprecated FileDirectory

UndefinedObject(Object)>>doesNotUnderstand: #pathNameDelimiter
ModDoc class>>initialize
MCMethodDefinition>>postloadOver:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140214/b4d548ba/attachment.htm


More information about the seaside mailing list