redhat-developer / redhat-developer/vscode-java
Adding Dependency on another project
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
I really love this extension and vscode is my favorite. Recently I wanted to move my java development to vscode.
I have a workspace which has two projects in java which I want to configure to run in vscode. One is dynamic webproject and other is normal java project. I have done a maven setup to include the java project as dependency into dynamic project. This setup works well in eclipse, however vscode is unable to add my java dependency into dynamic web project. Is there a way to do it like add something similar to deployment assembly or add project into my dynamic web project.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Maven workspace described: a dynamic web project depending on a separate Java project, and compare its behavior in Eclipse and VS Code. Investigate how the extension discovers project dependencies; done means the dependency is recognized and usable in the dynamic web project without manual deployment assembly configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, vscode
- Domain
- build-system, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100