You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/05/10 08:56:16 UTC

DO NOT REPLY [Bug 8966] New: - Bad major version number running with JDK 1.1.8

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8966>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8966

Bad major version number running with JDK 1.1.8

           Summary: Bad major version number running with JDK 1.1.8
           Product: Ant
           Version: 1.5Beta1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build Process
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: carnold@houston.rr.com


Ant 1.5 Beta 1 appears to have been compiled with a JDK 1.2 or later compiler 
which causes the class files not to be accepted with earlier JDK's.

c:/> path c:\jdk1.1.8\bin;c:\jakarta-ant-1.5beta1\bin
c:/> ant
Error loading class org/apache/tools/ant/Main: bad major version number

c:/> path c:\jdk1.1.8\bin;c:\ant1.4\bin
c:/> ant
Buildfile: build.xml does not exist

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>