Hi, committed needed changes into trunk
Tests now get executed after JSPWiki.jar is built, it was way more easier to enforce tests this way than executing them before building the main jar. Test(s) failure(s) implies build failure. Finally, test execution can be desactivated through jspwiki.test.skip property (i.e.: ant clean jar -Djspwiki.test.skip=true). regards, juan pablo On Tue, Feb 7, 2012 at 5:03 AM, Harry Metske <[email protected]> wrote: > +1 > Op 6 feb. 2012 23:13 schreef "Juan Pablo Santos Rodríguez" < > [email protected]> het volgende: > > > Hi all, > > > > now that we have a 100% success rate in unit tests execution, I was > > thinking that it could be a good occasion to make them mandatory, running > > them before the JSPWiki jar is built. In my pc this means a ~3 minute > > overhead in build time, but I think it's worth it. We could also enable a > > flag just in case we don't want to run them.. > > > > WDYT? > > > > > > > > regards, > > juan pablo > > >
