Commit graph

294 commits

Author SHA1 Message Date
Phil Hagelberg
15c5eb9287 Don't need to explicitly include clojars classic in project.clj. 2013-01-10 11:35:35 -08:00
Colin Jones
e01a1980af Bump reply again for more sjacket fixes 2012-12-29 16:54:27 -06:00
Colin Jones
9f628786eb Bump reply version 2012-12-28 21:50:05 -06:00
Phil Hagelberg
b4cc0f9dba Rename :post-preview selector to :disabled. 2012-12-26 10:07:51 -08:00
Lee Hinman
1edc6cc1c1 Fix lein deploy clojars issue by bumping clj-http in order to use repeatable http entities 2012-11-15 14:04:41 -05:00
Phil Hagelberg
6d4ffe9a98 Add classic repo to Leiningen's own project.clj. 2012-11-15 07:07:52 -08:00
Colin Jones
6658b1b56c Bump reply for (exit) fix 2012-11-06 09:15:05 -06:00
Phil Hagelberg
e804b26716 Remove compatibility shims and warnings in preparation for 2.0.0. 2012-11-01 16:39:34 -07:00
Colin Jones
9719e4d613 Bump reply version for a couple of bugfixes 2012-10-30 23:29:23 -05:00
Colin Jones
662bb14712 Bump reply and other repl-related versions
closes #823
2012-10-28 21:34:03 -05:00
Jeff Dik
c174a51163 project.clj: add exclusion for sisu-inject-plexus
Fixes:

Recalculating Leiningen's classpath.
Failing dependency resolution because
[org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]]] -> [org.sonatype.sisu/sisu-inject-plexus "1.4.3"]
is overrulling
[leiningen-core "2.0.0-SNAPSHOT"] -> [com.cemerick/pomegranate "0.0.13" :exclusions [[org.slf4j/slf4j-api]]] -> [org.sonatype.aether/aether-connector-wagon "1.13.1"] -> [org.sonatype.sisu/sisu-inject-plexus "2.2.3"]
Please use [org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]] :exclusions [org.sonatype.sisu/sisu-inject-plexus]] to get [org.sonatype.sisu/sisu-inject-plexus "2.2.3"] or use [leiningen-core "2.0.0-SNAPSHOT" :exclusions [org.sonatype.sisu/sisu-inject-plexus]] to get [org.sonatype.sisu/sisu-inject-plexus "1.4.3"].Failing dependency resolution because
[org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]]] -> [org.sonatype.sisu/sisu-inject-plexus "1.4.3"] -> [org.codehaus.plexus/plexus-utils "2.0.5"]
is overrulling
[leiningen-core "2.0.0-SNAPSHOT"] -> [com.cemerick/pomegranate "0.0.13" :exclusions [[org.slf4j/slf4j-api]]] -> [org.sonatype.aether/aether-connector-wagon "1.13.1"] -> [org.codehaus.plexus/plexus-utils "2.0.7"]
Please use [org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]] :exclusions [org.codehaus.plexus/plexus-utils]] to get [org.codehaus.plexus/plexus-utils "2.0.7"] or use [leiningen-core "2.0.0-SNAPSHOT" :exclusions [org.codehaus.plexus/plexus-utils]] to get [org.codehaus.plexus/plexus-utils "2.0.5"].Failing dependency resolution because
[org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]]] -> [org.sonatype.sisu/sisu-inject-plexus "1.4.3"] -> [org.codehaus.plexus/plexus-classworlds "2.2.3"]
is overrulling
[leiningen-core "2.0.0-SNAPSHOT"] -> [com.cemerick/pomegranate "0.0.13" :exclusions [[org.slf4j/slf4j-api]]] -> [org.sonatype.aether/aether-connector-wagon "1.13.1"] -> [org.codehaus.plexus/plexus-classworlds "2.4"]
Please use [org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]] :exclusions [org.codehaus.plexus/plexus-classworlds]] to get [org.codehaus.plexus/plexus-classworlds "2.4"] or use [leiningen-core "2.0.0-SNAPSHOT" :exclusions [org.codehaus.plexus/plexus-classworlds]] to get [org.codehaus.plexus/plexus-classworlds "2.2.3"].
2012-10-03 10:01:33 -07:00
Phil Hagelberg
4f507a207e Reverting "project.clj: add exclusion for sisu-inject-plexus"
This reverts commit ca4cbbfa85.
2012-09-29 20:21:18 -07:00
Jeff Dik
ca4cbbfa85 project.clj: add exclusion for sisu-inject-plexus
Fixes:

