# Compile
> compileIgnoreErrors

# Check that the compile errors are successfully mapped from the generated Scala back to the original source

# view errors
> checkLogContains app/views/index.scala.html:3
> checkLogContains not found: value foo
> checkLogContains Foo: @foo.bar

# route errors
> checkLogContains conf/routes:3
> checkLogContains type Foo is not a member of package controllers
> checkLogContains GET / controllers.Foo.index