Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 27360 invoked from network); 1 Sep 2004 17:33:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Sep 2004 17:33:34 -0000 Received: (qmail 57959 invoked by uid 500); 1 Sep 2004 17:33:30 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 57882 invoked by uid 500); 1 Sep 2004 17:33:30 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 57869 invoked by uid 500); 1 Sep 2004 17:33:30 -0000 Received: (qmail 57866 invoked by uid 99); 1 Sep 2004 17:33:30 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 01 Sep 2004 10:33:30 -0700 Received: (qmail 27314 invoked by uid 1431); 1 Sep 2004 17:33:28 -0000 Date: 1 Sep 2004 17:33:28 -0000 Message-ID: <20040901173328.27313.qmail@minotaur.apache.org> From: dion@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant AntTag.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dion 2004/09/01 10:33:28 Modified: jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant AntTag.java Log: Empty catch Revision Changes Path 1.31 +1 -0 jakarta-commons/jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java Index: AntTag.java =================================================================== RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- AntTag.java 1 Sep 2004 17:30:59 -0000 1.30 +++ AntTag.java 1 Sep 2004 17:33:28 -0000 1.31 @@ -217,6 +217,7 @@ PropertyUtils.setProperty( nested, "name", tagName ); } catch (Exception e) { + log.warn( "Caught exception setting nested name: " + tagName, e ); } // now lets invoke the body --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org