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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to