Hi Camillo!

I was trying to load webdoc but there are a lot of not loading dependencies (Seaside, grease, Omnibrowser...)... The configuration does not load for 1.4 nor for 2.0... I was using this snippets:

for 2.0

Gofer new
� � � � url: 'http://smalltalkhub.com/mc/dh83/webdoc/main';
� � � � configurationOf: 'WebDoc';
� � � � loadDevelopment.

for 1.4

Gofer new
� � � � url: 'http://smalltalkhub.com/mc/dh83/webdoc/main';
� � � � package: 'ConfigurationOfWebDoc';
� � � � load.

ConfigurationOfWebDoc loadDevelopment.

Any hint? How did you bypass them in a safe way?
tx,
Guille