BUILD SUCCESSFUL
Total time: 6 seconds
Awesome, thanks for the quick fix!
--~--~-~--~~~---~--~~
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
Hi,
ok. Fixed it. Was a stupid typo in the classname. Obviously it was no
Schrödingbug, since I didn't compile the changes
Fix is up on github.
Sincerely
Meikel
smime.p7s
Description: S/MIME cryptographic signature
Hi,
geez. A Schrödingbug I know I compiled it before, but
after a clean it broke. :( I'll see how to fix it.
Sincerely
Meikel
smime.p7s
Description: S/MIME cryptographic signature
It looks like ant is using ivy to get these dependencies, unless I'm
reading it wrong.
Is this what I need?
http://dev.mysql.com/downloads/connector/j/3.1.html
$ ant
Buildfile: build.xml
init:
download-ivy:
[get] Getting:
http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.1.0-rc1/ivy-2
Hi,
Am 02.07.2009 um 17:16 schrieb Ozzi Lee:
I get an error when compiling from head with ant. It dies with:
java.lang.ClassNotFoundException: org.mysql.jdbc.Connection
(mysql.clj:
18)
You'll need the JDBC drivers for MySQL and Derby. Otherwise
the corresponding backends won't compile. If
I get an error when compiling from head with ant. It dies with:
java.lang.ClassNotFoundException: org.mysql.jdbc.Connection (mysql.clj:
18)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to t
Dear community,
Meikel and I have been driving an effort to get ClojureQL to version
1.0.
For those who do not yet know about ClojureQL, its a database adapter
which allows you to interface with MySql, Derby, Sqlite etc, without
ever leaving your lisp syntax. But more than being a syntax thing,