Return-Path: Delivered-To: apmail-builds-archive@minotaur.apache.org Received: (qmail 62215 invoked from network); 8 Jan 2010 13:59:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 13:59:35 -0000 Received: (qmail 26666 invoked by uid 500); 8 Jan 2010 13:59:35 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 26609 invoked by uid 500); 8 Jan 2010 13:59:35 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 26599 invoked by uid 99); 8 Jan 2010 13:59:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 13:59:35 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.17.9] (HELO moutng.kundenserver.de) (212.227.17.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 13:59:26 +0000 Received: from JanPC (dsdf-5d82e3d9.pool.mediaWays.net [93.130.227.217]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MCfaM-1NbSYs3P3S-008uW1; Fri, 08 Jan 2010 14:59:05 +0100 From: =?iso-8859-1?Q?Jan_Mat=E8rne?= To: Subject: Problem with matrix build Date: Fri, 8 Jan 2010 14:59:09 +0100 Message-ID: <003201ca906a$c0962940$41c27bc0$@de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcqQasA1xvCLoddNTniZ/nf3RPdUVQ== Content-Language: de X-Provags-ID: V01U2FsdGVkX1+tizVKwNMQr10IBd+5AGrVJ7nXeVmnOeXDG9H mdzxRwENqRMETpWG7Md44frhJkQJQzHjKkYMow9Q5auuXoe5r5 PWXzhkTjLK+IjwBDvAtJQ== X-Virus-Checked: Checked by ClamAV on apache.org I have set up a matrix build, but I always get an exception. It seems that it is a failure in Hudson. http://hudson.zones.apache.org/hudson/job/Ant_Build/4/console org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, Script1.groovy: 1: expecting '}', found '32' @ line 1, column 57. 1 error at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java: 296) at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java :143) at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:113) at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:125) at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:353) at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserP lugin.java:92) at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java: 59) at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:249) at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:160) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUn it.java:801) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:466 ) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:281) at groovy.lang.GroovyShell.parseClass(GroovyShell.java:590) at groovy.lang.GroovyShell.parse(GroovyShell.java:602) at groovy.lang.GroovyShell.parse(GroovyShell.java:582) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:560) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:536) at hudson.matrix.Combination.evalGroovyExpression(Combination.java:121) at hudson.matrix.MatrixBuild$RunnerImpl.doRun(MatrixBuild.java:195) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417) at hudson.model.Run.run(Run.java:1179) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:149) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) at hudson.model.OneOffExecutor.run(OneOffExecutor.java:60) Any ideas? I want to have some feedback from the "users" before I write a mail to the Hudson-list so I can eliminate user errors ... Jan