On 30 September 2013 21:52, St��phane Ducasse <stephane.ducasse@inria.fr> wrote:

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:

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.

Ok I will update the stable setting because it was just loading the development version so breaking the point of stable
Igor such information should not be only in your head!!!!

��
it is work to do..
but i am not sure it is worth doing. Pharo 2.0 officially not supported by Athens, so why we should worry about staying compatible?
Yes, in perfect case , configuration baseline should contain branch to load different versions for 2.0 image, and for 3.0.

But to do that , first i need to learn (again) how to do it :)
We certainly need a UI tool for configurations, because keeping all those "how to-s" in head
becomes tedious and counterproductive task.
��

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.




--
Best regards,
Igor Stasenko.