Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
Hi All,
Hope all is going well.
The current native:jniheader task only passes the $
{maven.build.dest}path to the call to javah. Unfortunately this call fails if class files that have native methods require other classfiles that are located in jar dependencies. The attached patch fixes this by adding the jar dependency file locations to the call to javah.
Hope the attached patch is ok.
Cheers,
Marcus