Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 93292 invoked from network); 22 Sep 2008 11:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2008 11:16:08 -0000 Received: (qmail 87766 invoked by uid 500); 22 Sep 2008 11:16:03 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 87730 invoked by uid 500); 22 Sep 2008 11:16:02 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 87719 invoked by uid 99); 22 Sep 2008 11:16:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 04:16:02 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.100.105.134] (HELO mgw-mx09.nokia.com) (192.100.105.134) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 11:15:03 +0000 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx09.nokia.com (Switch-3.2.6/Switch-3.2.6) with ESMTP id m8MB8wQl009441 for ; Mon, 22 Sep 2008 06:09:15 -0500 Received: from vaebh102.NOE.Nokia.com ([10.160.244.23]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Sep 2008 14:08:37 +0300 Received: from vaebe103.NOE.Nokia.com ([10.160.244.58]) by vaebh102.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Sep 2008 14:08:37 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: is broken with Jython in 1.7.1 Date: Mon, 22 Sep 2008 14:08:22 +0300 Message-ID: In-Reply-To: <165e39250809191344x15b1728dq69262f3499455ae7@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: is broken with Jython in 1.7.1 Thread-Index: AckamKpRGVWVDmxQSeCAo3ndjKSLnACCdcUw References: <165e39250809190729i5d8ebce2s11f093a20cc1d66e@mail.gmail.com> <613969.71355.qm@web55103.mail.re4.yahoo.com> <165e39250809191344x15b1728dq69262f3499455ae7@mail.gmail.com> From: To: X-OriginalArrivalTime: 22 Sep 2008 11:08:37.0712 (UTC) FILETIME=[8FF38D00:01C91CA3] X-Nokia-AV: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am getting this with error with 1.7.1 and not with 1.7.0. Calling just self.xxx doesn't cause problems. There was a similar issue, I've included below. SyntaxError: ('invalid syntax', ('', 2, 13, "errorsTotal =3D project.getPr operty('build.errors.total')")) errorsTotal =3D project.getProperty('build.errors.total') self.setValue(True) Thanks List: ant-dev Subject: is broken with Jython in the recent trunk builds From: "Alexey N. Solofnenko" Date: 2007-07-30 23:08:30 Message-ID: 46AE6F6E.3000700 () mdl ! com [Download message RAW] Recent trunk ANT fails in my builds because does=20 something with the script that Jython cannot digest (new lines?). =20 and the output is: Buildfile: test.xml [script] test BUILD FAILED C:\tmp\test.xml:6: Traceback (innermost last): (no code object) at line 0 SyntaxError: ('invalid syntax', ('', 1, 8, ' # test')) Total time: 0 seconds - Alexey. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org