[patch] added dependency classpath to call to javah
---------------------------------------------------

         Key: MAVEN-1684
         URL: http://jira.codehaus.org/browse/MAVEN-1684
     Project: Maven
        Type: Improvement
    Versions: 1.0.2    
 Environment: All
 Reporter: Marcus Crafter
    Priority: Minor
 Attachments: maven.native.diff

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to