Tag Archives: maven

A-Star Search in Clojure

A demo of A-Star search implemented in Clojure, bootstrapped through Java with a Maven build system. Continue reading

Posted in Tech | Tagged , , , , , , , | Leave a comment

Using JOGL as a Dependency in Maven

At work, we need to start using JOGL as a dependency of our project, which we build with Maven. JOGL, the Java OpenGL interface, uses platform specific binaries, which introduces some complexity to the build process. After a brief websearch, … Continue reading

Posted in Tech | Tagged , , , | 3 Comments

Using Maven to create a Mac OS X app bundle

I came across this post and this Maven plugin today. Call me cynical, but I was shocked when it worked out of the box, building our application as a Mac friendly .app which can be run with a double click. … Continue reading

Posted in Tech | Tagged , , , | Leave a comment

Using Maven with Eclipse

I uninstalled M2Eclipse and installed q4e and gave it a shot. All the core functionality seems to be there (dependancy management is the big one for me) and importing from a project pom seems to work (although It didn’t seem … Continue reading

Posted in Tech | Tagged , , , | Leave a comment