Re: JNI with maven2

2006-01-05 Thread Philippe Faes
What would you consider good coding practice? One project with the Java
source and another with the c code? Where would I put the tests? How do
I specify the dependencies of other projects?

thanks
Ph

On Wed, 2006-01-04 at 09:22 -0800, dan tran wrote:
> Philippe
> 
> native-maven-plugin is at http://mojo.codehaus.com.  Still in alpha, but I
> am able to
> compile windows and linux,etc.  Give it a try, feedback + help is greatly
> appreciated.
> The doc is still very limitted.
> 
> -D
> 
> 
> On 1/4/06, Philippe Faes <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I found a maven-1 plugin for compiling native code (for JNI), but none
> > for maven-2.
> > Can I use m2 for my JNI project or is it not ready yet?
> >
> > kind regards
> > Philippe
> >
> >
> > --
> > ir. Philippe Faes
> > Ghent University - Department ELIS
> > Sint-Pietersnieuwstraat 41 -- B-9000 Gent
> > Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
> >http://www.elis.UGent.be/~pfaes
> > ON5DEU   --   LPIC1  --  gpg-key:173720B6
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
-- 
ir. Philippe Faes
Ghent University - Department ELIS
Sint-Pietersnieuwstraat 41 -- B-9000 Gent
Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
http://www.elis.UGent.be/~pfaes
ON5DEU   --   LPIC1  --  gpg-key:173720B6


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



Re: JNI with maven2

2006-01-05 Thread dan tran
you can always submit it to JIRA

