Skip to content

Commit

Permalink
Fix dangling link to jaxb-api.jar
Browse files Browse the repository at this point in the history
The CMake script has been updated to use more specific paths
to find the proper location of jaxb-api.jar on platforms that
do not provide xmvn-resolve.

Resolves: https://issues.redhat.com/browse/RHCS-4602
  • Loading branch information
edewata committed Nov 8, 2023
1 parent 3700a59 commit b3e295c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ else()
NAMES
jaxb-api.jar
PATHS
/usr/share/java/jaxb-api4
/usr/share/java/jaxb-api
/usr/share/java
)
endif(XMVN_RESOLVE)
Expand Down

0 comments on commit b3e295c

Please sign in to comment.