Getting Maven to work from behind a firewall
May 28th
Maven needs to access the Internet to download a number of things including POM files and dependent JAR files that are not held in your local repository. If you are trying to do this from behind a corportate firewall then you’ll need to configure Maven to work around it or you’ll get a load of [...]
Java 1.4 Debugger Not Working?
May 13th
There’s a bug that I’d encountered running the debugger in JDK 1.4.2 ages ago that reared it’s head again today. I’ve been working on a system that uses this old JDK and thought I’d note the solution here in case I ever came across it again.
The problem is encountered when the JVM is launched [...]
Resolving Subservsion Tree Conflicts when Merging
May 13th
When merging changes in a Subversion project, you’ll need to resolve any conflicts between your checked out version and the one that you are about to merge from the server. Commonly, conflicts arise when two or more developers have modified the same file; these can be resolved by accepting either parties changes or by completing [...]
