I am using Maven2. When I am packaging my project. The Maven runs the Junit also for that project. But it just gives me the resuilt as
[surefire] Running rlg.pensions.definedbenefits.components.payroll.bs.TestBsPayrollBean [surefire] Tests run: 15, Failures: 0, Errors: 15, Time elapsed: 90.765 sec <<<<<<<< FAILURE !! [surefire] Running rlg.pensions.definedbenefits.components.payroll.dao.Test_DaoPayrollBean [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 4.953 sec <<<<<<<< FAILURE !! Could I get this in more descriptive way as to which method actually failed in the class file Test_DaoPayrollBean or TestBsPayrollBean? -- View this message in context: http://www.nabble.com/Junit-using-Maven-t1479596.html#a4004401 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
