On 29 September 2013 21:40, Stéphane Ducasse <stephane.ducasse@inria.fr>wrote:
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?
I think that we should work on pharo 30. We do not have the resource to maintain it on 20. 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. 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 installed and work there, on development version of Athens.