Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 53651 invoked from network); 10 May 2000 13:37:44 -0000 Received: from mail.amadeus.net (195.27.162.100) by locus.apache.org with SMTP; 10 May 2000 13:37:44 -0000 Received: from mta.amadeus.net ([195.27.162.68]) by mail.amadeus.net (8.9.3/8.9.1) with SMTP id PAA08201 for ; Wed, 10 May 2000 15:42:03 +0200 (MET DST) Received: by mta.amadeus.net(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 412568DB.00504E9F ; Wed, 10 May 2000 15:37:10 +0100 X-Lotus-FromDomain: AMAWORLD@AMAINT_MUC From: emountain@amadeus.net To: tomcat-user@jakarta.apache.org Message-ID: <412568DB.00504C8F.00@mta.amadeus.net> Date: Wed, 10 May 2000 15:36:18 +0100 Subject: Re: JDK 1.3: Ant not producing .class files Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Add to your build.xml project. Ant assumes modern compile with JDK 1.3, the modern compile method does nothing currently, so you have to force "classic". Cheers, :E From: "Michael P. McCutcheon" on 10/05/2000 01:28 PM GMT Please respond to tomcat-user@jakarta.apache.org |---------> | | |---------> >---------------------------------------------------------------------------> | | >---------------------------------------------------------------------------> >-------------------------------------------| | | >-------------------------------------------| |---------> |To: | |---------> >---------------------------------------------------------------------------> |tomcat-user@jakarta.apache.org | >---------------------------------------------------------------------------> >-------------------------------------------| | | | | >-------------------------------------------| |---------> |cc: | |---------> >---------------------------------------------------------------------------> | (bcc: Eric Mountain/NCE/AMADEUS) | >---------------------------------------------------------------------------> >-------------------------------------------| | | | | >-------------------------------------------| |---------> | | |---------> >---------------------------------------------------------------------------> | | >---------------------------------------------------------------------------> >-------------------------------------------| | | >-------------------------------------------| |---------> |Subject: | |---------> >---------------------------------------------------------------------------> |JDK 1.3: Ant not producing .class files | >---------------------------------------------------------------------------> >-------------------------------------------| | | >-------------------------------------------| I have some build.xml files that I have been using with JDK 1.2.2 on Win2000. When I switched to the new JDK 1.3, ant still runs my build.xml file, and the output says that all is well. However, it won't generate any .class files. It does not produce any errors when it gets to the compile phase, but it goes through it almost instantly, like it isn't actually compiling. Anyone know what this could be? Are there any known problems with the JDK 1.3 and Ant? Mike -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org