Commit graph

1877 commits

Author SHA1 Message Date
Phil Hagelberg
f9c7ae3641 News for preview3. 2012-04-05 18:06:45 -07:00
Nelson Morris
2d71d28904 Pom output handles dev dependencies that overlap standard deps
Fixes #500
2012-04-05 13:48:30 -05:00
Phil Hagelberg
0dba192b3e Document $http_proxy in faq. 2012-04-05 10:38:23 -07:00
Phil Hagelberg
5deaa608bc Merge pull request #499 from jseppanen/master
FAQ: Maven HTTP proxy setup only for Leiningen 1.x
2012-04-05 10:24:12 -07:00
Jarno Seppänen
055f549415 Maven proxy only valid for Leiningen 1.x 2012-04-05 11:23:44 +03:00
Nelson Morris
3076100706 Handle global exclusions in all dependency cases. Fixes #498
Also remove global exclusion handling in pom generation, otherwise
it would generate 2 exclusion tags.
2012-04-04 19:02:54 -05:00
Phil Hagelberg
2307991c1a Set http proxy system properties. Addresses half of #281. 2012-04-04 11:21:06 -07:00
Phil Hagelberg
eb3806dc64 Get authentication info out of $http_proxy. 2012-04-04 10:04:45 -07:00
Phil Hagelberg
c38b8ecd0c Skip profiles when calculating deps for uberjar. 2012-04-04 09:59:18 -07:00
Phil Hagelberg
6a9713da7f Fix get-proxy-settings when http_proxy isn't set. 2012-04-04 09:58:38 -07:00
Phil Hagelberg
9ad22240ef Merge pull request #497 from juergenhoetzel/master
add proxy support
2012-04-04 09:43:16 -07: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
Nelson Morris
9d046a83b7 Handle exclusion vector better for pom generation
treat [name name2] the same as [[name] [name2]].
2012-04-03 20:53:16 -05:00
Phil Hagelberg
03d6632169 Document :filespecs in sample project.clj. 2012-04-03 13:03:51 -07:00
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