Not a maven expert here, but I found a hint in a closed issue from the
project, saying the pom.xml should be used: https
<https://github.com/mikera/ironclad/issues/1>://
<https://github.com/mikera/ironclad/issues/1>github.com
<https://github.com/mikera/ironclad/issues/1>/
<https://github.com/mikera/ironclad/issues/1>mikera
<https://github.com/mikera/ironclad/issues/1>/ironclad/issues/1
<https://github.com/mikera/ironclad/issues/1>

Then I guess you must do `mvn package`, then `java -jar
target/thecorrectjarname.jar`

For more info on maven you can start in
https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
Hi, I'm trying to run/compile the project at
https://github.com/mikera/ironclad, with Leiningen, and no luck.

My first attempt was trying to run it with *lein*, but as there's no
*project.clj*, that failed. After some research, it looks like I'm supposed
run the project from Java, not Clojure. So my second attempt was *lein
javac IronClad.java*, but that did absolutely nothing.

I found a *build.xml* makefile that looked promising, it had lines like:

    <target name="create_run_jar">
        <jar destfile="E:/Users/Mike/Desktop/ironclad.jar">
        <zipfileset src=
"E:\Programs\eclipse\plugins\org.junit_4.8.1.v4_8_1_v20100427-1100\junit.jar"
/>


but it looked generated by Eclipse, which I don't have. Also, I'm not clear
if that requires Maven or something.

I'm running on Windows, and have installed JDK 1.7 and Leiningen, no
Maven/Eclipse or other Java-related tools.

What is the best way to build this project?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with
your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to