To turn your adapter into a "task" you could do a presetdef then:
Jan
>-Ursprüngliche Nachricht-
>Von: Mark Bednarczyk [mailto:voyte...@yahoo.com]
>Gesendet: Mittwoch, 28. April 2010 12:52
>An: 'Ant Developers List'
>Betreff: RE: Writing ne
0 6:35 AM
> To: dev@ant.apache.org
> Subject: AW: Writing new task: javani
>
> If you have much in common with javah, you should have a look
> at task.
> http://ant.apache.org/manual/OptionalTasks/javah.html
>
> Maybe you could reuse some of its code.
>
>
> Jan
>
>
pril 2010 10:49
>An: Materne, Jan (RZF); dev@ant.apache.org
>Betreff: RE: Writing new task: javani
>
>Hi Jan,
> thanks for pointing that out.
>
>I couldn't find any ANT tasks that generate C wrapper
>functions, have no
>additional runtime requirements and a
...
> -Original Message-
> From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de]
> Sent: Wednesday, April 28, 2010 2:29 AM
> To: dev@ant.apache.org; voyte...@yahoo.com
> Subject: AW: Writing new task: javani
>
> http://ant.apache.org/external.html l
http://ant.apache.org/external.html lists a lot of tasks including
preprocessors and jni utilities.
Jan
>-Ursprüngliche Nachricht-
>Von: Mark Bednarczyk [mailto:voyte...@yahoo.com]
>Gesendet: Dienstag, 27. April 2010 18:04
>An: dev@ant.apache.org
>Betreff: Writing n
I'm writing a new task "javani" and want to see if there was any duplicate
effort with what I'm proposing.
Summary:
The task named 'javani' is a java preprocessor for generating wrapper
functions in C. Its input is a compiled java classfile, and its output
either a C or header file to be compiled,