Hello,

I have some difficulties to make a bundle that integrate a native
so/dll. It is running fine if I use ant, but with maven I cannot handle
the overall building process. 

The building process has these parts :
-> compiling java classes
-> generating jni headers from these classes
-> compiling c sources
-> linking the library
-> building jar

============
For the moment I found that I should use maven-native-javah artifact. 
But the artifact needs another artifact to run the javah runtime
against.

As I understand, I need to make an artifact with java classes then
make another artifact that combines the first classes and the C
library.

=============

Do someone has more information ? 
-- 
Stephane Frenot - Associate professor | 
CITI/INRIA Ares - INSA lyon           | mailto:[EMAIL PROTECTED]
Bat. Léonard de Vinci                 | http://ares.insa-lyon.fr/~sfrenot/
21 av Jean Capelle                    | ICQ:643346 (et oui !)
69621 Villeurbanne Cedex              | +33 472 436 422 / +33 617 671 714
----------------------------------------------------------------------------

Reply via email to