Re: Problem making a build.xml using javah

2006-02-12 Thread Xar
Well, i've resolved my problem with the mailing list and fortunatelly I resolved the problem with ant. It was a problem with my gentoo that (and i don't know) have installed some libraries but emerge sais it isn't. I emerged it and the problem is gone. Thank you all!! 2006/2/9, Xar <[EMAIL PROTEC

Re: Problem making a build.xml using javah

2006-02-09 Thread Stefan Bodewig
On Thu, 9 Feb 2006, Xar <[EMAIL PROTECTED]> wrote: > Eeem, no one knows the answer to my question or my mails didn't > arrive? Maybe you should subscribe to the mailing list if you want to see the answers? I answered your post about a week ago

Re: Problem making a build.xml using javah

2006-02-09 Thread Steve Loughran
Xar wrote: 2006/2/1, Xar <[EMAIL PROTECTED]>: Hello. I am starting a project that combines both java and C code and I need it to be compiled through ant (because the main aplicattion uses it). I readed the webpage and what's my surprise to see that only version 1.4supports jni (it's that

Re: Problem making a build.xml using javah

2006-02-09 Thread Thomas Burdairon
try cpptasks from ant contrib which works great for jni. Thomas On Feb 9, 2006, at 10:45 AM, Xar wrote: Eeem, no one knows the answer to my question or my mails didn't arrive? 2006/2/1, Xar <[EMAIL PROTECTED]>: Hello. I am starting a project that combines both java and C code and I nee

Re: Problem making a build.xml using javah

2006-02-09 Thread Xar
Eeem, no one knows the answer to my question or my mails didn't arrive? 2006/2/1, Xar <[EMAIL PROTECTED]>: > > Hello. > > I am starting a project that combines both java and C code and I need it > to be compiled through ant (because the main aplicattion uses it). > > I readed the webpage and what'

Re: Problem making a build.xml using javah

2006-02-01 Thread Stefan Bodewig
On Wed, 1 Feb 2006, Xar <[EMAIL PROTECTED]> wrote: > I readed the webpage and what's my surprise to see that only version > 1.4supports jni (it's that true? higher versions doesn't support > jni?) Where did you read that? javah works fine on many versions of Ant (we had at least one release that

Problem making a build.xml using javah

2006-02-01 Thread Xar
Hello. I am starting a project that combines both java and C code and I need it to be compiled through ant (because the main aplicattion uses it). I readed the webpage and what's my surprise to see that only version 1.4supports jni (it's that true? higher versions doesn't support jni?) Well, i t