Hi mark, I am curious about why you need to convert. I am thinking of using
TC again myself soon.
Currently in hudson I just do lein commands and use lein test-out plugin so
the test reports can be shown as they would do from junit tests.
you could do the same with TC or failing that have a fir
There are no .class files in my jar
I assume some file-path is messed up, I just can't figure out where.
--
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 ar
Ah, forgot about that.
Still having the same issue with that resolved unfortunately.
--
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
Ah, forgot about that.
Still having the same issue with that resolved unfortunately.
On Friday, June 13, 2014 12:08:00 PM UTC-4, Alex Miller wrote:
>
> Not sure if this is the only thing to change, but :
>
>my-namespace.core
>
> should be:
>
>
>my_namespace.core
>
> While Clojure uses -
Not sure if this is the only thing to change, but :
my-namespace.core
should be:
my_namespace.core
While Clojure uses -'s in namespace names, they are always _'s in the
output package/class names.
On Friday, June 13, 2014 10:34:54 AM UTC-5, Mark Watson wrote:
>
> Hey guys,
>
> New to
Oh, and I have a function:
(defn -main []...)
In my-namespace.core
--
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
Not sure if this would help; but there's a `lein pom` command. I've just
run it on a project and it seems to produce a somewhat different pom.
On Fri, Jun 13, 2014 at 3:34 PM, Mark Watson wrote:
> Hey guys,
>
> New to Maven and need to convert my leiningen project to Maven to
> integrate with T
Hey guys,
New to Maven and need to convert my leiningen project to Maven to integrate
with TeamCity.
I can run:
mvn clean install
and it builds the .jar file.
However, when I try to run the jar file:
java -jar target/my-app-jar-with-dependencies.jar
I get the error:
Error: Could not fi