Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 76728 invoked from network); 15 May 2003 16:29:29 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 May 2003 16:29:29 -0000 Received: (qmail 5462 invoked by uid 50); 15 May 2003 16:31:38 -0000 Date: 15 May 2003 16:31:38 -0000 Message-ID: <20030515163138.5461.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 19959] New: - Selecting loggers & listeners in build file 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=19959 Selecting loggers & listeners in build file Summary: Selecting loggers & listeners in build file Product: Ant Version: 1.5.3 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Core AssignedTo: dev@ant.apache.org ReportedBy: karsten.silz@epost.de I use the IDE Oracle JDeveloper 9.0.3.1 with Ant as the build system. In JDeveloper, Ant command line parameters are passed in through the project settings which are stored in a file that is in CVS. Since JDeveloper doesn't honor ANT_ARGS, the only option to change loggers / listeners is through modifying the project file. And this means that the modified project file will not be automatically updated from the CVS server. So whenever we change the project file (which contains some frequently changing parameters) we send out an email to everybody to do a clean update of the project file and possibly reapplying the logger / listener to the updated project file. That's a bit inconvenient. It would be nice if one could set the logger through properties or a special target.