Wednesday, March 19, 2003

Lots of applications in windows, like MS Word, lock the file. I think the file it makes in the same directory with a similar name and usually a tilde (~) as the first character is the lock file.

Tuesday, March 04, 2003

If you are using ant and expect to get line numbers in stack traces, set debug="on" attribute in the javac tag. Otherwise you end up with (source unknown).