Eclipse doesn't automatically attach sources due to JAR layout
Open
Nobody has claimed this yet.
bug
sdk
upstream
- Dominant language
- Kotlin
- Stars
- 1.5k
- Forks
- 264
- Avg merge
- 9h 46m
- Merged PRs (30d)
- 96
Description
The current java sources layout looks like this:
root
-META-INF
-main
--com
---openai
But the layout needs to look like
root
-META-INF
-com
--openai
This is to support the automatic attachment of sources within IDEs like Eclipse.
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
Inspect how the project packages its Java sources JAR and compare the produced archive with the two layouts described in the issue. Verify that the package root places com/openai directly under the archive root, then test source attachment in Eclipse.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100