Hi all,
I was trying to load Roassal2 stable (ConfigurationOfRoassal2 load) in today’s Pharo 5 build but it fails with the following error: 'Unable to resolve project package for ''GlamourCore''. It is likely that that the configuration referencing this project will not validate properly (see MetacelloToolBox class>>validateConfiguration:).'
If I try to load development (ConfigurationOfRoassal2 loadDevelopment, it complains that I will lose changes to Glamour-Morphic-Renderer, and then I get a warning: This package depends on the following classes: GLMFillWidthStrategy GLMFillWidthAndHeightStrategy GLMRigidStrategy
What should I do to get a working version of Roassal2 for Pharo 5?
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
Checking now…
Alexandre
On Dec 27, 2015, at 1:09 PM, Johan Fabry jfabry@dcc.uchile.cl wrote:
Hi all,
I was trying to load Roassal2 stable (ConfigurationOfRoassal2 load) in today’s Pharo 5 build but it fails with the following error: 'Unable to resolve project package for ''GlamourCore''. It is likely that that the configuration referencing this project will not validate properly (see MetacelloToolBox class>>validateConfiguration:).'
If I try to load development (ConfigurationOfRoassal2 loadDevelopment, it complains that I will lose changes to Glamour-Morphic-Renderer, and then I get a warning: This package depends on the following classes: GLMFillWidthStrategy GLMFillWidthAndHeightStrategy GLMRigidStrategy
What should I do to get a working version of Roassal2 for Pharo 5?
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Ok, this should now be fixed. Version 1.20 of Roassal depends on the baseline 1.8. Depending on 1.9 does not work. @ Andrei: any idea why?
Cheers, Alexandre
On Dec 27, 2015, at 6:26 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Checking now…
Alexandre
On Dec 27, 2015, at 1:09 PM, Johan Fabry jfabry@dcc.uchile.cl wrote:
Hi all,
I was trying to load Roassal2 stable (ConfigurationOfRoassal2 load) in today’s Pharo 5 build but it fails with the following error: 'Unable to resolve project package for ''GlamourCore''. It is likely that that the configuration referencing this project will not validate properly (see MetacelloToolBox class>>validateConfiguration:).'
If I try to load development (ConfigurationOfRoassal2 loadDevelopment, it complains that I will lose changes to Glamour-Morphic-Renderer, and then I get a warning: This package depends on the following classes: GLMFillWidthStrategy GLMFillWidthAndHeightStrategy GLMRigidStrategy
What should I do to get a working version of Roassal2 for Pharo 5?
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Yes, it loads fine now, thanks!
But, visualizations are still wrong. All the issues that started with the migration to the new VM (shapes are not drawn where they should be, labels are not in the right place et cetera … ). I had understood previously that you had a fix for that? What should I do to make it work?
On Dec 27, 2015, at 19:42, Alexandre Bergel alexandre.bergel@me.com wrote:
Ok, this should now be fixed. Version 1.20 of Roassal depends on the baseline 1.8. Depending on 1.9 does not work. @ Andrei: any idea why?
Cheers, Alexandre
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
Yes, it loads fine now, thanks!
But, visualizations are still wrong. All the issues that started with the migration to the new VM (shapes are not drawn where they should be, labels are not in the right place et cetera … ). I had understood previously that you had a fix for that? What should I do to make it work?
You need to load the slice 17280 from the Pharo5 inbox. Within a couple of hours / days this slice will be part of Pharo. Until then, you need to load it manually.
Alexandre
On Dec 27, 2015, at 19:42, Alexandre Bergel alexandre.bergel@me.com wrote:
Ok, this should now be fixed. Version 1.20 of Roassal depends on the baseline 1.8. Depending on 1.9 does not work. @ Andrei: any idea why?
Cheers, Alexandre
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Hi Alexandre,
On Sun, Dec 27, 2015 at 11:42 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Ok, this should now be fixed. Version 1.20 of Roassal depends on the baseline 1.8. Depending on 1.9 does not work. @ Andrei: any idea why?
From baseline 1.8 to 1.9 we moved from loading just GlamourCore to loading
Glamour (due to the dependency to Glamour-Tools) I fixed version 1.20 and it now depends on baseline 1.9. It should load ok, but let me know if there are any problems.
Cheers, Andrei
Cheers, Alexandre
On Dec 27, 2015, at 6:26 PM, Alexandre Bergel alexandre.bergel@me.com
wrote:
Checking now…
Alexandre
On Dec 27, 2015, at 1:09 PM, Johan Fabry jfabry@dcc.uchile.cl wrote:
Hi all,
I was trying to load Roassal2 stable (ConfigurationOfRoassal2 load) in
today’s Pharo 5 build but it fails with the following error: 'Unable to resolve project package for ''GlamourCore''. It is likely that that the configuration referencing this project will not validate properly (see MetacelloToolBox class>>validateConfiguration:).'
If I try to load development (ConfigurationOfRoassal2 loadDevelopment,
it complains that I will lose changes to Glamour-Morphic-Renderer, and then I get a warning:
This package depends on the following classes: GLMFillWidthStrategy GLMFillWidthAndHeightStrategy GLMRigidStrategy
What should I do to get a working version of Roassal2 for Pharo 5?
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) -
University of Chile
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thanks! Works well!
Alexandre