Hi!
This is the error I get when I simply open Pharo with Roassal installed.
roassal2.zip https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip (https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip)
I am not sure where this comes from. How can the build succeed by the way?
Cheers, Alexandre
Hi,
The jenkins build for roassal 2 loads ConfigurationsOfRoassal2>>#development into a Pharo 4.0 image. This just loads Roassal2 without any other package like the inspector extensions or the GTDebugger. It seems that this job is only for detecting failing tests in the core of roassal rather than to produce ready to use images
Cheers, Andrei
On Wed, Apr 15, 2015 at 7:38 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
This is the error I get when I simply open Pharo with Roassal installed.
roassal2.zip https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip ( https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip)
I am not sure where this comes from. How can the build succeed by the way?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Ok Thanks
Alexandre
Le 15 avr. 2015 à 17:42, Andrei Chis chisvasileandrei@gmail.com a écrit :
Hi,
The jenkins build for roassal 2 loads ConfigurationsOfRoassal2>>#development into a Pharo 4.0 image. This just loads Roassal2 without any other package like the inspector extensions or the GTDebugger. It seems that this job is only for detecting failing tests in the core of roassal rather than to produce ready to use images
Cheers, Andrei
On Wed, Apr 15, 2015 at 7:38 PM, Alexandre Bergel alexandre.bergel@me.com wrote: Hi!
This is the error I get when I simply open Pharo with Roassal installed.
roassal2.zip (https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip)
I am not sure where this comes from. How can the build succeed by the way?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
The issue comes from settings. You saved all settings from a Moose image, which includes GTGenericStackDebugger and has a setting for it, and then tried to load those settings in a Roassal2 image that does not contain that setting.
The settings engine needs reconsideration, but there is not much we can do now about it.
The simplest thing would be to export again the settings from a basic Pharo image.
Cheers, Doru
On Wed, Apr 15, 2015 at 7:38 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
This is the error I get when I simply open Pharo with Roassal installed.
roassal2.zip https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip ( https://ci.inria.fr/moose/job/roassal2/1390/artifact/roassal2.zip)
I am not sure where this comes from. How can the build succeed by the way?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Ah okay!!! Thanks! Make sense to me
Alexandre