Commit graph

1748 commits

Author SHA1 Message Date
Phil Hagelberg
468f6d5ae8 Call prep in jar task instead of invoking compile directly. Fixes #487. 2012-04-02 10:19:55 -07:00
Phil Hagelberg
06febc7339 Fix repl task when run outside project. 2012-04-02 09:36:41 -07:00
Moritz Ulrich
ca0741a95c Nicer formatting of lein deps :tree 2012-04-02 15:41:35 +02:00
Phil Hagelberg
62a8fc107d Remove plugin stuff from 1.x out of lein.bat. 2012-04-01 22:34:15 -07:00
Phil Hagelberg
4b57ef2c8a Fix absolutize to no longer assume unix paths. 2012-04-01 22:22:36 -07:00
Phil Hagelberg
3586e62e6b Store :trampoline-promise in metadata instead of in project map. Fixes #490. 2012-04-01 21:56:53 -07:00
Phil Hagelberg
030e41d72e Remove jline from lein.bat. 2012-04-01 09:17:27 -07:00
Phil Hagelberg
de282bfbe5 Fix :without-profiles as per suggestion in #488. 2012-04-01 09:13:56 -07:00
Phil Hagelberg
5e62ee0103 Merge pull request #488 from technomancy/fix/merge-metadata
Fix merge-profiles so that :included-profiles metadata is added to if it...
2012-04-01 09:11:10 -07:00
David Santiago
f52b7da79a Fix merge-profiles so that :included-profiles metadata is added to if it is already present, instead of overwriting it. 2012-04-01 01:35:30 -07:00
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