Windows Installer for Apache Maven 2
I’ve been playing around with Windows Installer XML (WiX) recently – I used it to create the installer for Year Chart and I’ve since converted a couple of internal projects (I may publish them later)...
View ArticleWindows Installers for Apache Maven 2 and 3
I’ve updated the installer for Apache Maven 2 – and created a similar one for Apache Maven 3. More usefully, perhaps, I’ve uploaded the sources for them both to GitHub. I’ve also included a Java...
View ArticleAn Update to the Apache Maven Installers – Broadcasting WM_SETTINGCHANGE To...
When I previously did some updates to the Java Installers for Apache Maven, I noticed that, when I was testing the two versions, it often didn’t update the Environment variables. At first, I put it...
View ArticleApache Maven Java Error – was unexpected at this time
While testing changes to the Maven Installer I had this strange error. Simple enough – I had quoted the value for the JAVA_HOME variable. So I had: JAVA_HOME="C:\Program Files\Java\jdk1.7.0_07" Removed...
View Article