Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 81988 invoked from network); 8 Dec 2004 14:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 14:53:55 -0000 Received: (qmail 49567 invoked by uid 500); 8 Dec 2004 14:53:37 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 49481 invoked by uid 500); 8 Dec 2004 14:53: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 49437 invoked by uid 99); 8 Dec 2004 14:53:36 -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 06:53:33 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.outerthought.net (Postfix) with ESMTP id 546151600F9 for ; Wed, 8 Dec 2004 08:53:31 -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 03179-09 for ; Wed, 8 Dec 2004 08:53:29 -0600 (CST) Received: from strider.outerthought.net (localhost [127.0.0.1]) by mail.outerthought.net (Postfix) with ESMTP id 51B331600FE for ; Wed, 8 Dec 2004 08:53:29 -0600 (CST) Message-ID: <13158555.1102517609292.JavaMail.jettyjira@strider.outerthought.net> Date: Wed, 8 Dec 2004 08:53: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: Rick Tessner Created: Wed, 8 Dec 2004 8:53 AM Body: This is an interesting one and has some wider implications. I'll raise that on the list in a separate thread. It looks like the immediate solution is to use JDK 1.4.x. It looks like you're using JDK 1.3.x. I don't know if this is a possibility for you. :( I will raise this JDK issue on the dev list. --------------------------------------------------------------------- View this comment: http://issues.cocoondev.org//browse/FOR-407?page=comments#action_11935 --------------------------------------------------------------------- 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 8:53 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