On Mar 24, 2013, at 10:43 PM, Camillo Bruni wrote:
> it does not load and fails on the strange statement:
>
> spec configuration: 'Swazoo2' with: [
> spec version: #stable;
> loads: #( 'Swazoo');
> repository: 'http://www.squeaksource.com/MetacelloRepository' ]
it does not load and fails on the strange statement:
spec configuration: 'Swazoo2' with: [
spec version: #stable;
loads: #( 'Swazoo');
repository: 'http://www.squeaksource.com/MetacelloRepository' ].
dunno, to me this looks strange and should read rather
On the seaside dev list I asked if there was a conf and was pointed to:
http://www.squeaksource.com/Seaside31/
and told to look at the config class comment.
FWIW, loading packages as told by Sven worked, Seaside runs on my 2.0
Phil
2013/3/24 Sven Van Caekenberghe :
>
> On 24 Mar 2013, at 20:15
>>>
>>
>> I guess I missed the point, but can't we just make the configuration do
>> whatever the jenkins job does and declare it as the development version
>> for 2.0?
>
> We (as the Pharo community) will most probably have to do that, but it is not
> the right way or the best for the future.
On 24 Mar 2013, at 20:15, Camillo Bruni wrote:
> On 2013-03-24, at 20:01, Sven Van Caekenberghe wrote:
>
>> On 24 Mar 2013, at 19:37, Camillo Bruni wrote:
>>
>>> On 2013-03-24, at 19:33, Guillermo Polito wrote:
>>>
Hi Camillo!
I was trying to load webdoc but there are a lot
On 2013-03-24, at 20:01, Sven Van Caekenberghe wrote:
>
> On 24 Mar 2013, at 19:37, Camillo Bruni wrote:
>
>>
>> On 2013-03-24, at 19:33, Guillermo Polito wrote:
>>
>>> Hi Camillo!
>>>
>>> I was trying to load webdoc but there are a lot of not loading dependencies
>>> (Seaside, grease, Om
On 24 Mar 2013, at 19:37, Camillo Bruni wrote:
>
> On 2013-03-24, at 19:33, Guillermo Polito wrote:
>
>> 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.
On 2013-03-24, at 19:33, Guillermo Polito wrote:
> 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
>
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';
con