Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 49676 invoked from network); 1 Feb 2001 09:59:00 -0000 Received: from dnai-216-15-97-206.cust.dnai.com (HELO betaversion.org) (216.15.97.206) by h31.sny.collab.net with SMTP; 1 Feb 2001 09:59:00 -0000 Received: from nagoya-a.betaversion.org ([204.160.241.225]) by betaversion.org (8.9.3+Sun/8.9.3) with ESMTP id CAA25038; Thu, 1 Feb 2001 02:02:29 -0800 (PST) Received: (from nobody@localhost) by nagoya-a.betaversion.org (8.9.3+Sun/8.9.3) id BAA08681; Thu, 1 Feb 2001 01:47:08 -0800 (PST) Date: Thu, 1 Feb 2001 01:47:08 -0800 (PST) Message-Id: <200102010947.BAA08681@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org, marvin.greenberg@acm.org Cc: bugzilla@apache.org Subject: [Bug 379] New - Need WARNING Logging level, logging enhancements BugRat Report#669 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=379 *** shadow/379 Thu Feb 1 01:47:08 2001 --- shadow/379.tmp.8678 Thu Feb 1 01:47:08 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | Need WARNING Logging level, logging enhancements BugRat Report#669 | + +----------------------------------------------------------------------------+ + | Bug #: 379 Product: Ant | + | Status: UNCONFIRMED Version: 1.2 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Main | + +----------------------------------------------------------------------------+ + | Assigned To: ant-dev@jakarta.apache.org | + | Reported By: marvin.greenberg@acm.org | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Many things should be able to generate warnings, such as + empty filesets and other things where the Task to be performed doesn't make sense. + + In general with Ant so far, I want more control over build messages than I am being provided. Some level should show + every task executed with its attributes, and tasks should have a standard for reporting something when they don't do anything (probably as a warning).