Re: [Pharo-project] Hudson build for Seaside too?
On Feb 3, 2011, at 5:05 PM, Torsten Bergmann wrote:
OK - we have the hudson build for Pharo Core, Pharo, Moose, ...
Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.
((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load.
I know that http://hudson.lukas-renggli.ch/ builds a seaside one click ... but still on the old Pharo 1.1.
Wouldnt it make sense to have one for Pharo1.2 with Seaside3.0 already. So we can see early when we break things for Seaside ...
Yes, I think this is a good idea. Not for providing an alternative distribution, but as a nice regression test and a *huge* additional testsuite, this would be very valuable. And we can this way coordinate API level changes much better. I will put it on the list. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On Feb 3, 2011, at 5:05 PM, Torsten Bergmann wrote:
OK - we have the hudson build for Pharo Core, Pharo, Moose, ...
Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.
((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load.
Hudson now build a Seaside image and runs all tests after the Full image 1.2 build: https://pharo-ic.lille.inria.fr/hudson/job/Seaside%20on%20Pharo%201.2/ TODO: 1.3, after fixing the Full 1.3 build. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Marcus, Since I seem to be on a symbolic version kick today, may I suggest that you use symbolic versions for Hudson: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. ((Smalltalk at: #ConfigurationOfSeaside30) project version: #stable) load. when you get a chance ... the above expression can be used for all of your Hudson builds regardless of pharo version. Dale On Feb 4, 2011, at 6:36 AM, Marcus Denker wrote:
On Feb 3, 2011, at 5:05 PM, Torsten Bergmann wrote:
OK - we have the hudson build for Pharo Core, Pharo, Moose, ...
Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.
((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load.
Hudson now build a Seaside image and runs all tests after the Full image 1.2 build:
https://pharo-ic.lille.inria.fr/hudson/job/Seaside%20on%20Pharo%201.2/
TODO: 1.3, after fixing the Full 1.3 build.
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (3)
-
Dale Henrichs -
Marcus Denker -
Stéphane Ducasse