Peter's tech diary
Wednesday, October 19, 2011
Running IDEA on Windows 64bit JVM
›
For reasons unknown the Windows download for IntelliJ IDEA defaults to running in a 32bit JRE that comes as part of the distribution. This i...
1 comment:
Sunday, November 22, 2009
Running the last launch configuration in Eclipse
›
Just in case I forget one day: if you want to get rid of that annoying guessgame Eclipse 3.5 does when hitting F11 you have to change the ...
Monday, July 27, 2009
Functional testing of WARs with Maven
›
I just finished setting up a configuration where a separate Maven project is used to run some JWebUnit tests on a web application. The focu...
1 comment:
Tuesday, May 12, 2009
Inserting new lines with vim regular expressions
›
If you want to insert new lines with sed-style regular expressions in vim, the usual '\n' doesn't work. The trick is to produce ...
2 comments:
Thursday, April 9, 2009
Git-SVN for lazy people
›
Here's what I think is a minimal set of git-svn commands that are sufficient to work offline with a Subversion repository: Cloning a co...
1 comment:
Thursday, March 12, 2009
Letting Maven use local libraries
›
Sometimes it is useful to have Maven use some JARs that are checked in with the project, e.g. since you don't trust anything else or you...
3 comments:
Wednesday, February 25, 2009
Using Firefox profiles
›
Firefox can get awfully slow once you have all your favorite web-developer tools installed. As much as I love Firebug and the Web Developer...
3 comments:
›
Home
View web version