Recalculating Leiningen's classpath.
Failing dependency resolution because
[org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]]] -> [org.sonatype.sisu/sisu-inject-plexus "1.4.3"]
is overrulling
[leiningen-core "2.0.0-SNAPSHOT"] -> [com.cemerick/pomegranate "0.0.13" :exclusions [[org.slf4j/slf4j-api]]] -> [org.sonatype.aether/aether-connector-wagon "1.13.1"] -> [org.sonatype.sisu/sisu-inject-plexus "2.2.3"]
Please use [org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]] :exclusions [org.sonatype.sisu/sisu-inject-plexus]] to get [org.sonatype.sisu/sisu-inject-plexus "2.2.3"] or use [leiningen-core "2.0.0-SNAPSHOT" :exclusions [org.sonatype.sisu/sisu-inject-plexus]] to get [org.sonatype.sisu/sisu-inject-plexus "1.4.3"].Failing dependency resolution because
[org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]]] -> [org.sonatype.sisu/sisu-inject-plexus "1.4.3"] -> [org.codehaus.plexus/plexus-utils "2.0.5"]
is overrulling
[leiningen-core "2.0.0-SNAPSHOT"] -> [com.cemerick/pomegranate "0.0.13" :exclusions [[org.slf4j/slf4j-api]]] -> [org.sonatype.aether/aether-connector-wagon "1.13.1"] -> [org.codehaus.plexus/plexus-utils "2.0.7"]
Please use [org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]] :exclusions [org.codehaus.plexus/plexus-utils]] to get [org.codehaus.plexus/plexus-utils "2.0.7"] or use [leiningen-core "2.0.0-SNAPSHOT" :exclusions [org.codehaus.plexus/plexus-utils]] to get [org.codehaus.plexus/plexus-utils "2.0.5"].Failing dependency resolution because
[org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]]] -> [org.sonatype.sisu/sisu-inject-plexus "1.4.3"] -> [org.codehaus.plexus/plexus-classworlds "2.2.3"]
is overrulling
[leiningen-core "2.0.0-SNAPSHOT"] -> [com.cemerick/pomegranate "0.0.13" :exclusions [[org.slf4j/slf4j-api]]] -> [org.sonatype.aether/aether-connector-wagon "1.13.1"] -> [org.codehaus.plexus/plexus-classworlds "2.4"]
Please use [org.apache.maven.indexer/indexer-core "4.1.3" :exclusions [[org.apache.maven/maven-model] [org.sonatype.aether/aether-api] [org.sonatype.aether/aether-util]] :exclusions [org.codehaus.plexus/plexus-classworlds]] to get [org.codehaus.plexus/plexus-classworlds "2.4"] or use [leiningen-core "2.0.0-SNAPSHOT" :exclusions [org.codehaus.plexus/plexus-classworlds]] to get [org.codehaus.plexus/plexus-classworlds "2.2.3"].
2012-09-29 19:44:29 +00:00
Colin Jones
1843348d12 Bump reply version for a few issues
Duplicate printing on reader errors, moving to the official & now
up-to-date jline, and explicitly using System/out & System/in.
2012-08-27 20:04:10 -05:00
Phil Hagelberg
f633c90164 Back to 2.0.0-SNAPSHOT. Next release will be RC1, for reals. 2012-08-25 18:41:32 -07:00
Phil Hagelberg
3b1924e538 Release 2.0.0-preview10. 2012-08-25 16:49:21 -07:00
Phil Hagelberg
e29418dc58 Bump back to 2.0.0-SNAPSHOT. 2012-08-24 17:26:00 -07:00
Phil Hagelberg
88f00af830 Release 2.0.0-preview9. 2012-08-24 17:02:17 -07:00
Phil Hagelberg
fc7e3c7cb9 Back to snapshot. 2012-08-16 13:17:59 -07:00
Phil Hagelberg
ff8ed7f6a8 Release 2.0.0-preview8. 2012-08-16 11:06:45 -07:00
Phil Hagelberg
7aa941b56c Workaround for CLJ-1034. 2012-08-16 11:02:13 -07:00
Phil Hagelberg
c41871c5b7 Add an exclusion to reply to fix bootstrapping issues. 2012-08-15 17:22:40 -07:00
Colin Jones
bd59aa4ad3 Bump reply/nrepl dependencies
Fixes a memory leak and enables streaming to STDOUT for things like
printing large seqs.
2012-08-09 09:42:43 -05:00
Phil Hagelberg
ec0187d8e7 Use updated search index format and location. Lots of TODOs still. 2012-08-09 00:48:32 -07:00
Phil Hagelberg
1729cbb04d Bump bultitude, clucy versions. 2012-07-03 22:37:42 -07:00
Phil Hagelberg
36856e4fad Drop back to 2.0.0-SNAPSHOT, hopefully for the last time. 2012-06-27 16:54:31 -07:00
Phil Hagelberg
811e974174 Release 2.0.0-preview7. 2012-06-27 16:45:13 -07:00
Phil Hagelberg
143ce922d2 Fall back to reply beta8 due to trptcolin/reply#67 2012-06-22 10:58:36 -07:00
Phil Hagelberg
f10963d3e5 Pull in drawbridge directly so we can exclude ring. 2012-06-22 10:24:54 -07:00
Colin Jones
b9c1178b3a Bump REPLy/nREPL versions for reply task 2012-06-19 21:46:42 -05:00
Phil Hagelberg
1da790ed78 Bump back to 2.0.0-SNAPSHOT. 2012-06-11 18:45:00 -07:00
Phil Hagelberg
aa54676c65 Bump Bultitude version. Fixes #592. 2012-06-09 19:50:56 -07:00
Phil Hagelberg
14c650c9b0 Release 2.0.0-preview6 2012-06-02 21:07:35 -07:00
Phil Hagelberg
060ab177d2 Add bin/release. 2012-06-01 22:01:48 -07:00
Phil Hagelberg
3ac16dfee2 Depend on reply directly rather than using the default profile.
Fixes #616.
2012-06-01 10:47:25 -07:00
Phil Hagelberg
71781a83f3 Back to 2.0.0-SNAPSHOT. 2012-06-01 10:46:54 -07:00
Phil Hagelberg
5a790ca7c8 Release 2.0.0-preview5. 2012-05-31 21:20:42 -07:00
Phil Hagelberg
203d0e0ee1 Move reply to default profile so that it can be upgraded.
Without this users are stuck with the version of reply that ships with
Leiningen since it's on the bootclasspath.

