Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 6956 invoked by uid 500); 25 Jun 2003 17:00:16 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 6945 invoked from network); 25 Jun 2003 17:00:16 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Jun 2003 17:00:16 -0000 Received: (qmail 21290 invoked by uid 50); 25 Jun 2003 17:02:40 -0000 Date: 25 Jun 2003 17:02:40 -0000 Message-ID: <20030625170240.21289.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 21089] New: - RMIC Ant Task API has no way to get number of files compiled 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=21089 RMIC Ant Task API has no way to get number of files compiled Summary: RMIC Ant Task API has no way to get number of files compiled Product: Ant Version: 1.5 Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: parag.mehta@gs.com org.apache.tools.ant.taskdefs.Rmic getFileList or getCompileList always returns 0 because compileList is cleared before execute ends. There should be a way to get the number of files compiled (and even their names if possible) during a build process so that callers can know if the build is up-to-date or updated etc. Javac task has such a method javac.getFileList() which returns the correct value. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org