Return-Path: X-Original-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7DDF8CB4 for ; Tue, 30 Aug 2011 18:15:55 +0000 (UTC) Received: (qmail 63270 invoked by uid 500); 30 Aug 2011 18:15:55 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 63210 invoked by uid 500); 30 Aug 2011 18:15:55 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 63202 invoked by uid 99); 30 Aug 2011 18:15:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 18:15:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 18:15:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9D99E238889B; Tue, 30 Aug 2011 18:15:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1163320 - /incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf Date: Tue, 30 Aug 2011 18:15:30 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110830181530.9D99E238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Tue Aug 30 18:15:30 2011 New Revision: 1163320 URL: http://svn.apache.org/viewvc?rev=1163320&view=rev Log: Fix script to not loop indefinitely Modified: incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf Modified: incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf?rev=1163320&r1=1163319&r2=1163320&view=diff ============================================================================== --- incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf (original) +++ incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf Tue Aug 30 18:15:30 2011 @@ -114,7 +114,7 @@ while true do if node.__type__ == "status" then set jobstatus = node.__value__; ; - index = index + 1; + set index = index + 1; ; if jobstatus == "" then