Fixes #591.
2012-05-29 21:12:46 -07:00
Colin Jones
27d4845397 Bump REPL-y version for bugfixes 2012-05-21 17:48:54 -05:00
Phil Hagelberg
93bb6a1e14 Bump back to 2.0.0-SNAPSHOT. 2012-05-11 18:46:25 -07:00
Phil Hagelberg
104726ee71 Release 2.0.0-preview4. 2012-05-11 18:07:07 -07:00
Phil Hagelberg
af2bcd1f0f Move lein-newnew plugin to default profile. Fixes #540. 2012-05-10 11:45:02 -07:00
Phil Hagelberg
2df87f3dda Reword a few things in READMEs, todo tweaks. 2012-05-09 19:22:04 -07:00
Colin Jones
9bf24fe5e9 Bump reply
Fixes #557
2012-05-09 20:00:08 -05:00
Anthony Grimes
6bad4a0e7c Upgrade lein-newnew. 2012-04-29 16:10:18 -05:00
Michael S. Klishin
0dcf7ab5cf Use newnew plugin 0.2.8 with the directory structure fix 2012-04-28 00:40:48 +04:00
Phil Hagelberg
a7ea1c5b5a Bump lein-newnew to 0.2.7. Fixes #533. 2012-04-18 21:48:04 -07:00
Colin Jones
d972bc29cd Bump reply version for jlinerc warning fix 2012-04-18 23:18:33 -05:00
Colin Jones
3461f4cade Bump reply, nREPL, and cd-client
Add paren matching, fix multiline garbage, add printing after value
returned, add cdoc alias, clarify help output, fix lazy-clojuredocs
in new project, avoid nesting agents, and remind me that I need to
finally create a changelog for reply.

