Categories
Share This
Links
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 a*, a-star, astar, astar-in-clojure, clojure, functional programming, java, maven
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
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
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