-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVT:Multi module gradle projects are not importing as gradle projects in eclipse #472
Comments
This is not a function of Liberty Tools Eclipse per se, but let's park this issue here for us to investigate. We ideally should be able to advise our users on how to resolve this issue. |
Hmm..just taking another look at this. I was surprised originally that there was only 1 Eclipse project for the top level Gradle project and none for all the nested Gradle projects. But..that said.. the Gradle Tasks view still gives a nice UI around executing tasks in each of the child projects. Besides this being unexpected what exactly does this prevent us from doing that we wanted to do in a case like this? |
After debugging this issue looks like one of the gradle task
The
When one of the task is failed in one of child gradle project then we should not fail to import parent gradle projects in multi gradle projects application. |
@jagraj thx for the update. Let me just ask.. when you see this:
Or are you just making a connection yourself btw. this particular failure and the thing that gets messed up on importing the project(s)? |
Yes, I see this failure when I import parent project which has all the multiple gradle modules. One of the module |
I have multi module gradle projects, when I try to import all the projects into my eclipse workspace, all the children projects are not recognized as gradle projects.
Here is the screenshot from the eclipse workspace. You can see the gradle icon on the parent project but not for any of the children projects.
The text was updated successfully, but these errors were encountered: