This isn't the solution you were looking for, but it should work;

1. Add simmetrics to your local maven repo;
$ mvn install:install-file
-Dfile=*simmetrics_jar_v1_6_2_d07_02_07.jar* -DgroupId=simmetrics
-DartifactId=simmetrics -Dversion=1.6.2 -Dpackaging=jar -DgeneratePom=true

2. Refer to it in :dependencies of your project.clj file;
[simmetrics/simmetrics "1.6.2"]

3. Done :)
lein uberjar


On Thu, Sep 5, 2013 at 1:20 PM, Rooney <mr.hjb...@gmail.com> wrote:

> The another library is just jar file what used to use at java.
>
> the following is my project file.
>
> the red part is problem that is not contained from jar file when i use
> lein uberjar command.
>
> (defproject make-sentence "0.1.0-SNAPSHOT"
>   :description "FIXME: write description"
>   :url "http://example.com/FIXME";
>   :license {:name "Eclipse Public License"
>             :url "http://www.eclipse.org/legal/epl-v10.html"}
>   :dependencies [[org.clojure/clojure "1.5.1"]
>                  [org.clojure/java.jdbc "0.0.6"]
>                  [org.xerial/sqlite-jdbc "3.7.2"]
>                  [seesaw "1.2.2"]]
>   :plugins [[lein-swank "1.4.4"]
>             [lein-localrepo "0.5.2"]]
>   :java-source-paths ["java"]
> *  :resource-paths ["resource/simmetrics_jar_v1_6_2_d07_02_07.jar"]*
>   :main make-sentence.core
>   )
>
>
> How can i solve?
>
> --
> --
> 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/groups/opt_out.
>

-- 
-- 
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/groups/opt_out.

Reply via email to