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).

0
4 comments

Is that a Gradle project? Can you start this task from the command line?

0
Avatar
Permanently deleted user

Yes, this is gradle project.
How to do it on command line?

0

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.

0
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.