Hello,

 

Just trying to do some unit testing with PUnit and having problems.

 

I can't seem to find the source to PUnit anywhere and if I could I'd fix it.
Nor can I find a binary that works. It seems PUnit has a reference to 

 

org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException

 

rather than to what should be 

 

org.apache.excalibur.containerkit.lifecycle.LifecycleException

 

I basically get runtime resolution errors while PUnitTestCase starts looking
for org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException
rather than org.apache.excalibur.containerkit.lifecycle.LifecycleException.

 

Thanks guys,

Alex

Reply via email to