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
Complains "Cannot resolve symbol FindbugsReportType"
Solution
Show full working examples of what settings should look like in the build.sbt file instead of PARTIAL examples that are ambiguous
There seems to be a trend with everything SBT related to give ambiguous and incomplete information devoid of clear working examples.
Erics-MBP-2:pci-enclave eric.kolotyluk$ sbt findbugs
[warn] Executing in batch mode.
[warn] For better performance, hit [ENTER] to switch to interactive mode, or
[warn] consider launching sbt without any commands, or explicitly passing 'shell'
[info] Loading project definition from /Users/eric.kolotyluk/perforceRoot/nds/servers/projects/pci-enclave/project
/Users/eric.kolotyluk/perforceRoot/nds/servers/projects/pci-enclave/build.sbt:84: error: not found: value FindbugsReportType
findbugsReportType := Some(FindbugsReportType.FancyHtml)
^
[error] Type error in expression
The text was updated successfully, but these errors were encountered:
Expected vs Actual Behaviour
When I try to put
in
build.sbt
Instead it...
Complains "Cannot resolve symbol FindbugsReportType"
Solution
Show full working examples of what settings should look like in the build.sbt file instead of PARTIAL examples that are ambiguous
There seems to be a trend with everything SBT related to give ambiguous and incomplete information devoid of clear working examples.
Erics-MBP-2:pci-enclave eric.kolotyluk$ sbt findbugs
[warn] Executing in batch mode.
[warn] For better performance, hit [ENTER] to switch to interactive mode, or
[warn] consider launching sbt without any commands, or explicitly passing 'shell'
[info] Loading project definition from /Users/eric.kolotyluk/perforceRoot/nds/servers/projects/pci-enclave/project
/Users/eric.kolotyluk/perforceRoot/nds/servers/projects/pci-enclave/build.sbt:84: error: not found: value FindbugsReportType
findbugsReportType := Some(FindbugsReportType.FancyHtml)
^
[error] Type error in expression
The text was updated successfully, but these errors were encountered: