Commit graph

3260 commits

Author SHA1 Message Date
Toby Crawley
3e865aedf2 Account for repl urls with paths [fixes #1344, again] 2013-10-17 00:06:40 -04:00
Phil Hagelberg
c4446fc531 Merge pull request #1341 from llasram/meta-merge-defaults
More nuanced merging of project defaults.
2013-10-14 17:25:04 -07:00
Phil Hagelberg
9887b485db Merge pull request #1342 from dominikdz/master
changed syntax of :pom-plugins definition for pom task
2013-10-14 17:01:11 -07:00
Marshall Bockrath-Vandegrift
5d64d83fd6 More nuanced merging of project defaults. 2013-10-14 19:59:18 -04:00
Phil Hagelberg
d3c6231c48 Merge pull request #1345 from tobias/repl-port-abort-fix
Fix 'repl :connect <port>' when used outside of a project [fixes #1344]
2013-10-10 09:32:04 -07:00
Toby Crawley
9f41ea9154 Fix 'repl :connect <port>' when used outside of a project [fixes #1344]
connect-string now verifies that the string ends with a port after the
string is fully formed, aborting if no port is found. This also
includes improvements to the repl help text, and more test coverage
for connect-string.
2013-10-10 11:50:44 -04:00
Dominik Dziedzic
29822c490c task pom / :pom-plugins - bug fixed: extra <configuration> tag 2013-10-09 19:15:53 +02:00
Phil Hagelberg
85d3549c14 Bump version up to 2.3.4-SNAPSHOT. 2013-10-09 09:06:18 -07:00
Dominik Dziedzic
355ee8aefc task pom / :pom-plugins
added backward compatibility with version 2.3.3
2013-10-08 23:31:42 +02:00
Dominik Dziedzic
08fbda67fe changed syntax of :pom-plugins definition for pom task
1. support of [:configuration ... ] was removed
2. it was replaced with map which contains arbitrary XML definitions,
syntax is the same as in pom-additions

3. also added use case in pom-plugins
2013-10-08 04:12:05 +02:00
Phil Hagelberg
6a6cecee0f Release 2.3.3 2013-10-05 15:40:59 -07:00
Phil Hagelberg
d9496b0c9f Update news 2013-10-05 15:37:30 -07:00
Phil Hagelberg
7b3ff4e570 Add a test for gpg keys and ssl cert expiry. 2013-10-05 15:29:16 -07:00
Phil Hagelberg
2859d66a63 Merge pull request #1339 from llasram/uberjar-merge-with
Implement `:uberjar-merge-with` requested in issue #973.
2013-10-05 15:29:45 -07:00
Michael Klishin
9045e115bf Merge pull request #1340 from llasram/sample-whitespace
Fix unusual/extra whitespace in sample.project.clj.
2013-10-05 14:23:15 -07:00
Marshall Bockrath-Vandegrift
1ab4cbc366 Fix unusual/extra whitespace in sample.project.clj. 2013-10-05 17:11:57 -04:00
Marshall Bockrath-Vandegrift
39e3d57ec9 Implement :uberjar-merge-with requested in issue #973. 2013-10-05 13:56:57 -04:00
Phil Hagelberg
4d3c46d1fa Merge pull request #1310 from jakubholynet/patch-1
Described *1-*3,*e in repl-welcome
2013-10-04 07:43:58 -07:00
Phil Hagelberg
4d211a2a90 Merge pull request #1324 from dominikdz/master
Added support of maven <plugin> in pom.xml (pom-plugin tag)
2013-10-03 19:14:14 -07:00
Jean Niklas L'orange
a4a027cf5a Merge pull request #1338 from jcrossley3/port-required
Abort with a nicer message when neither port nor .nrepl-port is provided
2013-10-02 08:40:10 -07:00
Jim Crossley
360fab0fe7 Abort with a nicer message when neither port nor .nrepl-port is provided 2013-10-02 11:05:16 -04:00
Phil Hagelberg
9e04655af9 Merge pull request #1336 from jcrossley3/connect-via-nrepl-port-file
Fallback to .nrepl-port for 'repl :connect' subtask
2013-10-01 14:07:22 -07:00
Jim Crossley
bd008f800e Fallback to .nrepl-port for 'repl :connect' subtask 2013-10-01 15:18:25 -04:00
Jean Niklas L'orange
ab7f332797 Merge in better error messages for -m in lein run. 2013-09-29 20:07:49 +02:00
Jean Niklas L'orange
f39b4b7c38 More descriptive error message for nonexistant ns.
Closes #1257.
2013-09-29 20:02:17 +02:00
Jean Niklas L'orange
10adf535d3 Better error message for bad -m args. 2013-09-29 18:57:52 +02:00
Jean Niklas L'orange
ee685611da Merge pull request #1332 from jconti/master
Fix typo in lein template invocation command.
2013-09-21 07:01:22 -07:00
John Conti
40caa932fe Fix typo in lein template invocation command. 2013-09-21 07:08:35 -06:00
Phil Hagelberg
1ee77bade7 Warn when nrepl dependency isn't found. Fixes #1330. 2013-09-19 10:51:02 -07:00
Phil Hagelberg
6853a511f9 Don't warn about user profiles when running outside a project. 2013-09-19 10:40:59 -07:00
Phil Hagelberg
d3facea5a2 Use profile-scoped targets in app template. 2013-09-19 10:39:30 -07:00
Phil Hagelberg
4e5d8d2a5e Use more descriptive local name. 2013-09-19 10:39:30 -07:00
Phil Hagelberg
d37195b877 Fix tutorial repl message. Addresses #1317. 2013-09-19 10:39:30 -07:00
Dominik Dziedzic
bac42c795a Maven plugins are now supported by :pom-plugins to avoid name conflict
with Leiningen :plugins vector. 

Added maven <configuration/> tag inside of plugin definition.

Added usecase of :pom-plugins in sample.project.clj
2013-09-12 01:16:16 +02:00
Dominik Dziedzic
b1529ed8e3 Added support of maven plugins in project.clj.
It's possible to add definition :plugins in project definition.
Example: 
 :plugins [[com.theoryinpractise/clojure-maven-plugin "1.3.13"]
           [org.apache.tomcat.maven/tomcat7-maven-plugin "2.1"]]
2013-09-12 01:02:24 +02:00
Jean Niklas L'orange
c86a69333e Don't add alias-help as public API in lein.help.
Also add in a couple of tests to ensure that aliases print docstrings.
2013-09-07 03:01:06 +02:00
Jean Niklas L'orange
772017d3aa Add alias explanations for lein help task.
Closes #1316.
2013-09-04 22:18:11 +02:00
Jean Niklas L'orange
89f06a49aa Add in a :plugin-tree test. 2013-08-29 15:21:08 +02:00
Jean Niklas L'orange
f2c845a448 Implement lein deps :plugin-tree, closes #1314. 2013-08-29 15:18:39 +02:00
Phil Hagelberg
e5c3aa03b1 Merge pull request #1313 from coventry/clarify-checkout-dependency-usage
Slight clarification to checkout dependency usage
2013-08-28 13:08:03 -07:00
Alex Coventry
aa320f5bc5 lein install may not be needed if lein can find the library in another
repository.
2013-08-28 15:15:38 -04:00
Alex Coventry
cd915ebdaf Slight clarification to checkout dependency usage 2013-08-28 13:20:11 -04:00
Phil Hagelberg
b89ede9c23 Handle stdin for :eval-in :nrepl. 2013-08-27 19:20:58 -07:00
Phil Hagelberg
36a9350ba0 Allow default eval-in dispatch value to be changed with a defmethod. 2013-08-27 19:20:58 -07:00
Jean Niklas L'orange
0fa310859d Remove usage of soon-to-be legacy API in nrepl. 2013-08-28 01:20:54 +02:00
Jean Niklas L'orange
31253d4491 Fix a bug where specified repl host was ignored. 2013-08-27 23:27:04 +02:00
Jean Niklas L'orange
c76ac8d9af Add ^:skip-aot as default for app template.
Elaborate more on when ^:skip-aot will disable compilation. Would be
great to cut out a lot of that documentation for 3.0.0.
2013-08-27 01:54:32 +02:00
Phil Hagelberg
9c5282e0c8 Merge pull request #1312 from kumarshantanu/master
fix #1309 - lein.bat now honors HTTP_CLIENT env var
2013-08-26 09:55:56 -07:00
Shantanu Kumar
c1b21360b9 fix #1309 - lein.bat now honors HTTP_CLIENT env var 2013-08-25 02:34:43 +05:30
Jean Niklas L'orange
400d782272 Reenable java main run test.
Also more changes from use to require.
2013-08-24 17:36:21 +02:00