refs #525
2012-04-16 22:26:24 -05:00
Phil Hagelberg
030632acf6 Bump back to snapshot. 2012-04-12 10:37:34 -07:00
Phil Hagelberg
a95f990227 Release 2.0.0-preview3. 2012-04-12 10:18:32 -07:00
Phil Hagelberg
8cb1062526 Bump reply to 0.1.0-beta3. 2012-04-11 09:25:51 -07:00
Phil Hagelberg
97e3909848 Have mercy on the packagers; don't pull in useful for a 1-line defn. 2012-04-11 09:24:12 -07:00
Phil Hagelberg
15e1213ce3 Bump lein-newnew version. Fixes #507. 2012-04-10 12:12:41 -07:00
Anthony Grimes
28a930386a Update bultitude. 2012-04-10 09:48:00 -05:00
Lee Hinman
4d0dda9004 bump clj-http dependency 2012-04-08 16:15:38 -06:00
Colin Jones
80208ca303 Bump reply dependency
Adds http nREPL support and fixes a few bugs
2012-04-07 16:36:30 -05:00
Juergen Hoetzel
18362faf8a add proxy support
Parse http_proxy environment variable to setup aether/pomegranate proxy config.
2012-04-04 18:12:56 +02:00
Colin Jones
7d4ef4ea73 Bump reply version
refs #479, 475
2012-03-29 17:36:11 -05:00
Phil Hagelberg
ef6055c597 Bump bultitude dependency. Fixes #477. 2012-03-28 13:39:19 -07:00
Phil Hagelberg
fb6cb26a66 Move AOT to :release profile. Fixes #471. 2012-03-26 11:43:39 -07:00
Phil Hagelberg
556f4b87e6 Switch from :busted test tagging to :post-preview. 2012-03-16 12:14:01 -07:00
Phil Hagelberg
37483b487b Add :offline test selector. 2012-03-16 11:57:35 -07:00
Colin Jones
2108321d2a Get latest reply alpha
Closes #446
2012-03-12 22:51:56 -05:00
Stephen C. Gilardi
63a061ff21 add leiningen-core/src to source-paths and simplify :aot pattern 2012-03-12 20:32:41 -04:00
Phil Hagelberg
3353447696 Use lein-newnew 0.2.5. 2012-03-11 21:09:14 -07:00
Phil Hagelberg
245b036a4a Back to 2.0.0-SNAPSHOT. 2012-03-11 21:06:48 -07:00
Justin Kramer
164cb0548a show progress when downloading maven index for search 2012-03-09 19:25:29 -05:00
Phil Hagelberg
82bbd3b601 Release 2.0.0-preview2. 2012-03-08 20:33:47 -08:00
Phil Hagelberg
cc711200a4 Move version back to 2.0.0-SNAPSHOT. 2012-03-07 14:24:03 -08:00
Phil Hagelberg
efe16d5dee Release 2.0.0-preview1. 2012-03-07 12:06:48 -08:00
Phil Hagelberg
201afa4830 Do full AOT in Leiningen project itself.
Can't get it to boot in under a second otherwise.
2012-03-07 11:30:26 -08:00
Colin Jones
83062dcbd0 Bump reply to get fixes 2012-03-05 23:11:18 -06:00
Phil Hagelberg
c4dad5be02 Bump lein-newnew plugin to 0.2.4. Fixes #427. 2012-03-02 14:15:14 -08:00
Phil Hagelberg
861e4f08ea Make leiningen-core dirs visible when testing leiningen proper. 2012-03-01 15:30:50 -08:00
Anthony Grimes
9b0185747a Switch to bultitude for ns finding stuff. 2012-02-24 22:15:19 -06:00
Anthony Grimes
c2de2671e4 Use official data.xml release. 2012-02-24 21:52:13 -06:00
Anthony Grimes
630213b1d3 Merge in nrepl-upgrade branch. 2012-02-20 00:53:38 -06:00
Colin Jones
1d84877814 Bump reply for more CLJ-855 fun 2012-02-19 09:21:25 -06:00
Phil Hagelberg
20b6c0415a Bump clucy version to avoid dynamicity warnings. 2012-02-16 13:12:48 -08:00
Colin Jones
e707fd54a9 Bump reply & clojure-complete versions 2012-02-15 18:29:55 -06:00
Colin Jones
cc70b87a4b Hook up to nrepl beta1 2012-02-14 18:31:00 -06:00
Phil Hagelberg
4cce496b36 Lock to data.xml timestamped snapshot, update todos. 2012-02-13 21:02:18 -08:00
Colin Jones
6ac9ba9832 Lock to non-snapshot reply 2012-02-11 18:23:42 -06:00
Phil Hagelberg
432c4eae41 Link to the EPL in project.clj. 2012-02-08 22:55:48 -08:00
Anthony Grimes
7a7945880f Move reply and lein-newnew to lein's own project.clj.
The only reason this wasn't possible before was because the classpath
was being cached in .lein-classpath, giving the appearance of those
dependencies not being seen.
2012-02-07 16:12:14 -06:00
Anthony Grimes
8f2c0c178e Remove newnew stuff from leiningen and add it as a dependency. 2012-02-05 04:21:14 -06:00
Nelson Morris
8baf33ec80 Update deploy task 2012-01-22 22:41:47 -06:00
Nelson Morris
ef2b0f0b9b Copy pom.xml generation from depot
Take some code from depot
Take the git scm code from lein 1.x
Update sample.project.clj with multiple source/test directories and extensions
Creates a similiar pom for sample.project.clj as lein 1.x
Use build-helper-maven-plugin for multiple source directories
2012-01-22 22:41:47 -06:00
Phil Hagelberg
b4661d8cb9 Tidy up from-checkout classpath setup. 2012-01-17 15:11:24 -08:00
Phil Hagelberg
205c58695b Move HACKING.md into leiningen-core README.md. 2012-01-15 20:43:12 -08:00
Phil Hagelberg
bee65686e4 Full test suite will at least compile.
Tests which we don't expect to pass are marked with :busted metadata.
2012-01-06 21:27:21 -08:00
Anthony Grimes
3ecf047369 Merge lein-newnew into Leiningen proper. 2011-11-20 16:36:10 -06:00
Phil Hagelberg
51ceffdc06 Switch from leiningen.core to leiningen.main. 2011-11-19 20:44:21 -08:00
Phil Hagelberg
3b02d41e83 Merge branch '1.x'
Conflicts:
	README.md
	bin/lein
	bin/lein-pkg
	bin/lein.bat
	doc/PLUGINS.md
	pom.xml
	project.clj
	src/leiningen/compile.clj
	src/leiningen/trampoline.clj
	todo.org
