Modify ↓
#23811 closed defect (fixed)
[PATCH] ant jdeps task fix
| Reported by: | mfloryan | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 24.07 |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
Coming fresh to understand the codebase I wanted to use the ant jdeps task to see the dependencies of the main modules but that task has failed for me with the following warning:
[exec] Warning: Path does not exist: *.jar
When ant executes jdeps.
I found that explicitly providing the list of jar files fixes that problem and generates some images.
Attaching a patch for the build.xml file with the required changes.
Attachments (1)
Change History (3)
by , 16 months ago
| Attachment: | josm.19138.patch added |
|---|
comment:2 by , 16 months ago
| Milestone: | → 24.07 |
|---|
Note:
See TracTickets
for help on using tickets.



Patch with the build.xml changes that fixes ant jdeps task