Re: [Pharo-project] Getting Pharo 1.2 on Hudson green/blue again
On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote:
Hi Markus,
I think I've found out what the problem with the hudson build for Pharo 1.2 is:
- the Pharo-1.2.st Skript used to build it includes this line:
((Smalltalk at: #ConfigurationOfPharo) project lastVersion)
which now returns 1.3. instead of 1.2 since the config was extended.
Guess who did it: ConfigurationOfPharo-MarcusDenker.148 on 22 March 2011, the day when the hudson build broke
So change the line in Pharo-1.2.st to:
((Smalltalk at: #ConfigurationOfPharo) project version: '1.2-beta2') perform: #silently: with: true; perform: #load.
and the build works. At least it does manually when I try it here.
Oh... I fixed the build script. Hudson building now.
If that works you either send me a beer or you take the time to exchange the VM to the customized ones I've sent you so we can move 1.2 out of the door and concentrate on 1.3...
I will do a release of 1.2.1 and then fix the one-click. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Thanks marcus. I will integrate some fixes after fixing some stuff with kids. Stef On Mar 29, 2011, at 8:31 PM, Marcus Denker wrote:
On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote:
Hi Markus,
I think I've found out what the problem with the hudson build for Pharo 1.2 is:
- the Pharo-1.2.st Skript used to build it includes this line:
((Smalltalk at: #ConfigurationOfPharo) project lastVersion)
which now returns 1.3. instead of 1.2 since the config was extended.
Guess who did it: ConfigurationOfPharo-MarcusDenker.148 on 22 March 2011, the day when the hudson build broke
So change the line in Pharo-1.2.st to:
((Smalltalk at: #ConfigurationOfPharo) project version: '1.2-beta2') perform: #silently: with: true; perform: #load.
and the build works. At least it does manually when I try it here.
Oh... I fixed the build script. Hudson building now.
If that works you either send me a beer or you take the time to exchange the VM to the customized ones I've sent you so we can move 1.2 out of the door and concentrate on 1.3...
I will do a release of 1.2.1 and then fix the one-click.
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (2)
-
Marcus Denker -
Stéphane Ducasse