Yes, I know about make & makefile. Actually I have build the JNI part using
make/makefile but currently I have do the compilation in 2 steps. Now I want
to integrate them together.

My environment is NT, using nmake of MS.

>From what you say, I need to add a target that exec the nmake. Is that all?
Any example available (since I'm new to Ant).

Thanks

Nguyen Thanh Phong.

----- Original Message -----
From: Balasubramanian S <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 5:33 PM
Subject: RE: How to use Ant to build JNI parts of project


> hi
>    it is possible in ant .what nico
> is saying true .As u are c++ / c programmer
> ,have u heard of make file utility in
> unix flavours .Your write the makefile
> in such a way that ,it will compile the
> c++ program .From the ant ,u can use the
> exec task and compile the c ++ program
> Later on ,u can run the java program .
> It is working for me
>
> I hope this will help for u
>
> Bala
>
> -----Original Message-----
> From: Nico Seessle
> To: [EMAIL PROTECTED]
> Sent: 16/04/2001 2:13 PM
> Subject: Re: How to use Ant to build JNI parts of project
>
> ----- Original Message -----
> From: "Nguyen Thanh Phong" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, April 16, 2001 10:11 AM
> Subject: How to use Ant to build JNI parts of project
>
>
> > Hello,
> >
> > How can I use ant to build some parts of a project written in C/C++
> (JNI).
> >
>
> Currently only using the apply or one of the exec* tasks. There is no
> "direct" support for c compilers.
>
> Nico
>
>


Reply via email to