Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created July 5, 2010 07:15
Show Gist options
  • Select an option

  • Save oyvindio/464099 to your computer and use it in GitHub Desktop.

Select an option

Save oyvindio/464099 to your computer and use it in GitHub Desktop.
Omgz, Scala no worky!
oyvindio@shredder ~/tmp/gh/grouphugs (scala) $ buildr clean compile package
(in /home/oyvindio/tmp/gh/grouphugs, development)
Cleaning gh
Compiling gh
Compiling gh into /home/oyvindio/tmp/gh/grouphugs/target/classes
/home/oyvindio/tmp/gh/grouphugs/src/main/scala/no/kvikshaug/gh/modules/TrackingXMLParser.scala:92: error: block must end in result expression, not in definition
} catch {
^
/home/oyvindio/tmp/gh/grouphugs/src/main/scala/no/kvikshaug/gh/modules/TrackingXMLParser.scala:122: error: block must end in result expression, not in definition
} catch {
^
two errors found
Buildr aborted!
RuntimeError : Failed to compile, see errors above
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment