You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2006/01/18 08:42:03 UTC

[ANN] Maven Native Plug-in 1.2 for Maven 1.x released

We are pleased to announce the Maven Native Plug-in 1.2 release! 

http://maven.apache.org/maven-1.x/reference/plugins/native/

Plugin for native compilation c,c++, fortran 

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

Changes in this version include:

  New Features:

o Checking for runtime property and adding it. Default to "dynamic" if not 
  present. Thanks to baleineca. 
o Add support for native dependencies (libset/syslibset) Fixes MPNATIVE-7. 
  Thanks to Joachim Bader. 
o Add support for optional include path (includepath/sysincludepath) Fixes 
  MPNATIVE-7. Thanks to Joachim Bader. 
o update bcel (consistency) and cpptasks (cross compile) dependencies Fixes 
  MPNATIVE-8. Thanks to Joachim Bader. 

  Fixed bugs:

o Need .lib full name. Fixes MPNATIVE-12. Thanks to Dan Tran. 
o Add dependency classpath to call to javah. Fixes MPNATIVE-14. Thanks to 
  Marcus Crafter. 
o Jelly tokenize incorrect behaviour. Fixes MPNATIVE-13. Thanks to baleineca. 
o Add DLL support to the plugin Fixes MPNATIVE-10. Thanks to Joachim Bader. 
o Changed repository location of libraries from soto sosso Maven can handle 
  them as dependencies Fixes MPNATIVE-7. Thanks to Joachim Bader.  

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


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-native-plugin
  -Dversion=1.2

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-native-plugin-1.2.jar
 

Have fun!
-The Maven Native Plug-in development team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org