I found that moving the helpers to separate package seems to have made the classes loadable and eliminated my problem. Like many people i have parallel src/test source directories and my test belonged to a package that was also imported from another package. I found a post by Toni that seems to confirm my problems.
http://www.mail-archive.com/[email protected]/msg08596.html Does anyone have any advice on how one can avoid problems when one wishes to avoid split packages. Is the best thing to just put helpers in a separate package that is not visible outside the test probe bundle ? -- mP
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
