Metaceller doesn't help me :-(

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Metaceller doesn't help me :-(

Damien Cassou
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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Metaceller doesn't help me :-(

DiegoLont
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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Metaceller doesn't help me :-(

Damien Cassou
On Thu, Oct 3, 2013 at 2:36 PM, Diego Lont <[hidden email]> 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')

--
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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev