I'm trying to debug a complex configuration and I'm failing. I thought Metaceller could help, but I didn't find a way to use it to help me. Maybe something is missing in Metaceller?
To reproduce:
(Gofer new smalltalkhubUser: 'estebanlm' project: 'Voyage'; configurationOf: 'PierVoyage'; yourself) load.
((ConfigurationOfPierVoyage project version: #development) record: 'ALL') loadDirective.
Error message: 'No version found for ''3.1.0'' of ConfigurationOfSeaside3'
Hi Damien,
Thx for the bug reports. I have tomorrow time to take a look at them. I will also take a look at your configuration.
Chers, Diego
On Oct 3, 2013, at 2:12 PM, Damien Cassou wrote:
I'm trying to debug a complex configuration and I'm failing. I thought Metaceller could help, but I didn't find a way to use it to help me. Maybe something is missing in Metaceller?
To reproduce:
(Gofer new smalltalkhubUser: 'estebanlm' project: 'Voyage'; configurationOf: 'PierVoyage'; yourself) load.
((ConfigurationOfPierVoyage project version: #development) record: 'ALL') loadDirective.
Error message: 'No version found for ''3.1.0'' of ConfigurationOfSeaside3'
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Thu, Oct 3, 2013 at 2:36 PM, Diego Lont diego.lont@delware.nl wrote:
Thx for the bug reports. I have tomorrow time to take a look at them. I will also take a look at your configuration.
when executing the following instead, I get a "You are about to load new versions of the following packages that have unsaved changes in the image: Seaside-Pharo-Core". This is very suspicious.
(Gofer new smalltalkhubUser: 'estebanlm' project: 'Voyage'; configurationOf: 'PierVoyage'; yourself) load.
((ConfigurationOfPierVoyage project version: #development) load: 'ALL')