On Sep 30, 2013, at 9:44 PM, Igor Stasenko <siguctua@gmail.com> wrote:On 29 September 2013 21:40, St��phane Ducasse <stephane.ducasse@inria.fr> wrote:
I think that we should work on pharo 30. We do not have the resource to maintain it on 20.
On Sep 29, 2013, at 9:30 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
> Le 29/09/2013 21:17, Hilaire Fernandes a ��crit :
>> You may want to fix it for earlier tester.
>
> I manage to load the needed package by hand.
> But there is a missing class AthensCairoSurface.
> Please could you check on a fresh pharo 2.0 the configuration and fix it?
First it should work on 30.
yes , there are multiple important updates which made to NB which making current version of Athens�� incompatible with pharo 2.0.The last version of Athens, compatible with 2.0 image is 2.1.
Ok I will update the stable setting because it was just loading the development version so breaking the point of stableIgor such information should not be only in your head!!!!
ConfigurationOfAthens loadVersion: '2.1'.
and to load svg package use:
(ConfigurationOfAthens project version: '2.1') load: 'SVG'(but you need to load XML support first).And since you planning to work on SVG, i recommend you to
pick up the latest pharo 3.0 image where athens already installedand work there, on development version of Athens.