Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from IDE:
- Information:09/03/15 3:33 AM - Compilation completed with 1 error and 0 warnings in 1 sec
- /home/thufir/IdeaProjects/groovy/src/hi.groovy
- Error:(3, 9) Groovyc: unexpected token: @
- from CLI:
- thufir@doge:~$
- thufir@doge:~$ groovy IdeaProjects/groovy/src/hi.groovy
- org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
- /home/thufir/IdeaProjects/groovy/src/hi.groovy: 3: unexpected token: @ @ line 3, column 9.
- @Grab(group = 'org.apache.activemq', module = 'activemq-all', version = '5.9.0')
- ^
- 1 error
- thufir@doge:~$
Advertisement
Add Comment
Please, Sign In to add comment