Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 88623 invoked from network); 19 Dec 2001 16:18:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Dec 2001 16:18:53 -0000 Received: (qmail 14094 invoked by uid 97); 19 Dec 2001 16:11:49 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 13566 invoked by uid 97); 19 Dec 2001 16:11:14 -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 13128 invoked from network); 19 Dec 2001 16:10:43 -0000 Message-ID: <20011219155556.46289.qmail@web13404.mail.yahoo.com> Date: Wed, 19 Dec 2001 07:55:56 -0800 (PST) From: Diane Holt Subject: RE: JDK 1.4 To: Ant Users List In-Reply-To: <6F5EA1186F39D411809C001083F9ADF00133FB01@budvar.soltima.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --- Scott Coleman wrote: > I have seen that the source option is supported, but I have not seen any > support for assert's. Therefore I just wished to confirm that asserts > are not supported and I would add the code for them. Well, I know nothing about Java assertions, other than what I found the other day on Sun's Java site, looking for an answer to your initial question. This is what I found that made me think was taken care of: In order for the javac bytecode compiler to accept code containing assertions, you must use the -source 1.4 command-line option as in this example: javac -source 1.4 MyClass.java Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: