[Seaside-dev] Seaside 3.2 and Squeak

Tobias Pape Das.Linux at gmx.de
Tue Oct 6 15:28:46 UTC 2015


Hi,

On 06.10.2015, at 17:15, Chris Muller <asqueaker at gmail.com> wrote:

> When trying to load, it says:  "Error: Name not found: Zinc"


That's strange, I surely fixed that.
Are you sure you have ConfigurationOfSeaside3-topa.278?

Apparently, I omitted the repository spec, sorry:


Metacello new
       configuration: 'Seaside3';
       repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
       version: #'release3.2';
       load: #('OneClick').



Best regards
	-Tobias

> 
> On Mon, Oct 5, 2015 at 8:02 PM, Tobias Pape <Das.Linux at gmx.de> wrote:
>> Dear all
>> 
>> I finally sat down and integrated my changes for Squeak into
>> the 3.2 branch.
>> 
>> Hence, the following do-it should just work and install Seaside 3.2 also
>> on Squeak.
>> 
>> Metacello new
>>        configuration: 'Seaside3';
>>        version: #'release3.2';
>>        load: #('OneClick').
>> 
>> 
>> Note that I had to bump Grease release1.2 to 1.2.2 to pick up
>> yet un-picked-up (is that a word now?) changes for Squeak.
>> 
>> With these changes, there is no direct dependency on OmniBrowser
>> whatsoever (apart from the explicit OB group).
>> 
>> I hope I didn't break anything, but if so, just throw something at
>> me :)
>> 
>> Best regards
>>        -Tobias
>> 
>> _______________________________________________
>> seaside-dev mailing list
>> seaside-dev at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev




More information about the seaside-dev mailing list