|
From: Colin S. <col...@ex...> - 2004-06-23 12:36:10
|
Alef Arendsen wrote: >>Neither 'integration' or 'ejbtest' are currently callable by the >>autobuilds functionality. They are cactus based (which is fine, it's >>actually more convenient than using httpunit), but for the former >>project there is some extra setup of the db and a few other things >> >> >that > > >>needs to happen. I hope to spend some time in the relative near term >> >> >to > > >>make them usable from autobuilds. >> >> > >Colin, this would be great. If you manage to get it running using the >autobuilds, could you update me so I can try to add it to the 'nightly' >build? I don't know if you're planning to have other databases than just >MySQL/HSQL since that's the only one(s) I've got installed at the >moment. > > I think HSQL is fine for the time being. The discord with the autobuilds way of doing things is that right now for example the integration sample has its own JBoss config (needed to set up a DS for HSQL), whereas autobuilds expects to be the only thing setting up the server. Additionally, because cactus is used, the tests can be run directly in the project, instead of having to be part of the autobuild code. So I would like to modify the autobuilds stuff so that it can also run more 'self-sufficient' projects like this... Colin |