Advertisement
pellekrogholt

Untitled

Jul 30th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [play211app] $ compile
  2. compile
  3. [info] Compiling 1 Scala source to /path/play211app/target/scala-2.10/classes...
  4. [info] Compiling 9 Scala sources and 1 Java source to /path/play211app/target/scala-2.10/classes...
  5. [warn] there were 3 feature warnings; re-run with -feature for details
  6. [warn] one warning found
  7. [success] Total time: 9 s, completed Jul 30, 2013 11:54:07 AM
  8.  
  9. [play211app] $ compile -feature
  10. compile -feature
  11. [error] Expected end of input.
  12. [error] compile -feature
  13. [error] ^
  14. [play211app] $ compile
  15. compile
  16. [success] Total time: 0 s, completed Jul 30, 2013 11:58:17 AM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement