G's Blog
Wednesday, May 30, 2012
try/with/resources refactoring that isn't
›
So I was looking at refactoring some code to use the new try/with/resources construct and found that perhaps it is not as simple as it firs...
try/with/resource context class loaders
›
For various reasons I seem to end up writing a lot of code that fiddles with the context class loader in order to get non-module code runni...
1 comment:
Saturday, May 26, 2012
Ignoring the return value of a command in Hudson/Jenkins sh task
›
So I was was trying to run pylint and nosetest running on a Jenkins instance; but these python commands tend to return a non zero status cod...
Thursday, May 10, 2012
Common try-with-resources idiom won't clean up properly
›
So I was re-reading some blogs on the JDK 7 language changes and I noticed the following idiom seems popular : // try (BufferedReader br =...
4 comments:
Tuesday, April 3, 2012
Off-loading test execution using Hudson part 3, skipping the queue
›
Previously I had looked at preflighting, ( 1 , 2 ) with Hudson (And Jenkins) but forgot to mention a very important plugin that is essentia...
Friday, March 16, 2012
Catalog support for WADL client generation
›
I have just been fixing a few bugs in the WADL client generator that I have been working on recently . In particular one bug relates to bein...
2 comments:
Monday, January 23, 2012
Off-loading test execution using Hudson part 2
›
Previously I have written about using Hudson to perform pre-flights using branches on source control systems; but sometimes you just have a...
‹
›
Home
View web version