You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when it fails, press retry. It will succeed, whether you fixed the error or not, because SBT forgets it was performing a "reload return" and will retry loading the subproject (with success).
Example transcript:
> reload plugins
[info] Loading project definition from /Users/pgiarrusso/Documents/Research/PhD/Teaching/SLE2013/public-material-repo/lectures/sbt-sample/project
> reload return
[info] Loading project definition from /Users/pgiarrusso/Documents/Research/PhD/Teaching/SLE2013/public-material-repo/lectures/sbt-sample/project
/Users/pgiarrusso/Documents/Research/PhD/Teaching/SLE2013/public-material-repo/lectures/sbt-sample/build.sbt:34: error: illegal start of simple expression
*/
^
[error] Error parsing expression. Ensure that there are no blank lines within a setting.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? r
[info] Loading project definition from /Users/pgiarrusso/Documents/Research/PhD/Teaching/SLE2013/public-material-repo/lectures/sbt-sample/project
>
The text was updated successfully, but these errors were encountered:
To reproduce:
reload plugins
reload return
retry
. It will succeed, whether you fixed the error or not, because SBT forgets it was performing a "reload return" and will retry loading the subproject (with success).Example transcript:
The text was updated successfully, but these errors were encountered: