Creating a Configuraton

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

Creating a Configuraton

Dennis Schenk
Hi All,

I'm trying to make ConfiguratonOfQuicksilver work.

When running:

Gofer new
        smalltalkhubUser: 'Quicksilver' project: 'Quicksilver';
        package: 'ConfigurationOfQuicksilver';
        load.
ConfigurationOfQuicksilver loadDefault.

I get:

'Could not resolve: Quicksilver-Core-Tests [Quicksilver-Core-Tests] in /[...]/package-cache http://smalltalkhub.com/mc/Quicksilver/Quicksilver/main'

Does anybody have an idea why MetacelloFetchingMCSpecLoader is looking in my local package-cache for the package and not on smalltalkhub?

Cheers,
Dennis

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

Re: Creating a Configuraton

Tudor Girba-2
Hi Dennis,

I took a look:

In Metacello, you define the Monticello artifacts to be loaded.

In ConfigurationOfQuicksilver you listed things like Quicksilver-Core. However, this is only an image artifact (RPackage). In Monticello, you only have one Quicksilver Monticello package.

I sketched quickly a new configuration, but did not get a chance to test it (due to the SmallInteger bug). I published it on your repository. Please take a look.

Cheers,
Doru


On Apr 30, 2013, at 4:50 PM, Dennis Schenk <[hidden email]> wrote:

> Hi All,
>
> I'm trying to make ConfiguratonOfQuicksilver work.
>
> When running:
>
> Gofer new
>         smalltalkhubUser: 'Quicksilver' project: 'Quicksilver';
>         package: 'ConfigurationOfQuicksilver';
>         load.
> ConfigurationOfQuicksilver loadDefault.
>
> I get:
>
> 'Could not resolve: Quicksilver-Core-Tests [Quicksilver-Core-Tests] in /[...]/package-cache http://smalltalkhub.com/mc/Quicksilver/Quicksilver/main'
>
> Does anybody have an idea why MetacelloFetchingMCSpecLoader is looking in my local package-cache for the package and not on smalltalkhub?
>
> Cheers,
> Dennis
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Problem solving efficiency grows with the abstractness level of problem understanding."




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

Re: Creating a Configuraton

Dennis Schenk
Hi Doru,

Thanks, your version works perfectly.

Is that a problem, only having a Quicksilver Package or is that okay?

Cheers,
Dennis


On Wed, May 1, 2013 at 7:10 AM, Tudor Girba <[hidden email]> wrote:
Hi Dennis,

I took a look:

In Metacello, you define the Monticello artifacts to be loaded.

In ConfigurationOfQuicksilver you listed things like Quicksilver-Core. However, this is only an image artifact (RPackage). In Monticello, you only have one Quicksilver Monticello package.

I sketched quickly a new configuration, but did not get a chance to test it (due to the SmallInteger bug). I published it on your repository. Please take a look.

Cheers,
Doru


On Apr 30, 2013, at 4:50 PM, Dennis Schenk <[hidden email]> wrote:

> Hi All,
>
> I'm trying to make ConfiguratonOfQuicksilver work.
>
> When running:
>
> Gofer new
>         smalltalkhubUser: 'Quicksilver' project: 'Quicksilver';
>         package: 'ConfigurationOfQuicksilver';
>         load.
> ConfigurationOfQuicksilver loadDefault.
>
> I get:
>
> 'Could not resolve: Quicksilver-Core-Tests [Quicksilver-Core-Tests] in /[...]/package-cache http://smalltalkhub.com/mc/Quicksilver/Quicksilver/main'
>
> Does anybody have an idea why MetacelloFetchingMCSpecLoader is looking in my local package-cache for the package and not on smalltalkhub?
>
> Cheers,
> Dennis
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Problem solving efficiency grows with the abstractness level of problem understanding."




_______________________________________________
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: Creating a Configuraton

stephane ducasse

On May 2, 2013, at 10:18 AM, Dennis Schenk <[hidden email]> wrote:

Hi Doru,

Thanks, your version works perfectly.

Is that a problem, only having a Quicksilver Package or is that okay?

this is okay :)
Think about ConfigurationOf….. as package metadata.

Stef



Cheers,
Dennis


On Wed, May 1, 2013 at 7:10 AM, Tudor Girba <[hidden email]> wrote:
Hi Dennis,

I took a look:

In Metacello, you define the Monticello artifacts to be loaded.

In ConfigurationOfQuicksilver you listed things like Quicksilver-Core. However, this is only an image artifact (RPackage). In Monticello, you only have one Quicksilver Monticello package.

I sketched quickly a new configuration, but did not get a chance to test it (due to the SmallInteger bug). I published it on your repository. Please take a look.

Cheers,
Doru


On Apr 30, 2013, at 4:50 PM, Dennis Schenk <[hidden email]> wrote:

> Hi All,
>
> I'm trying to make ConfiguratonOfQuicksilver work.
>
> When running:
>
> Gofer new
>         smalltalkhubUser: 'Quicksilver' project: 'Quicksilver';
>         package: 'ConfigurationOfQuicksilver';
>         load.
> ConfigurationOfQuicksilver loadDefault.
>
> I get:
>
> 'Could not resolve: Quicksilver-Core-Tests [Quicksilver-Core-Tests] in /[...]/package-cache http://smalltalkhub.com/mc/Quicksilver/Quicksilver/main'
>
> Does anybody have an idea why MetacelloFetchingMCSpecLoader is looking in my local package-cache for the package and not on smalltalkhub?
>
> Cheers,
> Dennis
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Problem solving efficiency grows with the abstractness level of problem understanding."




_______________________________________________
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


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev