another one but that one I do not understand it :)

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

another one but that one I do not understand it :)

Stéphane Ducasse
ACD-Model

depends on MessageSendDebugAction
???

may be this one is the fix

        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions)];

in AnnouncerCentricDebugger

To me I think that it would be good to have a Moosedev and a MooseDeployment part because we have many differnt frameworks in the system

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

Re: another one but that one I do not understand it :)

Stéphane Ducasse
I could not find where the DebuggerActions declared its repo so to added too
Let us see if this is working….

In 25 min now...

baseline01: spec
        <version: '0.1-baseline'>
       
        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).
                       
                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: another one but that one I do not understand it :)

Andrei Chis
That should fix it. If it doesn't let me know and I'll have a look.
Right now DebuggerActions doesn't have a configuration. It should eventually go into the repository of the debugger.


On Sun, Aug 11, 2013 at 3:25 PM, Stéphane Ducasse <[hidden email]> wrote:
I could not find where the DebuggerActions declared its repo so to added too
Let us see if this is working….

In 25 min now...

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]
_______________________________________________
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: another one but that one I do not understand it :)

Stéphane Ducasse

That should fix it. If it doesn't let me know and I'll have a look.
Right now DebuggerActions doesn't have a configuration. It should eventually go into the repository of the debugger.


I have another problem 
ACD-Glamour-Interface depends on GTDebugger
Do you have an idea ?
Is it Glamour?

Stef









On Sun, Aug 11, 2013 at 3:25 PM, Stéphane Ducasse <[hidden email]> wrote:
I could not find where the DebuggerActions declared its repo so to added too
Let us see if this is working….

In 25 min now...

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]
_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: another one but that one I do not understand it :)

Stéphane Ducasse

On Aug 11, 2013, at 4:52 PM, Stéphane Ducasse <[hidden email]> wrote:


That should fix it. If it doesn't let me know and I'll have a look.
Right now DebuggerActions doesn't have a configuration. It should eventually go into the repository of the debugger.


I have another problem 
ACD-Glamour-Interface depends on GTDebugger
Do you have an idea ?
Is it Glamour?

So I will try to add a project dependency to Glamour.

Stef




On Sun, Aug 11, 2013 at 3:25 PM, Stéphane Ducasse <[hidden email]> wrote:
I could not find where the DebuggerActions declared its repo so to added too
Let us see if this is working….

In 25 min now...

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]
_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: another one but that one I do not understand it :)

Stéphane Ducasse
I'm trying to add a dependency to GT-Debugger

baseline01: spec
        <version: '0.1-baseline'>
       
        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).
                       
                spec project: 'GT-Debugger' with: [
                                spec
                                        className: 'ConfigurationOfGToolkit';
                                        file: 'ConfigurationOfGToolkit';
                                        version: #stable;
                                        loads: 'GT-Debugger';
                                        repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ].
                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]






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

Re: another one but that one I do not understand it :)

Andrei Chis
It depends on the GTDebugger.
Did you also committed this changes to repo?
If not I can do it.


On Sun, Aug 11, 2013 at 5:04 PM, Stéphane Ducasse <[hidden email]> wrote:
I'm trying to add a dependency to GT-Debugger

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'GT-Debugger' with: [
                                spec
                                        className: 'ConfigurationOfGToolkit';
                                        file: 'ConfigurationOfGToolkit';
                                        version: #stable;
                                        loads: 'GT-Debugger';
                                        repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ].
                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]






_______________________________________________
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: another one but that one I do not understand it :)

Stéphane Ducasse
In reply to this post by Stéphane Ducasse

On Aug 11, 2013, at 5:04 PM, Stéphane Ducasse <[hidden email]> wrote:

