Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 28097 invoked by uid 500); 14 Sep 2001 15:22:15 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 28088 invoked from network); 14 Sep 2001 15:22:15 -0000 Date: 14 Sep 2001 15:22:17 -0000 Message-ID: <20010914152217.2832.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 3045] - Javac needs assert enabler for JDK1.4 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3045 bodewig@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From bodewig@apache.org 2001-09-14 08:22 ------- I have just committed a task with a new attribute "source" that takes care of this - this should be reusable when a javac 1.5 needs to enable genercis support or whatever. It is in the CVS branch for Ant 1.4.1 I have no idea what you mean by tasks that rely on javac like javadoc or junit. Neither of both uses javac AFAIK and I couldn't find any reference to assertions in the tooldocs for javadoc.