Created
July 5, 2010 07:15
-
-
Save oyvindio/464099 to your computer and use it in GitHub Desktop.
Omgz, Scala no worky!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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