Created
December 12, 2011 20:05
-
-
Save dcsobral/1468858 to your computer and use it in GitHub Desktop.
aggregate error
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
| [error] /home/dcs/tmp/my-benchmark/project/Build.scala:16: no `: _*' annotation allowed here | |
| [error] (such annotations are only allowed in arguments to *-parameters) | |
| [error] lazy val root = Project("root", file(".")) settings(sources := Nil) aggregate(benchProjects: _*) | |
| [error] ^ | |
| [error] one error found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment