thufir

Untitled

Mar 9th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. from IDE:
  2.  
  3. Information:09/03/15 3:33 AM - Compilation completed with 1 error and 0 warnings in 1 sec
  4. /home/thufir/IdeaProjects/groovy/src/hi.groovy
  5. Error:(3, 9) Groovyc: unexpected token: @
  6.  
  7.  
  8.  
  9. from CLI:
  10.  
  11.  
  12. thufir@doge:~$
  13. thufir@doge:~$ groovy IdeaProjects/groovy/src/hi.groovy
  14. org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
  15. /home/thufir/IdeaProjects/groovy/src/hi.groovy: 3: unexpected token: @ @ line 3, column 9.
  16. @Grab(group = 'org.apache.activemq', module = 'activemq-all', version = '5.9.0')
  17. ^
  18.  
  19. 1 error
  20.  
  21. thufir@doge:~$
Advertisement
Add Comment
Please, Sign In to add comment