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