GNOME Bugzilla – Bug 537037
modtype for ant
Last modified: 2008-07-13 15:58:41 UTC
I created a very basic modtype for ant, so I could compile cortado as part of the gstreamer moduleset. It's not clear to me how to install a typical ant-based project, so I left that out. (Cortado doesn't have an "install" target.)
Created attachment 112298 [details] [review] add ant modtype
Looks good (although I didn't test it). Could you provide a module definition using that module type? Also you will need to update the moduleset DTD (modulesets/moduleset.dtd) and the documentation (doc/C/jhbuild.xml).
Hello; I could as well update the documentation and DTD myself but a sample module definition, so I can test it, would be most useful.
Oops, sorry, I forgot about this.
<repository type="svn" name="wikimedia" href="http://svn.wikimedia.org/svnroot/"/> <ant id="cortado"> <branch repo="wikimedia" module="mediawiki/trunk/cortado" checkoutdir="cortado"/> </ant>
Created attachment 113552 [details] [review] new patch Updated patch, with addition to DTD.
Thank you; I'll be out for the week-end, I hope to review that on Monday.
Sorry I failed to get time earlier; here it is, commited at last. 2008-07-13 Frederic Peters <fpeters@0d.be> * jhbuild/modtypes/ant.py, modulesets/moduleset.dtd, doc/C/jhbuild.xml: added support for the Ant build tool. (initial patch by David Schleef, closes: #537037)