> I'm trying to add a dependency to GT-Debugger
>
> baseline01: spec
> <version: '0.1-baseline'>
>
> spec for: #common do: [
> spec blessing: #baseline.
> spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
> spec
> package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
> package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].
>
> spec group: 'default' with: #(
> 'Core'
> 'UI' ).
> spec group: 'Core' with: #(
> 'ACD-Model' ).
> spec group: 'UI' with: #(
> 'ACD-Glamour-Interface' ).
>
> spec project: 'GT-Debugger' with: [
> spec
> className: 'ConfigurationOfGToolkit';
> file: 'ConfigurationOfGToolkit';
> version: #stable;
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
        development!

                                               

> loads: 'GT-Debugger';
> repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ].
> spec project: 'NewDebugger-Core' with: [
> spec
> className: 'ConfigurationOfNewDebugger';
> file: 'ConfigurationOfNewDebugger';
> version: #stable;
> loads: 'Core';
> repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
> spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
> spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
> ]
>
>
>
>
>
>
> _______________________________________________
> 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: another one but that one I do not understand it :)

Stéphane Ducasse
In reply to this post by Andrei Chis

On Aug 11, 2013, at 5:08 PM, Andrei Vasile Chis <[hidden email]> wrote:

It depends on the GTDebugger.
Did you also committed this changes to repo?
If not I can do it.

For the moment I do not commit my changes because doru was changing in parallel and the build takes too much time to me to sync.
Right now I have one image that I modify and I relaunch a 20 image that loads the spec I generate at each modification.
Once I will go through.
I will take the latest moose image and verify I get the same result.
So go ahead.

Stef


On Sun, Aug 11, 2013 at 5:04 PM, Stéphane Ducasse <[hidden email]> wrote:
I'm trying to add a dependency to GT-Debugger

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'GT-Debugger' with: [
                                spec
                                        className: 'ConfigurationOfGToolkit';
                                        file: 'ConfigurationOfGToolkit';
                                        version: #stable;
                                        loads: 'GT-Debugger';
                                        repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ].
                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]






_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: another one but that one I do not understand it :)

Stéphane Ducasse
In reply to this post by Andrei Chis
Ok It worked!
I could reload the synectique tools in a 2.0 image :)
Now I will retry with the latest moose
Stef


On Aug 11, 2013, at 5:08 PM, Andrei Vasile Chis <[hidden email]> wrote:

It depends on the GTDebugger.
Did you also committed this changes to repo?
If not I can do it.


On Sun, Aug 11, 2013 at 5:04 PM, Stéphane Ducasse <[hidden email]> wrote:
I'm trying to add a dependency to GT-Debugger

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'GT-Debugger' with: [
                                spec
                                        className: 'ConfigurationOfGToolkit';
                                        file: 'ConfigurationOfGToolkit';
                                        version: #stable;
                                        loads: 'GT-Debugger';
                                        repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ].
                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]






_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: another one but that one I do not understand it :)

Andrei Chis
I committed the changes in the configuration


On Sun, Aug 11, 2013 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
Ok It worked!
I could reload the synectique tools in a 2.0 image :)
Now I will retry with the latest moose
Stef


On Aug 11, 2013, at 5:08 PM, Andrei Vasile Chis <[hidden email]> wrote:

It depends on the GTDebugger.
Did you also committed this changes to repo?
If not I can do it.


On Sun, Aug 11, 2013 at 5:04 PM, Stéphane Ducasse <[hidden email]> wrote:
I'm trying to add a dependency to GT-Debugger

baseline01: spec
        <version: '0.1-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'.
                spec
                        package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')];
                        package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].

                spec group: 'default' with: #(
                        'Core'
                        'UI' ).
                spec group: 'Core' with: #(
                        'ACD-Model' ).
                spec group: 'UI' with: #(
                        'ACD-Glamour-Interface' ).

                spec project: 'GT-Debugger' with: [
                                spec
                                        className: 'ConfigurationOfGToolkit';
                                        file: 'ConfigurationOfGToolkit';
                                        version: #stable;
                                        loads: 'GT-Debugger';
                                        repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ].
                spec project: 'NewDebugger-Core' with: [
                                spec
                                        className: 'ConfigurationOfNewDebugger';
                                        file: 'ConfigurationOfNewDebugger';
                                        version: #stable;
                                        loads: 'Core';
                                        repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ].
                spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ].
                spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]
        ]






_______________________________________________
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



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