-
Notifications
You must be signed in to change notification settings - Fork 865
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
Adding JavaFX sources to Ant Library #7888
Comments
trashgod
added
kind:bug
Bug report or fix
needs:triage
Requires attention from one of the committers
labels
Oct 18, 2024
Issue confirmed with |
matthiasblaesing
added
JavaFX
[ci] enable JavaFX job
and removed
needs:triage
Requires attention from one of the committers
labels
Nov 1, 2024
matthiasblaesing
added a commit
to matthiasblaesing/netbeans
that referenced
this issue
Nov 1, 2024
The OpenJFX SDK and OpenJDK itself provide src.zip files, where the source is not located at the toplevel directory, but an intermediate level with one folder per module is used. Closes: apache#7888
@trashgod could you please check whether #7932 fixes the issue for you? A nightly build is available from the Checkspage or directly. Thank you. |
@matthiasblaesing: Thank you for looking at this issue. Yes, #7932 works as expected, both
|
@trashgod thanks for testing! |
Lets reopen until the fix is merged to master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache NetBeans version
Apache NetBeans 23
What happened
Problem: After creating a Library for JavaFX as shown in JavaFX and NetBeans: Non-modular projects: IDE and adding
src.zip
to the "Sources" pane of the Ant Library Manager, navigating to a source file produces a disassembled listing, as fromjavap -c
, and the source is not available for debugging. A Maven project with downloaded sources works as expectedMitigation: Because the Add URL… button is disabled, editing the corresponding library XML manually to use a
jar URL
for each module, as shown here, restores the expected navigation and debugging functionality.Language / Project Type / NetBeans Component
Java with Ant Library, Java Application
How to reproduce
src.zip
file to the "Sources" pane of the Ant Library Manager for the Library created in the previous step.Did this work correctly in an earlier version?
No / Don't know
Operating System
MacOS Intel
JDK
java version "21.0.4" 2024-07-16 LTS
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
As Maven works correctly, Ant source access is a low priority issue that is easily mitigated.
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: