-
Recent Posts
Recent Comments
Archive
- July 2010 (2)
- November 2009 (3)
- October 2009 (3)
- July 2009 (1)
- June 2009 (3)
- May 2009 (1)
- April 2009 (2)
- March 2009 (1)
- December 2008 (3)
- November 2008 (2)
- October 2008 (1)
- September 2008 (3)
- August 2008 (1)
- February 2008 (2)
- January 2008 (3)
- December 2007 (2)
- August 2007 (2)
- June 2007 (1)
- May 2007 (1)
- April 2007 (2)
- March 2007 (2)
- February 2007 (1)
- January 2007 (4)
- November 2006 (2)
- October 2006 (3)
- September 2006 (6)
- August 2006 (10)
- July 2006 (1)
- June 2006 (4)
- May 2006 (12)
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.


RSS
LinkedIn
Facebook