[Seaside] Seaside wit pharo 2.0

Norbert Hartl norbert at hartl.name
Fri May 10 12:56:23 UTC 2013


I can work around the problem for my CI server by doing

((Smalltalk at: #ConfigurationOfSeaside30) project lastVersion ) load: #('Zinc-Seaside')

and then loading my own project where the dependency for Zinc-Seaside is commented out

Norbert

Am 10.05.2013 um 14:33 schrieb Norbert Hartl <norbert at hartl.name>:

> I think I wasn't detailed enough. Loading the whole package in a fresh image does work for me, too. I'm trying to load only parts of seaside.
> 
> In a fresh pharo 2.0 image I can load Zinc-Seaside using
> 
> (ConfigurationOfSeaside30 project version:'3.0.8') load: 'Zinc-Seaside'
> 
> One indirection more does not work. I prepared a configuration that includes only the snippet for loading Zinc-Seaside and this does not work. If I didn't make a mistake this smells like a metacello problem to me. I attach my configuration to this mail. With this using
> 
> (ConfigurationOfSeasideLoad project version: '0.1') load
> 
> does not work. IMHO it both should equivalent at least in a fresh image.
> 
> Any thoughts?
> 
> Norbert
> 
> <ConfigurationOfSeasideLoad-NorbertHartl.1.mcz>
> 
> Am 10.05.2013 um 12:55 schrieb stephane ducasse <stephane.ducasse at free.fr>:
> 
>> Hi 
>> 
>> I succeeded to load seaside in 2.0
>> 
>> Gofer new
>>  url: 'http://squeaksource.com/Seaside30';
>>  package: 'ConfigurationOfSeaside30';
>>  load.
>> 
>> (ConfigurationOfSeaside30 project version: '3.0.8') load.
>> 
>> (Smalltalk at: #ZnZincServerAdaptor) startOn: 8080.
>> 
>> 
>> 
>> On May 10, 2013, at 12:46 PM, Norbert Hartl <norbert at hartl.name> wrote:
>> 
>>> What is the current status of it? I switched a project to pharo 2.0 and now I'm facing some troubles when loading 'Zinc Seaside' or Seaside Base from my own configuration. The error is thrown from metacello telling
>>> 
>>> Error: Name not found: Seaside-Tests-Pharo-Core
>>> 
>>> I'm not a metacello pro but diving into the stack I could see that a package map contained only Seaside-Tests-Pharo20-Core but not Seaside-Tests-Pharo-Core. 
>>> 
>>> Any ideas?
>>> 
>>> Norbert_______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>> 
>> 
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list