I recently released my old, long-term project called survey-rocket (a simple online survey tool) to google code. I started to refactor the code to make it more readable and maintainable. Although I invested many hours, there is still a long way to go until it can be considered good code. Basically I used this project… Continue reading My first open source project
Tag: Java
Add tools.jar to maven repository
A way to fix the following error: 6/23/12 1:50:22 PM CEST: Missing artifact com.sun:tools:jar:1.4.2:compile The tools.jar is part of all JDK’s and therefore there is no need to fetch this dependency from any repo. Therefore the easiest thing is to add this jar to the local repository. Locate the tools.jar in the JDK and run… Continue reading Add tools.jar to maven repository
Comprehensive tomcat installation how to
find it here