Hi Bertrand On Mar 13, 2013, at 10:13 AM, Bertrand Delacretaz wrote:
> On Wed, Mar 13, 2013 at 9:57 AM, Felix Meschberger <[email protected]> wrote: >> ...We might want to setup a new Builder project which bundles Oak instead of >> Jackrabbit. >> But I don't think we should have a builder which bundles both.... > > IMO what's important is to be able to run our integration tests on > Oak, in addition to running them on Jackrabbit. That could just be a > Maven profile in the launchpad/testing project, so that we can setup > both in Jenkins. I agree this is the way to go. > > We don't have a clean and simple way of excluding tests so far (as I > assume a number of them will fail initially) - JUnit categories would > be ideal but most of our tests are still of the JUnit 3 flavor and I > don't think categories work with that. Not sure how to solve that, > maybe just surefire-plugin excludes initially, or create a TestSuite > that includes only the tests that pass. can't we use the list.xml run mode or that? Regards Antonio > > -Bertrand
