About Me
I'm a contract Java developer working in Melbourne for the past 10+ years.
More recently I created onmydoorstep.com.au, a place to find out more about where you live in Australia.
I'm also active in the open-source community with several projects ongoing.
Follow @richard_nichols
Also on Github.Tags
ant apple automation cluster css cv Design developer doclet documentation drm ebook Google guice guides images ioc IT jasperreports Java javadoc javascript jobs jpa junit markdown netbeans off-topic open-source performance recruitment regex releases servers soap-box syntax testing tips ui visural-common visural-wicket warp-persist web wicket windowsArchives
-
Popular Posts
- Converting Ebook Formats – .mobi to .epub
- Implementing Facebook OAuth 2.0 Authentication in Java
- Simple Guide To Sub-reports in JasperReports / iReport
- Face Detection in Java – Haar Cascade with JJIL (how-to)
- 1 Minute Guide – Installing Redmine on Windows
- 5 Minute Guide to Clustering – Java Web Apps in Tomcat
- Wicket – forcing page reload on browser back button…
- Use Hudson (now Jenkins) to restart a Windows service…
Tag Archives: ant
Automatic release packaging w/ version numbers for Netbeans Java Projects…
I just did a nice little Netbeans build.xml hack for the visural-wicket project to add a build target which packages a release of the library for distribution (e.g. on Google Code). A version number is added to the project in … Continue reading
Add Package (or Class) Filtering To Your Findbugs Ant Task
Following on from my last post about using hbm2java to generate a @Entity bean DAO layer for our application, Findbugs, the great automatic bug finding tool, will find a lot of issues with Hibernate’s auto-generated code (primarily around exposing internal … Continue reading
Posted in Java, Software Engineering
Tagged ant, automation, findbugs, Java, regex, tips
Leave a comment
Using Bottom-Up Iterative Object/Database Layer With hbm2java and warp-persist
This post sort of follows on from my last one – for the project I’m currently working on at work, we have a very large legacy database (1500+ tables) on top of which we are implementing a new business layer … Continue reading
Posted in Java, Software Engineering
Tagged ant, automation, guice, hibernate, Java, jpa, tips, warp-persist
Comments Off
Automatically Updating Your Source File Headers With Ant’s ReplaceRegExp Task
A while ago I was looking for a way to automatically be able to update the standard “flowerbox text” at the start of all the source files in our projects. Generally this is the space where you would include information … Continue reading