On 03/06/2010 02:22 PM, Lawson English wrote:
4) Build a continuous integration server using Seaside, Iliad or AidaWeb. Build an interface to version control systems (possibly supporting both independent systems such as Monticello or file-based such as svn/CVS/git) that can be used from Smalltalk and integrate it with Smalllint code reports. For a more ambitious project, the server should be able to start a new image, upgrade the package, run SUnit tests there and communicate back the results---the time to upgrade the package should be minimized of course!
Are you aware of this two projects ? I don't know other dialects but in Pharo they work:
http://n4.nabble.com/Interim-build-server-td1296834.html#a1296834 http://n4.nabble.com/ANN-Hudson-continuous-integration-server-support-td1296...
They seem to be very close to what I had in mind, in particular Hudson. Paolo