Return-Path: X-Original-To: apmail-gump-general-archive@www.apache.org Delivered-To: apmail-gump-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68806E1F8 for ; Fri, 21 Dec 2012 12:46:32 +0000 (UTC) Received: (qmail 45903 invoked by uid 500); 21 Dec 2012 12:46:32 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 45822 invoked by uid 500); 21 Dec 2012 12:46:31 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 45792 invoked by uid 99); 21 Dec 2012 12:46:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 12:46:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.111.4.28] (HELO out4-smtp.messagingengine.com) (66.111.4.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 12:46:24 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 539B82081A for ; Fri, 21 Dec 2012 07:46:03 -0500 (EST) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 21 Dec 2012 07:46:03 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :mime-version:content-type; s=smtpout; bh=y22kb5Z1atFTtJQdskM7Fd u5+Bo=; b=iswI+OCvXROvi02Y2IgYhLS6JV8o/3ZhcsmnuWZ8o1BZSDS67KRLRI UJGEEmlMfRQQau2unQaSE+KE0sCBRp5e7ripM/+zUuzbCHfqP5CEdeU6+CtfsZ3J MG9ZMAa4wx+KsK+c4wldn8iZ0xnpkb0gDV0HOLS/ZKv0FXfvPFhYg= X-Sasl-enc: dEXTZ2R4kDYIFhzlOgBBE8+K2XSZwZ8DEQPmsufr+PIG 1356093962 Received: from localhost (unknown [123.51.12.35]) by mail.messagingengine.com (Postfix) with ESMTPA id 8B1FA48265A for ; Fri, 21 Dec 2012 07:46:02 -0500 (EST) Date: Fri, 21 Dec 2012 23:45:59 +1100 From: David Crossley To: general@gump.apache.org Subject: help with "forrest-test" gump run Message-ID: <20121221124559.GB39682@igg.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Checked: Checked by ClamAV on apache.org Help please with working out why the "forrest-test" run of Gump is broken. http://vmgump.apache.org/gump/public/forrest/forrest-test/ In a local build, this works fine (cd main; ./build.sh test -v). However, with the Gump run, it skips over a certain step which causes later things to fail. In the Project build output, search for Ant target "fetch-local-unversioned-plugin". (The run is in verbose mode.) At this target, after that "echo" it is supposed to be then doing the target "get-local" via an "antcallback" [1] around line # 70. This is coming from the "fetch-plugin" target via a sequential "antfetch" [2] around line # 349. [1] https://svn.apache.org/repos/asf/forrest/trunk/main/var/pluginlist2fetch.xsl [2] https://svn.apache.org/repos/asf/forrest/trunk/main/targets/plugins.xml That all works properly at the local build. However running via Gump, it completely misses that "get-local" target, with no error message. Can anyone see what is wrong for Gump please? FOR-1235 -David --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org