Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 77676 invoked from network); 1 Mar 2003 16:31:49 -0000 Received: from pimout2-ext.prodigy.net (207.115.63.101) by daedalus.apache.org with SMTP; 1 Mar 2003 16:31:49 -0000 Received: from sandbox (adsl-64-172-253-211.dsl.sndg02.pacbell.net [64.172.253.211]) by pimout2-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with SMTP id h21GVp2l099684 for ; Sat, 1 Mar 2003 11:31:51 -0500 Message-ID: <002b01c2e010$02510d40$d3fdac40@sandbox> From: "Rod Macpherson" To: Subject: HOW-TO Enable Asserts Date: Sat, 1 Mar 2003 08:31:27 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am using the source="1.4" option in the javac task but where does the -ea switch go? Compiling code with asserts is a nice step first step but how does one use the various assert options available in javac, most notably enabling them?