Monthly Archives: April 2008

Migrating the marathon project to use Maven

I have finished migrating the dependencies for the marathon project to work with dependencies from maven. I use eclipse and the plugin for maven that I use is m2eclipse. The migration has been fairly straight forward, the only difficult part was figuring out the dependencies themselves, for figuring them out I used ibiblio and some googling.

One of the difficult things was to tr to figure out the sun jta dependency. It seems like sun can not licence other parties to host their jars, so I had to use the jta.jar file that I had and use the following piece of code to install it into my local maven repository:

mvn install:install-file \
-Dfile=./jta.jar \
-DgroupId=javax.transaction \
-DartifactId=jta -Dversion=1.0.1B \
-Dpackaging=jar

I will try to get a release out there this week for the marathon project. This has been long overdue. It will be cool to actually use maven to work through it. Continue reading

Posted in Uncategorized | Leave a comment

How am I going to bother about my planet?

This is a great article about why we should bother changing our habits to reduce the carbon footprint of our lives

Why bother?

I will try to get a bike and ride to work. I can’t have a garden here in the apartment. I will try to find a community place where we can plant something, it would be so cool. Continue reading

Posted in Uncategorized | Leave a comment

The reason behind arevalos.org?

I am going to use this site to host applications I develop for my personal pleasure. Right now I am working on a Marathon application, which I will also be porting to facebook.

This application was inspired by my wife’s eagerness to play the flash game, however this didn’t have many questions and the questions tended to repeat themselves, that is why I thought of creating an online version. Continue reading

Posted in Uncategorized | Leave a comment