> 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 I think you need this : http://mojo.codehaus.org/maven-native/native-maven-plugin/
Example : http://svn.codehaus.org/mojo/trunk/mojo/maven-native/native-maven-plugin/src/it/ Good luck Damien Lecan -- Telematic Systems B2i - Viveris Group France Tel : +33 (0)1 41 73 48 79