2011-11-12 13:46:59 -08:00
Phil Hagelberg
9c94368393 Release 1.6.2. 2011-11-12 11:30:55 -08:00
Chas Emerick
2c324b3003 Upgrade to maven-ant-tasks 2.1.3, explicitly add disabled "central" repository when :omit-default-repositories is true. Fixes #211. 2011-08-25 08:25:24 -04:00
Phil Hagelberg
b631a47dd8 Drop version number to 1.6.2-SNAPSHOT. 2011-08-07 14:46:56 -07:00
Phil Hagelberg
f3547d5dd1 Bump version to 2.0.0-SNAPSHOT. 2011-07-16 14:50:16 -07:00
Phil Hagelberg
86e602e6c0 Bump to 1.7.0-SNAPSHOT. 2011-07-16 14:38:45 -07:00
Phil Hagelberg
bd466d751a Release 1.6.1. 2011-07-06 09:05:09 -07:00
Phil Hagelberg
44994c9d53 Re-word docs in favour of the term "project automation". 2011-07-05 20:43:25 -07:00
Phil Hagelberg
9bfc582ab6 Bump to hooke 1.1.2 to fix compatibility with Clojure 1.3. 2011-07-03 14:55:13 -07:00
Phil Hagelberg
0a301ae611 Bump version to 1.6.1-SNAPSHOT. 2011-07-01 07:24:41 -07:00
Phil Hagelberg
8a3054eea0 Release 1.6.0. 2011-06-29 20:35:51 -07:00
Phil Hagelberg
03bda7c4c4 Upgrade to lancet 1.0.1. 2011-06-22 20:13:27 -07:00
Phil Hagelberg
c1eba87ce5 Improve error message for unconfigured deploy. 2011-06-15 22:00:58 -07:00
Joe Gallo
3c49fda8d6 Bump hooke to 1.1.1. 2011-06-02 12:47:11 -04:00
Phil Hagelberg
4f53293429 Show totals in search results. 2011-05-31 21:48:47 -07:00
Phil Hagelberg
e3c1847245 Merge search task into mainlein. (har har) 2011-05-04 18:07:53 -07:00
Phil Hagelberg
5be46a2b13 Bump to 1.6.0-SNAPSHOT. 2011-04-19 21:32:29 -07:00
Phil Hagelberg
a1fa434002 Release 1.5.2. 2011-04-13 21:14:47 -07:00
Phil Hagelberg
d055f28b64 Release 1.5.1. 2011-04-12 19:08:00 -07:00
Phil Hagelberg
72b163514a Bump version to 1.5.1-SNAPSHOT. 2011-03-30 11:52:35 -07:00
Phil Hagelberg
0c6ac280e8 Release 1.5.0. 2011-03-22 20:40:46 -07:00
Phil Hagelberg
dfc672a1fb Update to Clojure 1.2.1. 2011-03-21 20:37:04 -07:00
Phil Hagelberg
b5b8214f22 1.5.0 RC1 2011-03-11 11:55:24 -08:00
Phil Hagelberg
c99af38529 Move to lancet as a separate project.
Requires re-running "lein-stable deps" in checkout if you are running
from source.
2011-03-09 19:46:16 -08:00
Travis Vachon
b40b8575d4 Add ant-nodeps as a dependency to pull in symlink task
The symlink task appears to have moved to ant-nodeps in ant 1.7.1,
which means that :jar-strategy :symlink is currently broken. Add
ant-nodeps as a dependency to get this working again.
2011-01-21 00:29:07 -05:00
Phil Hagelberg
479c2671ba Bump version to 1.5.0-SNAPSHOT. 2011-01-13 15:27:01 -05:00
Phil Hagelberg
6a1572f478 Release 1.4.2. 2010-12-31 22:22:56 -08:00
Phil Hagelberg
a246815bf4 Release 1.4.1. 2010-12-16 21:41:44 -08:00
Phil Hagelberg
e0cc603fba Bump to version 1.4.1-SNAPSHOT. 2010-12-09 12:46:33 -08:00
Phil Hagelberg
b3e113f211 Release 1.4.0. 2010-12-02 18:29:06 -08:00
Phil Hagelberg
b3fe397891 Switching all Github URLs to https. 2010-12-02 18:16:25 -08:00
Phil Hagelberg
b44bd14118 Use latest Hooke. 2010-11-23 10:56:12 -08:00
Phil Hagelberg
26d7631486 Release 1.4.0-RC2. 2010-11-20 20:42:32 -08:00
Phil Hagelberg
5075cf53d6 Release 1.4.0-RC1. 2010-11-07 16:10:42 -08:00
Phil Hagelberg
5182797f86 Fall back to Clojure 1.2 until bootclasspath issues are resolved. 2010-11-07 13:44:31 -08:00
Travis Vachon
7b922eab68 Fix ant group name
Apparently the group name changed between 1.6 and 1.7.1. I believe I
noticed this but neglected to update the pull request, as I had a
local commit where this was fixed.

