Re: [Pharo-project] Loading webdoc

2013-03-24 Thread stephane ducasse
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' ]

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Camillo Bruni
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

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread p...@highoctane.be
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

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread stephane ducasse
>>> >> >> 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.

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Sven Van Caekenberghe
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

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Camillo Bruni
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

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Sven Van Caekenberghe
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.

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Camillo Bruni
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 >

[Pharo-project] Loading webdoc

2013-03-24 Thread Guillermo Polito
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