Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 98598 invoked from network); 18 Sep 2009 08:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 08:50:43 -0000 Received: (qmail 56141 invoked by uid 500); 18 Sep 2009 08:50:43 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 56071 invoked by uid 500); 18 Sep 2009 08:50:42 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 56062 invoked by uid 99); 18 Sep 2009 08:50:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 08:50:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 08:50:41 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id F3D59234C1E7; Fri, 18 Sep 2009 01:50:20 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 47860] ftp task to provide feedback on succeeded/failed transfers X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Optional Tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mfrasca@zonnet.nl X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090918085020.F3D59234C1E7@brutus.apache.org> Date: Fri, 18 Sep 2009 01:50:20 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47860 --- Comment #2 from Mario Frasca 2009-09-18 01:50:19 PDT --- (In reply to comment #1) > Created an attachment (id=24288) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24288) [details] > the proposed patch > > actually, I did not test it yet, but this is the idea. tested now. it seems to do what I want, except for an obvious bug: before ignoring the first character of the String value, I should first check that the string is not empty! if (value.length()>0) value = value.substring(1); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.