I tried the todolist play framework application from my documentation. But when I try to create an eclipse project using the eclipsify command, I get this error
play framework
eclipsify
[todolist] $ eclipsify [error] Not a valid command: eclipsify (similar: eclipse) [error] Expected '/' [error] Expected ':' [error] Not a valid key: eclipsify [error] eclipsify [error] ^
What could be wrong?
Now eclipse or idea , not eclipsify or idealize .
Add this snippet to the plugins.sbt file:
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
then use eclipse not eclipsify
Source: https://habr.com/ru/post/1496522/More articles:Java generics - a special case of extended and superuser - javaWhat does the second type indicated in the declaration of the template template name mean? - c ++when inserting a new file in google drive sdk There is no headRevisionId in the return object - google-drive-sdkInvalidCastException: EF crashes when inserting an object with multiple relationships - c #Conflict detection when uploading a document to Google Drive - androidto download untrusted certifcate in Chrome (Mac) - ssl-certificateMAC application crash on button click event - objective-cUsing the intention of sharing in a "liquid way", - androidParsing strings in C using strtok - cCommand to remove branches of a Clearcase element with versions "0" - clearcaseAll Articles