The templates didn't get promoted to file template screen.
I recreated the ones I have in 4.0.2, but junit won't "see" them. it dies with a "null".
I created copies with different names, and associated the junit test class/method with the new names, but it still wants to use the old names, which it can't find.
Hi, Jacques the problem is in the velocity.init() after setting the extended properties, basically it throws ClassNotFoundException, it cannot find the custom class resource loader or the logWrapper, seems like class loader issue, any ideas on a solution?
Hello Glen,
GS> Anyone else having problems with the junit plugin in build 2002?
GS>
What kind of problems?
Jacques
I'm having problems with 2008.
The templates didn't get promoted to file template screen.
I recreated the ones I have in 4.0.2, but junit won't "see" them. it dies with a "null".
I created copies with different names, and associated the junit test class/method with the new names, but it still wants to use the old names, which it can't find.
Hi,
Jacques the problem is in the velocity.init() after setting the extended properties, basically it throws ClassNotFoundException, it cannot find the custom class resource loader or the logWrapper, seems like class loader issue, any ideas on a solution?
Bronwen
Hi,
If you place the velocity.jar found in /lib into the junitTest plugins lib dir ]]>/plugins/unitTest/lib it will work.
Jacques do you think the velocity.jar should be included now with the download?
regards
Bronwen
Sounds like it, Bronwen. Good work!
Jacques