Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 89075 invoked from network); 18 Jul 2002 13:33:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Jul 2002 13:33:31 -0000 Received: (qmail 25952 invoked by uid 97); 18 Jul 2002 13:33:39 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 25931 invoked by uid 97); 18 Jul 2002 13:33:38 -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 25908 invoked by uid 98); 18 Jul 2002 13:33:37 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: Mark Prins To: "Ant Users List (E-mail)" Subject: off topic: turning off strictfp checking Date: Thu, 18 Jul 2002 15:23:40 +0200 Deferred-Delivery: Thu, 18 Jul 2002 15:28:00 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C22E5E.54EF2F00" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C22E5E.54EF2F00 Content-Type: text/plain; charset="UTF-8" Hi, Is there any way i can turn off strictfp checking in the Sun compiler (1.3.1_02 / WIN2K)? I know I can do this using Oracle's compiler ocj. I have a project that has a JDK 1.1 compliant applet and somewhere there is a compiler complaint that I can't use abstract and strictfp together; but neither this class nor the superclass have any mention of strictfp... I can't get around some arithmetic with double *** Ant started... compile.applet: init: compile: [echo] compiling applet [javac] Compiling 46 source files to C:\_PROJECTS\FusionAuthor\classes [javac] C:\_PROJECTS\FusionAuthor\src\com\caris\author\client\geom\MapFeature.java:3 5: illegal combination of modifiers: abstract and strictfp [javac] public abstract class MapFeature implements SpatialFeature { [javac] ^ blahblah BUILD FAILED C:\_PROJECTS\FusionAuthor\applet_build.xml:41: Compile failed, messages should have been provided. *** Ant finished. - Mark C. Prins Spatial Fusion Specialist ______________________________________________________ CARIS Geographic Informations Systems BV CARIS BV Support: support@caris.nl CARIS BV Marketing/Sales: sales@caris.nl tel. +31413296010 fax. +31413296012 WWW Marine: http://www.caris.nl WWW Spatial Components : http://www.spatialcomponents.com Mgr. van Oorschotstraat 13, 5473 AX Heeswijk PO.box 47, 5473 ZG HEESWIJK-DINTHER the Netherlands ________________________________________ Join us for CARIS 2002 Revolutionizing Geomatics in Norfolk, Virginia from September 3rd - 6th. Email caris2002@caris.com for full details. ______________________________________________________ ------_=_NextPart_001_01C22E5E.54EF2F00--