Magritte in Pharo OneClick 1.1.1 and 1.2.1 one-click
Nick Ager
nick.ager at gmail.com
Wed Jun 29 17:26:32 MEST 2011
Did you try either:
download the latest from:
http://jenkins.lukas-renggli.ch/job/Magritte%202/
or from within a recent Seaside version open a workspace and execute the
following:
Gofer new
renggli: 'magritte2';
package: 'ConfigurationOfMagritte2';
load.
(ConfigurationOfMagritte2 project latestVersion) load: #('Magritte-Seaside'
'Magritte-Tests-Model').
more on Metacello here:
Metacello<https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf>
On 29 June 2011 15:58, Miguel Sanchez <mikey.sanchez at gmail.com> wrote:
>
> Ok, finally got something functional by downloading from
> http://ftp.squeak.org/various_images/seaside/Squeak4.1/Seaside3.0-All-in-One.zip
> as referred in the HPI Seaside tutorial.
>
> All the Magritte packages were pre-loaded.
>
> But before this I downloaded the image from
> http://www.seaside.st/distributions/Seaside-3.0.5-OneClick.zip
> and this did *not* have the Magritte packages installed.
>
> I was under the impression that Magriite was quite fundamental to the
> Seaside architecture but it appears from the dependancy list of the Seaside
> package that Magritte is not a prerequisite (probably an error in my
> understanding)
>
> What is a little more puzzling (worrying because I was planning to use
> Magritte in a current project) is that when I do load the latest Seaside and
> Magritte packages in a current Pharo release (1.1.1 and 1.2.1) they seem to
> be quite broken. Is this the Smalltalk version of DLL hell or am I suffering
> from terminal PEBKAC failure?
>
> Best Regards,
>
>
> Miguel
>
>
>
>
> On 29 June 2011 11:13, Lukas Renggli <renggli at gmail.com> wrote:
>
>> The expressions you used look ok to me.
>>
>> Let's forward this to Dale and the Metacello group; they might know
>> what is going on.
>>
>> Lukas
>>
>> On 29 June 2011 10:51, Miguel Sanchez <mikey.sanchez at gmail.com> wrote:
>> > Thanks Lukas,
>> > OK I'll download off the seaside site.
>> > Used the following to download:
>> > Gofer new
>> > squeaksource: 'MetacelloRepository';
>> > package: 'ConfigurationOfSeaside30';
>> > load.
>> > (Smalltalk at: #ConfigurationOfSeaside30) load.
>> > AND
>> >
>> > Gofer new
>> > squeaksource: 'MetacelloRepository';
>> > package: 'ConfigurationOfMagritte2';
>> > load.
>> >
>> >
>> > On 28 June 2011 18:05, Lukas Renggli <renggli at gmail.com> wrote:
>> >>
>> >> Hi Miguel,
>> >>
>> >> Not sure how you loaded Seaside and Magritte; and what versions?
>> >>
>> >> Best is to take the ready made images from
>> >> http://www.seaside.st/download/pharo, as described in the book. For
>> >> images with Magritte and Pier use the builds at
>> >> http://jenkins.lukas-renggli.ch/.
>> >>
>> >> Alternatively you can use the Metacello configurations described at
>> >> the same URL: http://www.seaside.st/download/pharo.
>> >>
>> >> Lukas
>> >>
>> >> On 28 June 2011 16:57, Miguel Sanchez <mikey.sanchez at gmail.com> wrote:
>> >> > Hi All,
>> >> > I've been fiddling with Pharo 1.1.1 One-Click which didn't include
>> >> > Seaside
>> >> > by default (at least not that I could see). I loaded seaside via the
>> >> > squeaksource repository. Firstly it seemed like Magritte wasn't
>> included
>> >> > in
>> >> > the Seaside install. Is this so?
>> >> > So I installed Magritte. Then when I tried to run the Magritte
>> example
>> >> > in
>> >> > the Seaside book I got MyContactAddress>>doesNotUnderstand #new
>> >> > So I repeated the above steps with Pharo 1.2.1 One-Click. With the
>> same
>> >> > result except I got Address>>doesNotUnderstand: #asComponent.
>> >> > I'm confused. Although this is my normal state I wonder if someone
>> could
>> >> > elucidate?
>> >> > Best Regards,
>> >> >
>> >> >
>> >> > Miguel
>> >> > _______________________________________________
>> >> > Magritte, Pier and Related Tools ...
>> >> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Lukas Renggli
>> >> www.lukas-renggli.ch
>> >>
>> >> _______________________________________________
>> >> Magritte, Pier and Related Tools ...
>> >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>> >
>> >
>> > _______________________________________________
>> > Magritte, Pier and Related Tools ...
>> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>> >
>>
>>
>>
>> --
>> Lukas Renggli
>> www.lukas-renggli.ch
>>
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iam.unibe.ch/pipermail/smallwiki/attachments/20110629/16a50041/attachment-0001.html>
More information about the smallwiki
mailing list