Re: [ANNOUNCE] Groovy 2.5.5 Windows Installer Released

2018-12-24 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-5-windows

Please share on social media.

On Tue, Dec 25, 2018 at 2:24 AM Keegan Witt  wrote:

> The Windows installer for Groovy 2.5.5 is available from the usual place:
> https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.5-installer
> .
>
> -Keegan
>


[ANNOUNCE] Groovy 2.5.5 Windows Installer Released

2018-12-24 Thread Keegan Witt
The Windows installer for Groovy 2.5.5 is available from the usual place:
https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.5-installer
.

-Keegan


Re: [ANNOUNCE] Apache Groovy 2.5.5 released

2018-12-24 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-5-released

Please share on social media.

On Mon, Dec 24, 2018 at 5:09 PM Guillaume Laforge 
wrote:

> Congrats everyone!
>
> On Mon, Dec 24, 2018 at 5:14 AM Daniel.Sun  wrote:
>
>> Nice work, Paul.
>>
>> Cheers,
>> Daniel.Sun
>>
>>
>>
>>
>> -
>> Apache Groovy committer
>> Blog: http://blog.sunlan.me
>> Twitter: @daniel_sun
>>
>> --
>> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
>>
>
>
> --
> Guillaume Laforge
> Apache Groovy committer & PMC Vice-President
> Developer Advocate @ Google Cloud Platform
>
> Blog: http://glaforge.appspot.com/
> Twitter: @glaforge 
>


[no subject]

2018-12-24 Thread Paolo Di Tommaso
Dear all,

I'm the only one experiencing the following exception every time I'm modify
a source in the code base and then trying to run a test with IntelliJ?

The only way to make it work is to use the "rebuild" command which takes
quite a long.


Error:Groovyc: While compiling nextflow_main: BUG! exception in phase
'class generation' in source unit '/Users/.../ProcessFactory.groovy' JVM
class can't be loaded for nextflow.executor.Executor
at
org.codehaus.groovy.ast.decompiled.AsmReferenceResolver.resolveJvmClass(AsmReferenceResolver.java:88)
at
org.codehaus.groovy.ast.decompiled.DecompiledClassNode.getTypeClass(DecompiledClassNode.java:176)
at org.codehaus.groovy.ast.ClassNode.getTypeClass(ClassNode.java:1359)
at
org.codehaus.groovy.classgen.asm.BytecodeHelper.getClassInternalName(BytecodeHelper.java:63)
at
org.codehaus.groovy.classgen.asm.BinaryExpressionHelper.evaluateInstanceof(BinaryExpressionHelper.java:644)
at
org.codehaus.groovy.classgen.asm.BinaryExpressionHelper.eval(BinaryExpressionHelper.java:275)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitBinaryExpression(AsmClassGenerator.java:707)
at
org.codehaus.groovy.ast.expr.BinaryExpression.visit(BinaryExpression.java:51)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitBooleanExpression(AsmClassGenerator.java:829)
at
org.codehaus.groovy.ast.expr.BooleanExpression.visit(BooleanExpression.java:42)
at
org.codehaus.groovy.classgen.asm.StatementWriter.writeIfElse(StatementWriter.java:292)
at
org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.writeIfElse(OptimizingStatementWriter.java:323)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitIfElse(AsmClassGenerator.java:651)
at org.codehaus.groovy.ast.stmt.IfStatement.visit(IfStatement.java:43)
at
org.codehaus.groovy.classgen.asm.StatementWriter.writeBlockStatement(StatementWriter.java:93)
at
org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.writeBlockStatement(OptimizingStatementWriter.java:205)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitBlockStatement(AsmClassGenerator.java:635)
at org.codehaus.groovy.ast.stmt.BlockStatement.visit(BlockStatement.java:71)
at
org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitClassCodeContainer(ClassCodeVisitorSupport.java:110)
at
org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitConstructorOrMethod(ClassCodeVisitorSupport.java:121)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitStdMethod(AsmClassGenerator.java:495)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitConstructorOrMethod(AsmClassGenerator.java:431)
at
org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitMethod(ClassCodeVisitorSupport.java:132)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitMethod(AsmClassGenerator.java:576)
at org.codehaus.groovy.ast.ClassNode.visitContents(ClassNode.java:1103)
at
org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitClass(ClassCodeVisitorSupport.java:54)
at
org.codehaus.groovy.classgen.AsmClassGenerator.visitClass(AsmClassGenerator.java:269)
at
org.codehaus.groovy.control.CompilationUnit$18.call(CompilationUnit.java:858)
at
org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1095)
at
org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:649)
at
org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:627)
at
org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:604)
at
org.jetbrains.groovy.compiler.rt.GroovyCompilerWrapper.compile(GroovyCompilerWrapper.java:62)
at
org.jetbrains.groovy.compiler.rt.DependentGroovycRunner.runGroovyc(DependentGroovycRunner.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.jetbrains.groovy.compiler.rt.GroovycRunner.intMain2(GroovycRunner.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.jetbrains.jps.incremental.groovy.InProcessGroovyc.runGroovycInThisProcess(InProcessGroovyc.java:160)
at
org.jetbrains.jps.incremental.groovy.InProcessGroovyc.lambda$runGroovyc$0(InProcessGroovyc.java:89)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException:
nextflow.processor.TaskProcessor
at
org.jetbrains.groovy.compiler.rt.ClassDependencyLoader.loadClassDependencies(ClassDependencyLoader.java:106)
at

Re: [ANNOUNCE] Apache Groovy 2.5.5 released

2018-12-24 Thread Guillaume Laforge
Congrats everyone!

On Mon, Dec 24, 2018 at 5:14 AM Daniel.Sun  wrote:

> Nice work, Paul.
>
> Cheers,
> Daniel.Sun
>
>
>
>
> -
> Apache Groovy committer
> Blog: http://blog.sunlan.me
> Twitter: @daniel_sun
>
> --
> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
>


-- 
Guillaume Laforge
Apache Groovy committer & PMC Vice-President
Developer Advocate @ Google Cloud Platform

Blog: http://glaforge.appspot.com/
Twitter: @glaforge