A Code Monkey's Blog

Disappointed with GCJ(GNU Compiler for Java)

I gave a shot to GCJ to do a tiny project. At the first place I thought the official Sun JDK was bulky and I preferred a lightweight Java SDK. But it turned out that the debugger for GCJ was almost unable to use. I was unable even to inspect ...

Trac's milestone feature is helpful to track the progress

I have used several project management software before. But today I found that the milestone feature in Trac very impressive. At the beginning of a project I can file all the tasks, to-dos, required features to the issue tracking system for a specific milestone. By viewing the progress bar, I ...