Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 36677 invoked from network); 13 Jul 2005 08:33:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2005 08:33:08 -0000 Received: (qmail 97411 invoked by uid 500); 13 Jul 2005 08:33:08 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 97337 invoked by uid 500); 13 Jul 2005 08:33:07 -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 97311 invoked by uid 99); 13 Jul 2005 08:33:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 01:33:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.49.223.165] (HELO chandler.sharp.fm) (64.49.223.165) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 01:33:04 -0700 Received: by chandler.sharp.fm (Postfix, from userid 48) id 68C07930BF4; Wed, 13 Jul 2005 03:33:04 -0500 (CDT) Received: from 196.8.104.37 (SquirrelMail authenticated user minfrin@sharp.fm); by www.sharp.fm with HTTP; Wed, 13 Jul 2005 10:33:04 +0200 (SAST) Message-ID: <10453.196.8.104.37.1121243584.squirrel@www.sharp.fm> Date: Wed, 13 Jul 2005 10:33:04 +0200 (SAST) Subject: latest gump fails: "Indentation error" From: "Graham Leggett" To: general@gump.apache.org User-Agent: SquirrelMail/1.4.3a-9.EL4 X-Mailer: SquirrelMail/1.4.3a-9.EL4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, After doing an svn update on my gump directory, gump now bombs out with an "indentation error" like so: Execute : /udd001/hoops/usr/bin/python2.3 bin/integrate.py -w /udd001/hoops/gump/metadata/fodev01.xml -d --official all >out.txt 2>&1 Traceback (most recent call last): File "bin/integrate.py", line 40, in ? from gump.core.runner.runner import getRunner File "/udd001/hoops/gump/python/gump/core/runner/runner.py", line 22, in ? from gump.core.build.builder import * File "/udd001/hoops/gump/python/gump/core/build/builder.py", line 51, in ? from gump.core.build.maven import MavenBuilder File "/udd001/hoops/gump/python/gump/core/build/maven.py", line 191 except Exception, details: ^ IndentationError: unindent does not match any outer indentation level Process Exit Code : 1 -- Gump Version: 2.0.2-alpha-0003 Anyone know what this error means? Regards, Graham -- --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org