Commit graph

1638 commits

Author SHA1 Message Date
Phil Hagelberg
39a6b2c63a Remove Clojure 1.2 from bootclasspath in lein.bat. Might fix #486. 2012-03-31 16:09:42 -07:00
Phil Hagelberg
c8701d10ab Merge pull request #485 from offby1/master
Tiny tweak to TUTORIAL.md
2012-03-30 13:37:05 -07:00
Eric Hanchrow
596446b164 Note that "lein search" can be slow 2012-03-30 13:12:26 -07:00
Nelson Morris
a8c06fbca9 Change :type to :extension in sample. Fixes #457 2012-03-30 13:13:41 -05:00
Nelson Morris
bbb2e37cfe Poms generate dependency options. Fixes #483
Helps with #457
2012-03-30 13:13:41 -05:00
Nelson Morris
cdc3ad14f4 Pom adds dev and test dependencies scoped 2012-03-30 13:13:41 -05:00
Nelson Morris
b4770d03c0 Pom generation profile handling; Add java-source-paths
1) add java-source-paths; #474.
2) make some good tests
3) remove :test :dev and :default profiles for maven info
4) use :test, :dev, :default profiles for test info
2012-03-30 13:13:41 -05:00
Phil Hagelberg
a7c2878d36 Add debug and info functions for #473.
Still need to start using them.
2012-03-30 11:09:41 -07:00
Phil Hagelberg
9eb65a4212 Bump repl connect timeout back up. Fixes #433. 2012-03-30 11:07:25 -07:00
Phil Hagelberg
eef8fe3d08 Block repl on prep-tasks. 2012-03-29 18:42:36 -07:00
Phil Hagelberg
6e225eb0a9 Test needs to set-ize things. 2012-03-29 17:10:58 -07:00
Phil Hagelberg
020071e576 Whitelist classpath to just zip/jar files. Fixes #481.
Helps with #457.
2012-03-29 17:01:20 -07:00
Colin Jones
7d4ef4ea73 Bump reply version
refs #479, 475
2012-03-29 17:36:11 -05:00
Colin Jones
277df33eaa Give consistent & friendly output about nREPL port
refs #480
2012-03-29 17:36:11 -05:00
Phil Hagelberg
b95be1039d Merge pull request #482 from technomancy/feature/392-profiles-in-project-map
Add :included-profiles metadata to project map in merge-profiles. See issue 392.
2012-03-29 10:12:08 -07:00
David Santiago
2c034aa0d3 Add :included-profiles metadata to project map in merge-profiles. See issue 392. 2012-03-29 02:48:31 -07:00
Phil Hagelberg
ef6055c597 Bump bultitude dependency. Fixes #477. 2012-03-28 13:39:19 -07:00
Phil Hagelberg
21d9917a3f Now :project-init is redundant with :injections. 2012-03-28 13:37:06 -07:00
Phil Hagelberg
d7a835efa9 We don't use CLOJURE_JAR anymore.
[ci skip]
2012-03-27 16:13:17 -07:00
Phil Hagelberg
28304d9e74 Reorganize todo. 2012-03-27 11:54:51 -07:00
Phil Hagelberg
a1d8abfb75 Add :offline profile. 2012-03-27 10:18:24 -07:00
Phil Hagelberg
6492101d36 Inline shutdown hook for killing subprocesses. 2012-03-27 10:18:17 -07:00
Phil Hagelberg
fb6cb26a66 Move AOT to :release profile. Fixes #471. 2012-03-26 11:43:39 -07:00
Phil Hagelberg
4e89806158 Shouldn't need to aot in leiningen-core anymore. 2012-03-25 19:19:36 -07:00
Phil Hagelberg
03e4a35e4a Merge pull request #472 from dysinger/feature/target-dir-should-be-target-path-in-sample
Make the sample file match the code
2012-03-25 19:12:41 -07:00
Tim Dysinger
5458e6595b Make the sample file match the code 2012-03-24 10:50:12 -10:00
Colin Jones
82eeed1a4e Destroy subprocesses on shutdown
This prevents orphaned processes from shelling out via
eval-in :subprocess. The song-and-dance around sh/
sh-without-orphans is to keep the public fn `sh` the same.

refs #455
2012-03-24 11:06:08 -05:00
Andrew Kondratovich
9afede1820 fixed normal/trampoline statement and arguments 2012-03-23 13:33:59 +03:00
Nelson Morris
d633fad0b6 Let deps :tree print a dependency tree 2012-03-22 22:27:16 -05:00
Andrew Kondratovich
f28018a075 fixed lein self-install on windows 2012-03-21 20:32:30 +03:00
Phil Hagelberg
d04bc76a1b Set :jvm-opts during eval-in :leiningen. 2012-03-20 13:53:25 -07:00
Phil Hagelberg
b3e3f04bc4 Fix example in tutorial. Fixes #449. 2012-03-20 13:53:09 -07:00
Phil Hagelberg
fb3ffbed0d Fix help task to call tasks function. 2012-03-20 13:52:37 -07:00
Phil Hagelberg
352e8d3f05 Fix target/classes vs classes mismatch in bin/lein.
In conclusion, freaking protocols.
2012-03-19 15:37:40 -07:00
Phil Hagelberg
933328bbb7 Merge pull request #459 from leadVisionary/patch-1
update README.md to add example of getting dependencies in place for 1.x...
2012-03-19 10:25:17 -07:00
Nicholas Vaidyanathan
53dd9bbaa4 update README.md to add example of getting dependencies in place for 1.x branch 2012-03-19 05:07:06 -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
Phil Hagelberg
32c1a21b6a Don't use abort as a side-effect. 2012-03-16 11:57:34 -07:00
Phil Hagelberg
6d28f3c152 Privatize anything that's not an explicit API. 2012-03-16 11:54:42 -07:00
Phil Hagelberg
7c75be1317 Switch leiningen.help/tasks to a function.
Because *gasp* the classpath can change now!
2012-03-16 11:54:42 -07:00
Phil Hagelberg
aa2888c4fd Fix clean GC slowdown bug. 2012-03-16 11:53:28 -07:00
Phil Hagelberg
10573d4e3e Allow run-form to be public. 2012-03-16 11:53:28 -07:00
Chas Emerick
7bff9deeb5 echo port number of headless nREPL server 2012-03-15 12:04:13 -07:00
Chas Emerick
ee1f2d79f3 add support for lein :connect [hostname:]port 2012-03-15 12:03:59 -07:00
Nelson Morris
557cdde580 Pretty-print pom.xml. Fixes #429. 2012-03-14 07:41:39 -05:00
Michael S. Klishin
acd0d8a5fa Display aliases in lein help 2012-03-14 00:15:40 +04:00
Michael S. Klishin
0761d16880 Use a more helpful message when task is not found
Instead of "that's not a task" print "... is not a task"
2012-03-13 23:12:05 +04:00
Phil Hagelberg
d99c154cfa Add dummy plugin task to point confused people to upgrade guide. 2012-03-13 10:22:17 -07:00
Phil Hagelberg
caf4d786b6 Clarify stable vs preview in readme. 2012-03-13 10:08:09 -07:00