From dev-return-68967-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Mon Sep 19 15:16:29 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 21733 invoked from network); 19 Sep 2005 15:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 15:16:23 -0000 Received: (qmail 78264 invoked by uid 500); 19 Sep 2005 15:16:20 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 78219 invoked by uid 500); 19 Sep 2005 15:16:19 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 78206 invoked by uid 99); 19 Sep 2005 15:16:19 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2005 08:16:18 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 5FED3125; Mon, 19 Sep 2005 17:16:15 +0200 (CEST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 36712] - Sql task fails even when onerror=continue when sql login fails X-Bugzilla-Reason: AssignedTo Message-Id: <20050919151615.5FED3125@ajax.apache.org> Date: Mon, 19 Sep 2005 17:16:15 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.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://issues.apache.org/bugzilla/show_bug.cgi?id=36712 ------- Additional Comments From Lothsahn@yahoo.com 2005-09-19 17:16 ------- (In reply to comment #0) > The ant sql task fails in 1.6.5 even when onerror=false when the sql login fails. > > If the login to the sql server fails, the build will fail. However, the sql > statements failing does work properly (the build continues). > > > CreateUser.sqlserver: > [copy] Copying 1 file to C:\work\V5intg\temp > > BUILD FAILED > C:\work\V5intg\workforce\buildtools\build.xml:3863: java.sql.SQLException: Login > failed for user 'xxxxxx'. > > Total time: 3 seconds Sorry--I meant onerror="continue" The ant task is shown below: -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org