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