You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a simple pipeline with a stage called "hello" and I saved the whole thing in a file called hello.pipeline.
This gave me an error about assigning to the variable called hello:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/vlsci/VLSCI/bjpop/code/bpipe-0.2/test/hello.pipeline: 1: you tried to assign a value to the class 'hello'. Do you have a script with this name?
@ line 1, column 1.
hello = {
^
From bjp...@unimelb.edu.au on 2012-02-07T17:42:09Z
I had a simple pipeline with a stage called "hello" and I saved the whole thing in a file called hello.pipeline.
This gave me an error about assigning to the variable called hello:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/vlsci/VLSCI/bjpop/code/bpipe-0.2/test/hello.pipeline: 1: you tried to assign a value to the class 'hello'. Do you have a script with this name?
@ line 1, column 1.
hello = {
^
1 error
Original issue: http://code.google.com/p/bpipe/issues/detail?id=9
The text was updated successfully, but these errors were encountered: