[00:04] anybody know of something that takes ivy.xml and makes a dependency list out of it? [07:43] ttx: good morning. ;) [07:44] ttx: I found some allies in cassandra's dev community, so things are moving forward again. :) [07:44] ttx: question.. I haven't seen anything that makes builds easy when a project uses 'ivy.xml' .. but it would be very useful (and simple) to turn ivy.xml into a skeleton debian/control file... thoughts? [07:46] SpamapS: no there is no "ivy helper" [07:46] SpamapS: usually I rewrite an ant build.xml [07:47] that just compiles the damn thing [07:47] rather than also wash the floor and seubmit a test job on remote hudson instances [07:47] ttx: right I want to use ivy.xml to build the Depends:/Build-Depends: lines [07:47] and then use the cdbs ant magic [07:48] that's uncharted waters, but probably good to have [07:48] ttx: also have you done much with maven-debian-helper ? [07:48] ivy is not that much used [07:48] Apache projects seem to use ivy a lot [07:48] they usually also have ant build scripts lying around :) [07:48] maven-debian-helper is a hack [07:49] ah hold on [07:49] I confused it with maven-ant-helper [07:50] maven-debian-helper is actually *not a hack* [07:50] it allows to build (in the debian way) something using maven [07:51] yeah it seems to work fairly well [07:51] note that it introduces (useful) fuzzyness in dependency versioning [07:52] I wasn't able to use it to build antlr3-3.1.3 .. but only because it needed antlr3-maven-plugin, which needed.. antlr3 ;) [07:52] as in, maven wants foo-3.0.2, you have foo... let's take foo. [07:52] so it's not a recipe for sure success [07:52] Right seems like pbuilder and >= versions become an absolute must for sanity. ;) [07:54] Well anyway, I'm on to avro.. and a couple of cassandra devs may do packages for jackson and json-simple [07:54] ttx: They seem to think that thrift is not doable long term, because it builds non-abi-compatible libraries that break stuff. :-/ [07:56] ttx: anyway, I'm heading to bed.. thanks for the insight. :) [07:57] jackson is work in progress [07:57] in debian [07:58] SpamapS: ^ [07:59] ttx: Oh I hadn't seen that.. good to know. :) [07:59] * SpamapS goes to sleep "fo real" [08:02] SpamapS: I think someone told me it's on -mentors [12:57] SpamapS: Have you seen https://code.launchpad.net/~ludovicc/uj/antlr3 ? [13:41] hi [16:18] nthykier: I had not, but that looks very promising! :) [16:19] SpamapS: I figured you might be interested in it ;) [16:19] Definitely.. grabbing it right now. :)