Ran lein deps and lein test and confirmed this makes everything click.
2010-10-26 12:19:52 -04:00
Travis Vachon
3a96bb1002 Upgrade to Ant 1.7.1 and exclude version from maven-ant-tasks
This is a personal itch, driven by a desire to use a task
incompatible with 1.6.5 [ant-deb-task].

Testing over the course of the day suggests that the problems
noted here:

http://groups.google.com/group/leiningen/browse_thread/thread/3a0118282d0394b0/a65645fca0f6f73c?lnk=gst&q=ant#a65645fca0f6f

don't seem to be happening anymore.

A brief attempt to use 1.8.1 ended in tears. Without doing much
research, it looks like lancet or leiningen will need to be
updated to work with that version.
2010-10-25 23:32:51 -07:00
Phil Hagelberg
c4184c6ef7 Add eval-in-leiningen to project.clj. 2010-10-25 18:54:37 -07:00
Phil Hagelberg
1551ebc5b1 Lock to Clojure 1.3.0-alpha1 while the dust settles. 2010-10-24 12:36:53 -07:00
Phil Hagelberg
69e80ae392 Add contrib back in as per mailing list discussions.
Will be removed again in 2.0.
2010-10-03 13:40:43 -07:00
Phil Hagelberg
323806d080 Don't need swank in project.clj; use user-level plugins. 2010-09-09 17:25:45 -07:00
Phil Hagelberg
d955c078b4 Upgrade to Clojure 1.3.0-SNAPSHOT. 2010-09-08 21:02:33 -07:00
Phil Hagelberg
7f5b8627a6 Ready for 1.4.0-SNAPSHOT. 2010-09-08 14:06:17 -07:00
Phil Hagelberg
2ea4b63e58 Release 1.3.1. 2010-09-07 18:54:35 -07:00
Phil Hagelberg
b6347f08f9 Back to 1.3.1-SNAPSHOT; we have unfinished business here. 2010-08-20 17:56:31 -07:00
Phil Hagelberg
5b76514ea6 Bump version to 1.4.0-SNAPSHOT. 2010-08-20 13:58:50 -07:00
Phil Hagelberg
b93f5e4feb Release 1.3.0! 2010-08-19 21:15:59 -07:00
Phil Hagelberg
fe2927a9f2 Upgrade Leiningen and "new" task to Clojure 1.2.0 stable. 2010-08-19 20:54:28 -07:00
Phil Hagelberg
2cf9683257 Bump to 1.3.0-RC1 2010-08-16 21:39:43 -07:00
Phil Hagelberg
8b25d5d9ec Update new task and Leiningen itself to use Clojure 1.2.0-RC3. 2010-08-16 21:34:30 -07:00
Phil Hagelberg
4a848077a2 Bump version to 1.3.0-SNAPSHOT. 2010-07-31 09:37:03 -07:00
Phil Hagelberg
13dff97c1d Bump version to 1.2.1-SNAPSHOT. 2010-07-21 23:14:48 -07:00
Phil Hagelberg
c21bbd9aed Release 1.2.0. 2010-07-18 13:41:03 -07:00
Phil Hagelberg
8889ea5af9 Add Robert Hooke to Leiningen's dependencies.
It's not needed for Leiningen itself, but it makes developing plugins easier.
2010-07-17 11:11:34 -07:00
Phil Hagelberg
71a966be19 Bump to using Clojure beta1 for Leiningen and new projects. 2010-07-17 10:38:55 -07:00
Phil Hagelberg
5cd048ee60 Leiningen's own build must use :disable-implicit-clean.
Thanks to itistoday for reporting the issue.
2010-07-03 20:20:24 -07:00