[ http://issues.apache.org/jira/browse/VELOCITY-501?page=comments#action_12461243 ] Will Glass-Husain commented on VELOCITY-501: --------------------------------------------
Even if you are working on this, let me see if I can duplicate it... (1) Can you describe the specific platform you were using then that gave the problem (for the record) (2) What version of ant? (3) Are you doubly-sure that there were no class files from a later JDK that weren't erased? (4) What was the specific command or mechanism used to run the test? > Building Velocity on JDK 1.3.1 throws java.lang.ClassCircularityError > --------------------------------------------------------------------- > > Key: VELOCITY-501 > URL: http://issues.apache.org/jira/browse/VELOCITY-501 > Project: Velocity > Issue Type: Bug > Components: Engine > Affects Versions: 1.5 beta2 > Reporter: Henning Schmiedehausen > Assigned To: Henning Schmiedehausen > Priority: Minor > Fix For: 1.5 > > > VelTTools66TestCase throws a ClassCircularityError when building Velocity 1.5 > beta 2 on JDK 1.3.1 > Testcase: testVelTools66 took 0.202 sec > Caused an ERROR > org/apache/velocity/test/issues/VelTools66TestCase$TestObject > java.lang.ClassCircularityError: > org/apache/velocity/test/issues/VelTools66TestCase$TestObject > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:115) > at > org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.class$(VelTools66TestCase.java:89) > at > org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.checkMemberAccess(VelTools66TestCase.java:120) > at java.lang.Class.checkMemberAccess(Class.java:1332) > at java.lang.Class.newInstance(Class.java:230) > at sun.io.Converters.newConverter(Converters.java:115) > at sun.io.Converters.newDefaultConverter(Converters.java:206) > at sun.io.CharToByteConverter.getDefault(CharToByteConverter.java:50) > at java.lang.String.getBytes(String.java:751) > at java.io.UnixFileSystem.getBooleanAttributes0(Native Method) > at > java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:114) > at java.io.File.exists(File.java:543) > at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:780) > at sun.misc.URLClassPath.getResource(URLClassPath.java:133) > at java.net.URLClassLoader$1.run(URLClassLoader.java:187) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:183) > at java.lang.ClassLoader.loadClass(ClassLoader.java:294) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288) > at java.lang.ClassLoader.loadClass(ClassLoader.java:250) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:115) > at > org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.class$(VelTools66TestCase.java:89) > at > org.apache.velocity.test.issues.VelTools66TestCase$TestSecurityManager.checkMemberAccess(VelTools66TestCase.java:120) > at java.lang.Class.checkMemberAccess(Class.java:1332) > at java.lang.Class.getMethod(Class.java:882) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
