Got the classpath blues? Here's some maven incantations:
$ mvn dependency:build-classpath
/Users/mharrison/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/Users/mh/.m2/repository/org/apache/commons/commons-csv/1.2/commons-csv-1.2.jar
$ mvn dependency:build-classpath -Dmdep.outputFile=classpath.txt
[INFO] Wrote classpath file '/Users/mh/g/javalogic/ggprocessor/classpath.txt'.
And some more maven magic here, including copying jar files and building an executable directly.
blogodex = {"toc" : "Maven", "idx" : "classpath"]};
Subscribe to:
Post Comments (Atom)
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
-
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
No comments:
Post a Comment