15.8.09

"signer information does not match signer information of other classes in the same package" Error

I get this error when trying to test some of my new program prototype. And the reason was conflict of JUnit3 ( which comes with Hapi ) and JUnit4 ( which I've added manually ).

After removing Junit3 from may build path everything goes Ok.