Monthly Archives: October 2014

Default behaviour of logging frameworks

I’ve used logback in my latest project, xml2csv, and I think it’s great. Except for one tiny, but important detail. I’m writing a standalone command line utility, designed to be used by people are neither Java experts nor developers. I … Continue reading

Posted in Hints and Tips, Java, Tools | Tagged , , | Leave a comment

Building with Apache Ivy

Background This, and subsequent, entries describe the process I went through with moving an Eclipse Java project from Eclipse-managed, hard-coded, downloaded dependent jars to using Apache Ant and Ivy.  It will hopefully serve as a good tutorial for those attempting … Continue reading

Posted in Uncategorized | Leave a comment