Maven and Abbot

2005-03-03 Thread Nascif Abousalh-Neto
Hi all, I am trying to run Abbot from Maven - not using the Abbot plugin, just driving the tests directly from Junit. I use Abbot programatically to find UI components and inject events. Anyway, I am having a lot of problems with Abbot failures - it works fine when called directly from Junit,

Redundancy on unit test execution

2005-03-02 Thread Nascif Abousalh-Neto
Hi, I am using maven multiproject tool to build a project which has two subprojects. I have Junit reports in both the top level (through a Dashboard aggregator) and at each project level. I am also using Jcoverage and Checkstyle reports. I added some automated UI testing using Abbot and starte