-
Notifications
You must be signed in to change notification settings - Fork 58
Executing vaadinRun on project subProjectX fails with Project ':subProjectX' not found in project ':subProjectX'. #524
Comments
A workaround for the gradle plugin beeing unable to run the war, was to use the vaadin gradle plugin to create the war and then the maven jetty plugin to run it. The pom.xml and the gradle task definition are provided below. Gradle Task
pom.xml
|
I believe I have the same problem with the If I try to run
However, if I add those as a dependency for the
I can do a If it helps to solve this issue, I can provide a link to the project having this problem for easy review. I'm using Gradle 5.5.1 but went back several versions (down to 5.0), just in case, and the problem persists. |
I have a multi-project gradle project in Eclipse.
The project basic consists of a parent project 'ParentProject' and several sub projects.
The only project with subprojects is 'ParentProject', so no subproject has a subproject.
When executing the 'war' task 'subprojectX' is build OK and when deployed it runs OK.
However trying to run it with 'VaadinRun' fails throwing the following error :
The build.gradle of subProjectX is the following:
I am using the following versions:
Is it possible that since war can run OK that this is somehow related with the plugin? Any advice would help. If more information are needed feel free to ask.
Another information that might help: 'subProjectX' is not mentioned in any build.gradle file.
The text was updated successfully, but these errors were encountered: