The Eclipse Java compiler can be configured to produce warnings (or error message) for empty statements: Java > Compiler > Errors/Warnings > Empty statement.
Since I’ve got a HTC Hero Android device I started looking at developing for the android platform. It’s all java based and it’s all integrated in eclipse so it shouldn’t be that...
We wanted some simple tracking system. Some out of the box and easy to use application. Because I have experience working with Trac this was my first choice. But on my current...
“Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission is to help developers write great software...
Next I’ll get into this plugin: http://trac-hacks.org/wiki/XmlRpcPlugin install the plugin with easy_install: easy_install /path/to/unpacked/xmlrpcplugin.zip/trunk and add the module to the trac.ini in /path/to/project/conf/trac.ini: [components] tracrpc.* = enabled assign privileges to anonymous user...
I started using http://opensvn.csie.org but could problems (host not responding) when actually trying to import. Now I’m evaluating http://www.assembla.com and so far import is working. It’s a different approach because you need...
One of the new tools I discovered is Hudson. This is a building system that can build your projects (ant/maven/…) from svn. More information here: https://hudson.dev.java.net/
You remember my first post on SCM? Well finally I had some time to get this running. Let me tell you how. First create a project using maven2 (maven in 5 minutes):...
See previous post for more on general maven-jetty-plugin info. This time I’ll explain how to get all this to work in eclipse. Wouldn’t it be very easy to be able to execute...