scala-mojo-support icon indicating copy to clipboard operation
scala-mojo-support copied to clipboard

Spams lots of bogus "type/symbol/whatever not found" errors

Open argv-minus-one opened this issue 11 years ago • 1 comments

When compiling a Scala mojo, a bunch of bogus error messages are printed concerning missing classes and whatnot. For instance:

<some source file>:3: error: object MojoExecutionException is not a member of package org.apache.maven.plugin
import org.apache.maven.plugin.{MojoExecutionException, MojoFailureException, AbstractMojo}
       ^

This doesn't fail the build and doesn't seem to have any harmful effect beyond the annoyance and confusion of seeing these messages, however.

argv-minus-one avatar Apr 02 '13 06:04 argv-minus-one