Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 58218 invoked from network); 8 Dec 2004 17:15:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 17:15:50 -0000 Received: (qmail 57677 invoked by uid 500); 8 Dec 2004 17:15:36 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 57632 invoked by uid 500); 8 Dec 2004 17:15:36 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 57580 invoked by uid 99); 8 Dec 2004 17:15:35 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from 54.67-19-2.reverse.theplanet.com (HELO mail.outerthought.net) (67.19.2.54) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 09:15:34 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.outerthought.net (Postfix) with ESMTP id F23591600EF for ; Wed, 8 Dec 2004 11:15:30 -0600 (CST) Received: from mail.outerthought.net ([127.0.0.1]) by localhost (mail.outerthought.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06594-09 for ; Wed, 8 Dec 2004 11:15:29 -0600 (CST) Received: from strider.outerthought.net (localhost [127.0.0.1]) by mail.outerthought.net (Postfix) with ESMTP id 5325B1600F2 for ; Wed, 8 Dec 2004 11:15:29 -0600 (CST) Message-ID: <31092205.1102526129297.JavaMail.jettyjira@strider.outerthought.net> Date: Wed, 8 Dec 2004 11:15:29 -0600 (CST) From: issues@cocoondev.org To: dev@forrest.apache.org Subject: [JIRA] Commented: (FOR-407) Compile error: class file has wrong version 48.0, should be 47.0 In-Reply-To: <4244095.1102502129206.JavaMail.jettyjira@strider.outerthought.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at outerthought.net X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Olivier Jacques Created: Wed, 8 Dec 2004 11:14 AM Body: Switching to JDK 1.4 did the trick. So I think you got the issue! It has some other implications on my setup, so I don't know if I can stick to this on the long term though. --------------------------------------------------------------------- View this comment: http://issues.cocoondev.org//browse/FOR-407?page=comments#action_11937 --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org//browse/FOR-407 Here is an overview of the issue: --------------------------------------------------------------------- Key: FOR-407 Summary: Compile error: class file has wrong version 48.0, should be 47.0 Type: Bug Status: Unassigned Priority: Minor Project: Forrest Components: Compile Versions: HEAD Assignee: Reporter: Olivier Jacques Created: Wed, 8 Dec 2004 4:35 AM Updated: Wed, 8 Dec 2004 11:14 AM Environment: Windows XP SP2 Description: When getting current SVN snapshots, I can't compile it on my windows XP system: When I type build, I get: C:\forrest20040812\forrest\main>build Using classpath: ";..\lib\endorsed\jakarta-bcel-20040329.jar;..\lib\endorsed\jakarta-regexp-1.3.jar;..\lib\endorsed\xala n-2.6.1-dev-20041008T0304.jar;..\lib\endorsed\xercesImpl-2.6.2.jar;..\lib\endorsed\xml-apis.jar" Buildfile: build.xml init: -------------------------------------------------------------- Using Apache Ant version 1.6.2 compiled on July 16 2004 Build file C:\forrest20040812\forrest\main\build.xml Use 'build.[sh|bat] -projecthelp' to see other options. Build system home ..\tools\ant Build number 1 Project Name Forrest build file Java Version 1.3 Timestamp 200412081131 This is: apache-forrest 0.7-dev -------------------------------------------------------------- compile: Compiling 31 source files to C:\forrest20040812\forrest\build\classes C:\forrest20040812\forrest\main\java\org\apache\cocoon\acting\sourcetype\SourceTypeAction.java:27: cannot access org.apa che.cocoon.acting.Action bad class file: C:\forrest20040812\forrest\lib\core\cocoon-2.2.0-dev-r111170.jar(org/apache/cocoon/acting/Action.class) class file has wrong version 48.0, should be 47.0 Please remove or make sure it appears in the correct subdirectory of the classpath. import org.apache.cocoon.acting.Action; ^ 1 error BUILD FAILED C:\forrest20040812\forrest\main\build.xml:308: Compile failed; see the compiler error output for details. Total time: 6 seconds C:\forrest20040812\forrest\main> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.cocoondev.org//secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira