Skip to content

Instantly share code, notes, and snippets.

@jroper
Last active December 21, 2015 22:19
Show Gist options
  • Save jroper/6374383 to your computer and use it in GitHub Desktop.
Save jroper/6374383 to your computer and use it in GitHub Desktop.

Revisions

  1. jroper revised this gist Aug 29, 2013. 2 changed files with 10 additions and 4 deletions.
    7 changes: 5 additions & 2 deletions With Grzegorz's improvements
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,11 @@
    Initial clean compile of entire project:
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 15 s, completed Aug 28, 2013 9:43:38 PM
    Now simulate adding a method to a controller

    Now simulate adding a method to a controller:
    [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 2 s, completed Aug 28, 2013 9:43:40 PM
    Now simulate adding a new route to the routes file

    Now simulate adding a new route to the routes file:
    [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 5 s, completed Aug 28, 2013 9:43:45 PM
    7 changes: 5 additions & 2 deletions With SBT 0.12
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,13 @@
    Initial clean compile of entire project:
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 25 s, completed 29/08/2013 2:49:17 PM
    Now simulate adding a method to a controller

    Now simulate adding a method to a controller:
    [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 16 s, completed 29/08/2013 2:49:32 PM
    Now simulate adding a new route to the routes file

    Now simulate adding a new route to the routes file:
    [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 10 s, completed 29/08/2013 2:49:43 PM
  2. jroper created this gist Aug 29, 2013.
    8 changes: 8 additions & 0 deletions With Grzegorz's improvements
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 15 s, completed Aug 28, 2013 9:43:38 PM
    Now simulate adding a method to a controller
    [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 2 s, completed Aug 28, 2013 9:43:40 PM
    Now simulate adding a new route to the routes file
    [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 5 s, completed Aug 28, 2013 9:43:45 PM
    11 changes: 11 additions & 0 deletions With SBT 0.12
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 25 s, completed 29/08/2013 2:49:17 PM
    Now simulate adding a method to a controller
    [info] [info] Compiling 1 Scala source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 16 s, completed 29/08/2013 2:49:32 PM
    Now simulate adding a new route to the routes file
    [info] [info] Compiling 2 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [info] Compiling 29 Scala sources and 1 Java source to /tmp/inc-compile/target/scala-2.10/classes...
    [info] [success] Total time: 10 s, completed 29/08/2013 2:49:43 PM