Re: [jaxp] Ant or Maven build ?
Dalibor Topic <[email protected]> Mon, 03 May 2004 15:29:47 +0200
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Message-ID | <[email protected]> |
Maarten Coene wrote: > Arnaud Vandyck wrote: > >>> I was wondering if there are plans to include an Ant build.xml file or >>> a Maven project.xml file ?? >>> >> >> >> If you can include the compilation of the C source and javah without >> problem, it'd be cool. >> >> > > There is a 'javah' task in Ant, I don't know about the compilation of C > sources ... > > But maybe it's enough for the Ant build to create a jar file containing > the compiled java files ? Compiling the C sources and javah stuff can be > done by the scripts as they are right now ? There is a cc task in ant-contrib: http://ant-contrib.sourceforge.net/cc.html cheers, dalibor topic