Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 74973 invoked from network); 18 Sep 2002 14:10:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Sep 2002 14:10:26 -0000 Received: (qmail 19921 invoked by uid 97); 18 Sep 2002 14:10:45 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 19833 invoked by uid 97); 18 Sep 2002 14:10:42 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 19794 invoked by uid 98); 18 Sep 2002 14:10:41 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: David McTavish To: 'Ant Users List' Subject: ant1.5 and jdk1.3.1 Date: Wed, 18 Sep 2002 10:09:36 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Here's my problem. Our build scripts worked perfectly yesterday when we were running on JDK1.4 with Ant1.5. Now, we have to roll back to jdk1.3.1 so that our app can run on FreeBSD. No problem, we've rolled back the code base so we're not using any JDK1.4 goodies, and everything should be fine and dandy. Unfortunately not so... now, when I run the compile target of my build script I get the following error: compile.impl: [javac] Compiling 20 source files to M:\dmctavish_jdk13\sw\application\util\ classes BUILD FAILED java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported ma jor.minor version 48.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:488) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106) I've truncated it as you get the idea. This chokes on the very first file it attempts to compile. Any ideas would be greatly appreciated. d. -- To unsubscribe, e-mail: For additional commands, e-mail: