Monthly Archives: October 2006

Eclipse Birthday!

Eclipse is 5 years old! Just about month ago Google got 8. Who could have thought that Eclipse is younger than Google! Help us to spread the word and sign your Eclipse greeting card at eclipse birthday central. There are eclipse-funded parties all over the world, find your local from http://www.eclipse.org/community/eclipsebirthday5/birthdayparties.php Unfortunately November is very [...]

Maven 2, Java 5, JUnit 4 and Eclipse with 3 steps!

STEP 1 – Create project mvn archetype:create -DgroupId=com.timegt.core -DartifactId=timegt-core STEP 2 – Fix pom.xml 1. replace name and url 2. replace 3.8.1 with 4.1 for junit-4.1 support 3. add this for JDK 5.0 support: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> </plugins> </build> STEP 3 – Generate eclipse project settings and download/link [...]

Codehoop homepage now officially open

Open Source Java Consulting and Development Startup (web2.0 beta:P) Company CODEHOOP launched it’s homepage at http://www.codehoop.com Feel free to provide any kind of feedback all the best to your life, Ahti.