Compiling a Maven project was pretty darn easy. You simply run the command mvn compile. This command tells maven to compile the source code into classes. The classes end up in the target/classes dir and target/test-classes dir.
Running mvn package will build a jar of the project. The version used in the jar name is contained [...]
Filed under: Java on April 4th, 2009 | No Comments »
Well, I am finally taking the plunge into Apache Maven. I have found that managing dependencies is becoming unbearable and Maven is being used by several open source project that I use so… Here I go, one step at a time.
My first question was obvious: How do I create a new Maven project?
After a few [...]
Filed under: Java on April 4th, 2009 | No Comments »
A friend of mine finds things like this all the time. Watch this silent movie. Very witty!
http://users.telenet.be/kixx/
Filed under: Dinking Around on March 10th, 2008 | 1 Comment »
This is the source code for a quick color matching game I wrote for fun.
It is very rough, but does demonstrate some examples of using full screen windows.
If you have any questions send me an email. See Java Source Code
Filed under: Dinking Around on November 30th, 2007 | No Comments »