This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch new-logging in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git
commit 0bb8a2e629e0aaf128b8c9673e7796c262ee5165 Author: clebert <[email protected]> AuthorDate: Fri Jul 1 10:50:41 2022 -0400 Using javac -h instead of javah --- src/main/c/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/c/CMakeLists.txt b/src/main/c/CMakeLists.txt index 67275cf..631156a 100644 --- a/src/main/c/CMakeLists.txt +++ b/src/main/c/CMakeLists.txt @@ -72,7 +72,7 @@ INCLUDE_DIRECTORIES(. ${JNI_INCLUDE_DIRS}) ADD_CUSTOM_COMMAND( OUTPUT org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.h - COMMAND javah -cp ../java/ org.apache.activemq.artemis.nativo.jlibaio.LibaioContext + COMMAND javac -h . ../java/org/apache/activemq/artemis/nativo/jlibaio/LibaioContext.java -cp ../java/ -d ../../../target/classes-javah-compilation DEPENDS ../java/org/apache/activemq/artemis/nativo/jlibaio/LibaioContext.java )
