v3.9 and scamper and HTML package

Brad Fuller brad at bradfuller.com
Fri Dec 29 05:19:46 UTC 2006


Scamper doesn't (work for me anyway) in v3.9 #7067 (dev image) when 
loaded from the SqueakMap Package Loader.

An MNU occurs when one starts "web browser". This occurs in the scamper 
initialize method on "HtmlParser":

document := HtmlParser parse: (ReadStream on: '').


Scamper depends on the package "HTML":

====
Name:		HTML
Summary:	A simple HTML Parser
Author:		Lex Spoon
Owner:		Marcus Denker <denker at iam.unibe.ch>

Description:
A simple HTML Parser
=====

Once I loaded HTML, scamper worked.

Thought others might want to know. Can the scamper package be repackaged 
so that it depends on HTML?


-- 
brad fuller
www.bradfuller.com



More information about the Squeak-dev mailing list