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 add maven dependency to sbt I get the error: [Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter.
Steps to Reproduce
Add maven dependency to sbt
sbt reload
sbt compile
Full output
[info] Reapplying settings... [info] set current project to ProjectName (in build file:/Users/username/Documents/ProjectDir/) [warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Global / dumpStructure [Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter. [error] stack trace is suppressed; run 'last update' for the full output [error] stack trace is suppressed; run 'last ssExtractDependencies' for the full output [error] (update) org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 326; The reference to entity "display" must end with the ';' delimiter. [error] (ssExtractDependencies) org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 326; The reference to entity "display" must end with the ';' delimiter. [error] Total time: 0 s, completed Mar 11, 2024, 11:45:13 AM [info] shutting down sbt server
Any recommendations appreciated
The text was updated successfully, but these errors were encountered:
Issue Summary
When add maven dependency to sbt I get the error:
[Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter.
Steps to Reproduce
Full output
[info] Reapplying settings... [info] set current project to ProjectName (in build file:/Users/username/Documents/ProjectDir/) [warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Global / dumpStructure [Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter. [error] stack trace is suppressed; run 'last update' for the full output [error] stack trace is suppressed; run 'last ssExtractDependencies' for the full output [error] (update) org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 326; The reference to entity "display" must end with the ';' delimiter. [error] (ssExtractDependencies) org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 326; The reference to entity "display" must end with the ';' delimiter. [error] Total time: 0 s, completed Mar 11, 2024, 11:45:13 AM [info] shutting down sbt server
Any recommendations appreciated
The text was updated successfully, but these errors were encountered: