TomcatRun Error
Hello.
somehow I ended up with TomcatRun error:
Task 'tomcatRun' not found in root project 'bin'.
This file is truly missing from the folder, I never checked earlier if it was there (when it was still working).
Please sign in to leave a comment.
Is that a Gradle project? Can you start this task from the command line?
Yes, this is gradle project.
How to do it on command line?
It appears that your build.gradle file is missing the task you are trying to run (TomcatRun). Double check you have this task defined in this file.
See also https://docs.gradle.org/current/userguide/tutorial_gradle_command_line.html for the details how to run tasks from the command line to verify that they work properly before trying the same from IDEA.
Interestingly enough I had it working some time ago.
Than I had some problems with GIT versions and after opening my project again TomcatRun was missing.
I reinstalled the whole environment but it's still not there.