Pharo 1.2 broken on Hudson

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

Pharo 1.2 broken on Hudson

Torsten Bergmann
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.2 broken on Hudson

Stéphane Ducasse
Thanks
I'm fixing some sound menu stuff rigth now.because I want 1.2 out.

On Feb 16, 2011, at 1:32 PM, Torsten Bergmann wrote:

> Pharo 1.2. is broken on Hudson.
>
> The ConfigurationOfPharo is not loadable on a core image due
> to changes on OmniBrowser.
>
> Reason:
> =======
> ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
> references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
> version 1.2.4
>
> But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
> Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?
>
> Guillermo: can you give me access to PharoOB too?
>
> Thx
> T.
>
>
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.2 broken on Hudson

Guillermo Polito
In reply to this post by Torsten Bergmann
Torsten,  PharoOB has global read and write access.  Everyone have access to it :).

On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.2 broken on Hudson

Guillermo Polito
In reply to this post by Torsten Bergmann
Ok, I fixed OB, but now is failing because:

  DuplicatedVariableError: stylingActive is already defined in Workspace


:(


On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.2 broken on Hudson

Benjamin Van Ryseghem (Pharo)
It;s because of FixWorkspaceMenu.2.cs
Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied before to avoid this problem


Ben


On Feb 17, 2011, at 1:52 PM, Guillermo Polito wrote:

Ok, I fixed OB, but now is failing because:

  DuplicatedVariableError: stylingActive is already defined in Workspace


:(


On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.2 broken on Hudson

Guillermo Polito
So, the problem is that  FixSHWorkspaceToFixMenu.1.cs must be integrated into SHWorkspace, is it? :)

On Thu, Feb 17, 2011 at 10:35 AM, Benjamin <[hidden email]> wrote:
It;s because of FixWorkspaceMenu.2.cs
Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied before to avoid this problem


Ben


On Feb 17, 2011, at 1:52 PM, Guillermo Polito wrote:

Ok, I fixed OB, but now is failing because:

  DuplicatedVariableError: stylingActive is already defined in Workspace


:(


On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



Reply | Threaded
Open this post in threaded view
|

Fwd: Pharo 1.2 broken on Hudson

Guillermo Polito
What about removing SHWorkspace from configurationOfPharo since styling is handled in core?

---------- Forwarded message ----------
From: Benjamin <[hidden email]>
Date: Thu, Feb 17, 2011 at 10:45 AM
Subject: Re: [Pharo-project] Pharo 1.2 broken on Hudson
To: Guillermo Polito <[hidden email]>


FixSHWorkspaceToFixMenu.1.cs have to b e applied in a 1.2 dev image.
You can also applied it in SHWorkspace, but basically, SHWorkspace is useless now since Workspace handle shout by itself.


Ben

On Feb 17, 2011, at 2:42 PM, Guillermo Polito wrote:

So, the problem is that  FixSHWorkspaceToFixMenu.1.cs must be integrated into SHWorkspace, is it? :)

On Thu, Feb 17, 2011 at 10:35 AM, Benjamin <[hidden email]> wrote:
It;s because of FixWorkspaceMenu.2.cs
Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied before to avoid this problem


Ben


On Feb 17, 2011, at 1:52 PM, Guillermo Polito wrote:

Ok, I fixed OB, but now is failing because:

  DuplicatedVariableError: stylingActive is already defined in Workspace


:(


On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de





Reply | Threaded
Open this post in threaded view
|

Re: Pharo 1.2 broken on Hudson

Guillermo Polito
Ok, I changed ConfigurationOfShout to load the last (and empty) SHWorkspace.

On Fri, Feb 18, 2011 at 12:21 AM, Guillermo Polito <[hidden email]> wrote:
What about removing SHWorkspace from configurationOfPharo since styling is handled in core?


---------- Forwarded message ----------
From: Benjamin <[hidden email]>
Date: Thu, Feb 17, 2011 at 10:45 AM
Subject: Re: [Pharo-project] Pharo 1.2 broken on Hudson
To: Guillermo Polito <[hidden email]>


FixSHWorkspaceToFixMenu.1.cs have to b e applied in a 1.2 dev image.
You can also applied it in SHWorkspace, but basically, SHWorkspace is useless now since Workspace handle shout by itself.


Ben

On Feb 17, 2011, at 2:42 PM, Guillermo Polito wrote:

So, the problem is that  FixSHWorkspaceToFixMenu.1.cs must be integrated into SHWorkspace, is it? :)

On Thu, Feb 17, 2011 at 10:35 AM, Benjamin <[hidden email]> wrote:
It;s because of FixWorkspaceMenu.2.cs
Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied before to avoid this problem


Ben


On Feb 17, 2011, at 1:52 PM, Guillermo Polito wrote:

Ok, I fixed OB, but now is failing because:

  DuplicatedVariableError: stylingActive is already defined in Workspace


:(


On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de






Reply | Threaded
Open this post in threaded view
|

Re: Fwd: Pharo 1.2 broken on Hudson

Benjamin Van Ryseghem (Pharo)
In reply to this post by Guillermo Polito

On Feb 18, 2011, at 4:21 AM, Guillermo Polito wrote:
What about removing SHWorkspace from configurationOfPharo since styling is handled in core?


I'm totally agree with that, and I've already propose this idea :)



Ben


---------- Forwarded message ----------
From: Benjamin <[hidden email]>
Date: Thu, Feb 17, 2011 at 10:45 AM
Subject: Re: [Pharo-project] Pharo 1.2 broken on Hudson
To: Guillermo Polito <[hidden email]>


FixSHWorkspaceToFixMenu.1.cs have to b e applied in a 1.2 dev image.
You can also applied it in SHWorkspace, but basically, SHWorkspace is useless now since Workspace handle shout by itself.


Ben

On Feb 17, 2011, at 2:42 PM, Guillermo Polito wrote:

So, the problem is that  FixSHWorkspaceToFixMenu.1.cs must be integrated into SHWorkspace, is it? :)

On Thu, Feb 17, 2011 at 10:35 AM, Benjamin <[hidden email]> wrote:
It;s because of FixWorkspaceMenu.2.cs
Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied before to avoid this problem


Ben


On Feb 17, 2011, at 1:52 PM, Guillermo Polito wrote:

Ok, I fixed OB, but now is failing because:

  DuplicatedVariableError: stylingActive is already defined in Workspace


:(


On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann <[hidden email]> wrote:
Pharo 1.2. is broken on Hudson.

The ConfigurationOfPharo is not loadable on a core image due
to changes on OmniBrowser.

Reason:
=======
ConfigurationOfOmniBrowser-GuillermoPolito.102.mcz in http://www.squeaksource.com/MetacelloRepository
references "OB-Shout-JohanBrichau.13" in spec for: #pharo in its
version 1.2.4

But OB-Shout-JohanBrichau.13 is not in http://www.squeaksource.com/PharoOB
Should we use "OB-Shout-GuillermoPolito.13.mcz" instead?

Guillermo: can you give me access to PharoOB too?

Thx
T.


--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de