Monthly Archives: March 2012

A Better Grocery List

I’d like to get more into mobile development and what better way than to just do it.  I was trying to figure out a decent idea that in the end could actually end up in an app store.  A game

Tagged with: ,
Posted in iPhone

Automating WiX Installer Builds with Maven: Actual Automation

Alright, now for how we actually automate the installer build!  Everything mentioned here lives in the ‘installer’ profile.  This allows your developers to still run the package command without invoking a lengthy installer build. Required Properties There is a set

Tagged with: , , ,
Posted in Java, Jenkins, Maven, WiX

Automating WiX Installer Builds with Maven: Windows Installer Xml

The next step in creating an installer after assembling the application is generating the actual msi.  There are a couple issues that need to be addressed when setting up the framework though. The installer may include jars that do not

Tagged with: , , ,
Posted in Java, Jenkins, Maven, WiX