Stringtemplate is [org.antlr/Stringtemplate "3.2"]. Clojure libraries
are generally available in Clojars, open source Java libraries are
often available in Maven Central.
The lein project.clj dependency format is [goupId/artifactId
"version"], from the maven pom format:
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>3.2</version>
</dependency>
You can easily search for available Java libraries at:
search.maven.org (or) mvnrepository.com
On Mon, Aug 22, 2011 at 8:51 AM, mmwaikar <[email protected]> wrote:
> Hi,
>
> There is no jar available for StringTemplate in clojars. But StringTemplate
> v3.2 jar is available in Maven. So I included the necessary entry for
> StringTemplate in project.clj and tried downloading using lein deps. It
> gives me the below error -
>
> Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.pom from
> central
> Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.pom from
> clojars
> Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.pom from
> central
> Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.jar from
> central
> Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.jar from
> clojars
> Downloading: stringtemplate/stringtemplate/3.2/stringtemplate-3.2.jar from
> central
> An error has occurred while processing the Maven artifact tasks.
> Diagnosis:
>
> Unable to resolve artifact: Missing:
> ----------
> 1) stringtemplate:stringtemplate:jar:3.2
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.apache.maven:super-pom:jar:2.0
> 2) stringtemplate:stringtemplate:jar:3.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.apache.maven:super-pom:jar:2.0
>
> from the specified remote repositories:
> clojars (http://clojars.org/repo/),
> central (http://repo1.maven.org/maven2)
>
>
>
> Exception in thread "main" Unable to resolve artifact: Missing:
> ----------
> 1) stringtemplate:stringtemplate:jar:3.2
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.apache.maven:super-pom:jar:2.0
> 2) stringtemplate:stringtemplate:jar:3.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.apache.maven:super-pom:jar:2.0
>
> from the specified remote repositories:
> clojars (http://clojars.org/repo/),
> central (http://repo1.maven.org/maven2)
>
> (NO_SOURCE_FILE:0)
> at clojure.lang.Compiler.eval(Compiler.java:5440)
> at clojure.lang.Compiler.eval(Compiler.java:5391)
> at clojure.core$eval.invoke(core.clj:2382)
> at clojure.main$eval_opt.invoke(main.clj:235)
> at clojure.main$initialize.invoke(main.clj:254)
> at clojure.main$script_opt.invoke(main.clj:270)
> at clojure.main$main.doInvoke(main.clj:354)
> at clojure.lang.RestFn.invoke(RestFn.java:457)
> at clojure.lang.Var.invoke(Var.java:377)
> at clojure.lang.AFn.applyToHelper(AFn.java:172)
> at clojure.lang.Var.applyTo(Var.java:482)
> at clojure.main.main(main.java:37)
> Caused by: Unable to resolve artifact: Missing:
> ----------
> 1) stringtemplate:stringtemplate:jar:3.2
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.apache.maven:super-pom:jar:2.0
> 2) stringtemplate:stringtemplate:jar:3.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.apache.maven:super-pom:jar:2.0
>
> from the specified remote repositories:
> clojars (http://clojars.org/repo/),
> central (http://repo1.maven.org/maven2)
>
>
> at
> org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:175)
> at
> org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:678)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
> at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:265)
> at leiningen.deps$do_deps.invoke(deps.clj:131)
> at leiningen.deps$deps.doInvoke(deps.clj:195)
> at clojure.lang.RestFn.invoke(RestFn.java:410)
> at clojure.lang.Var.invoke(Var.java:365)
> at clojure.lang.AFn.applyToHelper(AFn.java:161)
> at clojure.lang.Var.applyTo(Var.java:482)
> at clojure.core$apply.invoke(core.clj:542)
> at leiningen.core$apply_task.invoke(core.clj:228)
> at leiningen.core$_main.doInvoke(core.clj:294)
> at clojure.lang.RestFn.invoke(RestFn.java:410)
> at clojure.lang.AFn.applyToHelper(AFn.java:161)
> at clojure.lang.RestFn.applyTo(RestFn.java:132)
> at clojure.core$apply.invoke(core.clj:542)
> at leiningen.core$_main.invoke(core.clj:297)
> at user$eval42.invoke(NO_SOURCE_FILE:1)
> at clojure.lang.Compiler.eval(Compiler.java:5424)
> ... 11 more
> Caused by:
> org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
> Missing:
> ----------
> 1) stringtemplate:stringtemplate:jar:3.2
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=stringtemplate
> -DartifactId=stringtemplate -Dversion=3.2 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.apache.maven:super-pom:jar:2.0
> 2) stringtemplate:stringtemplate:jar:3.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.apache.maven:super-pom:jar:2.0
>
> from the specified remote repositories:
> clojars (http://clojars.org/repo/),
> central (http://repo1.maven.org/maven2)
>
>
> at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
> at
> org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:170)
> ... 34 more
>
>
> For now, I've downloaded the latest StringTemplate jar (from the original
> website) but this jar file gets deleted if in future I need to do a lein
> deps again. So how can I push StringTemplate latest jar to clojars?
>
> Thanks,
> Manoj.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> 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 post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en