On 1/5/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
>
> BTW, i have created a plugin that will use a .mak file to compile a dll
> (you
> ofcourse need to export the mak file from Visual Studio 6). I don't know
> if
> you guys are interessed in adding this to your plugin?
>
> regards,
>
> Wim
>
> 2006/1/5, Wim Deblauwe <[EMAIL PROTECTED]>:
> >
> > plugin looks very nice. It would be even nicer if the whole
> configuration
> > (as presented on
> http://mojo.codehaus.org/maven-native/native-maven-plugin/examples.html
> > ) could be auto-generated from a make file, because now you have to be
> > very carefull to have all the options you have set in your visual studio
> in
> > the pom.xml.
> >
> > Never the less, looks like a very good start!
> >
> > regards,
> >
> > Wim
> >
> > 2006/1/4, Sean Hennessy <[EMAIL PROTECTED]>:
> > >
> > > FYI: http://mojo.codehaus.org instead of http://mojo.codehaus.com
> > >
> > >
> > > -Original Message-
> > > From: dan tran [mailto: [EMAIL PROTECTED]
> > > Sent: Wednesday, January 04, 2006 9:22 AM
> > > To: Maven Users List
> > > Subject: Re: JNI with maven2
> > >
> > >
> > > Philippe
> > >
> > > native-maven-plugin is at http://mojo.codehaus.com .  Still in alpha,
> > > but
> > > I am able to compile windows and linux,etc.  Give it a try, feedback +
> > > help is greatly appreciated. The doc is still very limitted.
> > >
> > > -D
> > >
> > >
> > > On 1/4/06, Philippe Faes < [EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I found a maven-1 plugin for compiling native code (for JNI), but
> none
> > >
> > > > for maven-2. Can I use m2 for my JNI project or is it not ready yet?
> > > >
> > > > kind regards
> > > > Philippe
> > > >
> > > >
> > > > --
> > > > ir. Philippe Faes
> > > > Ghent University - Department ELIS
> > > > Sint-Pietersnieuwstraat 41 -- B-9000 Gent
> > > > Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
> > > >http://www.elis.UGent.be/~pfaes <
> http://www.elis.UGent.be/%7Epfaes>
> > > > ON5DEU   --   LPIC1  --  gpg-key:173720B6
> > > >
> > > >
> > > >
> -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
>
>


Re: JNI with maven2

2006-01-05 Thread Wim Deblauwe
BTW, i have created a plugin that will use a .mak file to compile a dll (you
ofcourse need to export the mak file from Visual Studio 6). I don't know if
you guys are interessed in adding this to your plugin?

regards,

Wim

2006/1/5, Wim Deblauwe <[EMAIL PROTECTED]>:
>
> plugin looks very nice. It would be even nicer if the whole configuration
> (as presented on 
> http://mojo.codehaus.org/maven-native/native-maven-plugin/examples.html
> ) could be auto-generated from a make file, because now you have to be
> very carefull to have all the options you have set in your visual studio in
> the pom.xml.
>
> Never the less, looks like a very good start!
>
> regards,
>
> Wim
>
> 2006/1/4, Sean Hennessy <[EMAIL PROTECTED]>:
> >
> > FYI: http://mojo.codehaus.org instead of http://mojo.codehaus.com
> >
> >
> > -Original Message-
> > From: dan tran [mailto: [EMAIL PROTECTED]
> > Sent: Wednesday, January 04, 2006 9:22 AM
> > To: Maven Users List
> > Subject: Re: JNI with maven2
> >
> >
> > Philippe
> >
> > native-maven-plugin is at http://mojo.codehaus.com .  Still in alpha,
> > but
> > I am able to compile windows and linux,etc.  Give it a try, feedback +
> > help is greatly appreciated. The doc is still very limitted.
> >
> > -D
> >
> >
> > On 1/4/06, Philippe Faes < [EMAIL PROTECTED]> wrote:
> > >
> > > Hi all,
> > >
> > > I found a maven-1 plugin for compiling native code (for JNI), but none
> >
> > > for maven-2. Can I use m2 for my JNI project or is it not ready yet?
> > >
> > > kind regards
> > > Philippe
> > >
> > >
> > > --
> > > ir. Philippe Faes
> > > Ghent University - Department ELIS
> > > Sint-Pietersnieuwstraat 41 -- B-9000 Gent
> > > Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
> > >http://www.elis.UGent.be/~pfaes <http://www.elis.UGent.be/%7Epfaes>
> > > ON5DEU   --   LPIC1  --  gpg-key:173720B6
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


Re: JNI with maven2

2006-01-04 Thread Wim Deblauwe
plugin looks very nice. It would be even nicer if the whole configuration
(as presented on
http://mojo.codehaus.org/maven-native/native-maven-plugin/examples.html)
could be auto-generated from a make file, because now you have to be very
carefull to have all the options you have set in your visual studio in the
pom.xml.

Never the less, looks like a very good start!

regards,

Wim

2006/1/4, Sean Hennessy <[EMAIL PROTECTED]>:
>
> FYI: http://mojo.codehaus.org instead of http://mojo.codehaus.com
>
>
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 9:22 AM
> To: Maven Users List
> Subject: Re: JNI with maven2
>
>
> Philippe
>
> native-maven-plugin is at http://mojo.codehaus.com.  Still in alpha, but
> I am able to compile windows and linux,etc.  Give it a try, feedback +
> help is greatly appreciated. The doc is still very limitted.
>
> -D
>
>
> On 1/4/06, Philippe Faes <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I found a maven-1 plugin for compiling native code (for JNI), but none
>
> > for maven-2. Can I use m2 for my JNI project or is it not ready yet?
> >
> > kind regards
> > Philippe
> >
> >
> > --
> > ir. Philippe Faes
> > Ghent University - Department ELIS
> > Sint-Pietersnieuwstraat 41 -- B-9000 Gent
> > Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
> >http://www.elis.UGent.be/~pfaes
> > ON5DEU   --   LPIC1  --  gpg-key:173720B6
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


RE: JNI with maven2

2006-01-04 Thread Sean Hennessy
FYI: http://mojo.codehaus.org instead of http://mojo.codehaus.com 


-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 04, 2006 9:22 AM
To: Maven Users List
Subject: Re: JNI with maven2


Philippe

native-maven-plugin is at http://mojo.codehaus.com.  Still in alpha, but
I am able to compile windows and linux,etc.  Give it a try, feedback +
help is greatly appreciated. The doc is still very limitted.

-D


On 1/4/06, Philippe Faes <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I found a maven-1 plugin for compiling native code (for JNI), but none

> for maven-2. Can I use m2 for my JNI project or is it not ready yet?
>
> kind regards
> Philippe
>
>
> --
> ir. Philippe Faes
> Ghent University - Department ELIS
> Sint-Pietersnieuwstraat 41 -- B-9000 Gent
> Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
>http://www.elis.UGent.be/~pfaes
> ON5DEU   --   LPIC1  --  gpg-key:173720B6
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: JNI with maven2

2006-01-04 Thread dan tran
Philippe

native-maven-plugin is at http://mojo.codehaus.com.  Still in alpha, but I
am able to
compile windows and linux,etc.  Give it a try, feedback + help is greatly
appreciated.
The doc is still very limitted.

-D


On 1/4/06, Philippe Faes <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I found a maven-1 plugin for compiling native code (for JNI), but none
> for maven-2.
> Can I use m2 for my JNI project or is it not ready yet?
>
> kind regards
> Philippe
>
>
> --
> ir. Philippe Faes
> Ghent University - Department ELIS
> Sint-Pietersnieuwstraat 41 -- B-9000 Gent
> Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
>http://www.elis.UGent.be/~pfaes
> ON5DEU   --   LPIC1  --  gpg-key:173720B6
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


JNI with maven2

2006-01-04 Thread Philippe Faes
Hi all,

I found a maven-1 plugin for compiling native code (for JNI), but none
for maven-2. 
Can I use m2 for my JNI project or is it not ready yet?

kind regards
Philippe


-- 
ir. Philippe Faes
Ghent University - Department ELIS
Sint-Pietersnieuwstraat 41 -- B-9000 Gent
Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94
http://www.elis.UGent.be/~pfaes
ON5DEU   --   LPIC1  --  gpg-key:173720B6


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