Hi, 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.
Regards, Scott -----Original Message----- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 8:49 PM To: Ant Users List Subject: Re: JDK 1.4 --- Scott Coleman <[EMAIL PROTECTED]> wrote: > I wish to use ant to compile jdk1.4 source code with asserts enabled. Do > i need to extend ant to support this, because i cannot not see any > options for the javac task. What version of Ant are you running? Support for the -source flag was added on 9/14 (DefaultCompilerAdapter.java, rev 1.6.2.3), so it should be available as of the 1.4.1 release. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
