Return-Path: Delivered-To: apmail-velocity-dev-archive@www.apache.org Received: (qmail 47253 invoked from network); 9 Jan 2007 22:01:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2007 22:01:06 -0000 Received: (qmail 80140 invoked by uid 500); 9 Jan 2007 22:00:33 -0000 Delivered-To: apmail-velocity-dev-archive@velocity.apache.org Received: (qmail 80058 invoked by uid 500); 9 Jan 2007 22:00:32 -0000 Mailing-List: contact dev-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Velocity Developers List" Delivered-To: mailing list dev@velocity.apache.org Received: (qmail 79758 invoked by uid 500); 9 Jan 2007 22:00:29 -0000 Delivered-To: apmail-jakarta-velocity-dev@jakarta.apache.org Received: (qmail 79688 invoked by uid 99); 9 Jan 2007 22:00:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2007 14:00:24 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C01707142B6 for ; Tue, 9 Jan 2007 13:59:27 -0800 (PST) Message-ID: <13910478.1168379967783.JavaMail.jira@brutus> Date: Tue, 9 Jan 2007 13:59:27 -0800 (PST) From: "Henning Schmiedehausen (JIRA)" To: velocity-dev@jakarta.apache.org Subject: [jira] Resolved: (VELOCITY-501) Building Velocity on JDK 1.3.1 throws java.lang.ClassCircularityError In-Reply-To: <18742144.1164448802032.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/VELOCITY-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henning Schmiedehausen resolved VELOCITY-501. --------------------------------------------- Resolution: Fixed Fixed by shuffling the internal test a bit. > Building Velocity on JDK 1.3.1 throws java.lang.ClassCircularityError > --------------------------------------------------------------------- > > Key: VELOCITY-501 > URL: https://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: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org For additional commands, e-mail: dev-help@velocity.apache.org