Commit graph

1663 commits

Author SHA1 Message Date
Phil Hagelberg
7f5e2b1a94 Support :fn in :filespecs for arbitrary additions to jar. 2012-04-03 11:36:13 -07:00
Phil Hagelberg
5fa6a7e501 Allow arbitrary :filespecs in project.clj. 2012-04-03 11:34:03 -07:00
Phil Hagelberg
9f5e3187a9 Re-add missing stacktrace. 2012-04-03 11:33:17 -07:00
Michael Klishin
0f53d23675 Merge pull request #495 from jseppanen/master
FAQ: add link to Maven HTTP proxy setup guide
2012-04-03 02:00:43 -07:00
Jarno Seppänen
77e8ac77a8 FAQ link to Maven proxy docs 2012-04-03 11:54:22 +03:00
Phil Hagelberg
bd75def95b Use main/info instead of println for loggish things. Fixes #473. 2012-04-02 21:13:23 -07:00
Phil Hagelberg
553fc90ec0 Merge pull request #494 from technomancy/fix/merge-profiles-meta
Fix merge-profiles so that it does not clobber existing metadata in the ...
2012-04-02 17:52:30 -07:00
David Santiago
0223ad8339 Fix merge-profiles so that it does not clobber existing metadata in the project map, but instead merges. 2012-04-02 17:50:24 -07:00
Phil Hagelberg
bc91b8d731 Fix deps :tree test. 2012-04-02 11:50:46 -07:00
Phil Hagelberg
9230083e2e Drop deps :tree indentation to 2. 2012-04-02 11:33:59 -07:00
Phil Hagelberg
b4e863db7f Merge remote branch 'the-kenny/master' 2012-04-02 11:23:16 -07:00
Phil Hagelberg
0babb90b05 Translate nonzero exit codes into exceptions. Fixes #493. 2012-04-02 11:12:36 -07:00
Phil Hagelberg
404d37f499 Temporarily disable test that relies on exit codes.
Once #493 is implemented, we can re-enable this test.
2012-04-02 10:32:20 -07:00
Phil Hagelberg
56c8f1dd4d Move :prep-tasks to default project instead of profile. 2012-04-02 10:29:17 -07:00
Phil Hagelberg
2d236dd662 Oops; forgot to actually remove compile call in that last one. 2012-04-02 10:21:12 -07:00
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