openai / openai/openai-java

Eclipse doesn't automatically attach sources due to JAR layout

Open
#447 7 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.