Been playing with the following for an hour but can't seem to get it solved. When I extract iBATIS from SVN and run the build script all JUnit tests fail in the following way:
java.lang.ClassNotFoundException: com.ibatis.common.resources.ResourcesTest at java.net.URLClassLoader$1.run(URLClassLoader.java:199) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) I guess this has something to do with the java.policy file, but I can't seem to figure out which entries to add. Can someone give me a pointer? Regards, Sven
