Re: Current state of Maven native plugins

2011-12-02 Thread Satya
Hi Dan
I have a problem with maven native pluging,
If my header file contains code like: (I mean any conditional operator in
macros)
/#if (_MSC_VER  1300)/

then it is giving me error
 operator '' has no left operand


Please help me on this,

Thanks In Advance,
Satya

--
View this message in context: 
http://maven.40175.n5.nabble.com/Current-state-of-Maven-native-plugins-tp4807747p5041665.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Current state of Maven native plugins

2011-09-15 Thread Jim McCaskey
Hi there,

I have one or two very small JNI projects to build through Maven.  I just need 
something good enough to get me through building them.

I have used freehep-nar-plugin with some success in the past:

http://java.freehep.org/freehep-nar-plugin/

But it does not seem to be active.  I found a fork here:

https://github.com/duns/freehep-nar-plugin

Which says it's deprecated and to look at maven-nar-plugin.

http://duns.github.com/maven-nar-plugin/

That does not appear to have made any progress recently either.

I found something else that looks very similar to the nar plugin here:

http://www.jfrog.com/sites/jade-plugins/latest/jade-plugin-parent/jade-build-plugin-parent/jade-native-plugin/index.html

But that does not seem to be making any progress either.

Further digging leads to the native-maven-plugin.

http://mojo.codehaus.org/maven-native/native-maven-plugin/

That looks like it might be promising, but a bit more work to use than the nar 
variants.

I don't think I really care which one I use as long as it won't wither away and 
die.  To that end, what plugin is recommended for building native components?

-Jim







-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Current state of Maven native plugins

2011-09-15 Thread Dan Tran
Hi Jim, I am a maintainer for the native maven plugin. It works great
for me when dealing with small native projects.

-Dan

On Thu, Sep 15, 2011 at 10:56 AM, Jim McCaskey
jim.mccas...@pervasive.com wrote:
 Hi there,

 I have one or two very small JNI projects to build through Maven.  I just 
 need something good enough to get me through building them.

 I have used freehep-nar-plugin with some success in the past:

 http://java.freehep.org/freehep-nar-plugin/

 But it does not seem to be active.  I found a fork here:

 https://github.com/duns/freehep-nar-plugin

 Which says it's deprecated and to look at maven-nar-plugin.

 http://duns.github.com/maven-nar-plugin/

 That does not appear to have made any progress recently either.

 I found something else that looks very similar to the nar plugin here:

 http://www.jfrog.com/sites/jade-plugins/latest/jade-plugin-parent/jade-build-plugin-parent/jade-native-plugin/index.html

 But that does not seem to be making any progress either.

 Further digging leads to the native-maven-plugin.

 http://mojo.codehaus.org/maven-native/native-maven-plugin/

 That looks like it might be promising, but a bit more work to use than the 
 nar variants.

 I don't think I really care which one I use as long as it won't wither away 
 and die.  To that end, what plugin is recommended for building native 
 components?

 -Jim







 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org