You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/12/08 11:37:29 UTC

[JIRA] Commented: (FOR-407) Compile error: class file has wrong version 48.0, should be 47.0

The following comment has been added to this issue:

     Author: Olivier Jacques
    Created: Wed, 8 Dec 2004 4:35 AM
       Body:
Unless this is a user error :) this issue should be considered as critical.
---------------------------------------------------------------------
View this comment:
  http://issues.cocoondev.org//browse/FOR-407?page=comments#action_11929

---------------------------------------------------------------------
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 4:35 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