Commit graph

2148 commits

Author SHA1 Message Date
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
Colin Jones
2108321d2a Get latest reply alpha
Closes #446
2012-03-12 22:51:56 -05:00
Phil Hagelberg
6ba5119b8b Merge pull request #448 from scgilardi/master
fix stale-namespaces to work with (:source-paths project)
2012-03-12 17:42:59 -07:00
Stephen C. Gilardi
63a061ff21 add leiningen-core/src to source-paths and simplify :aot pattern 2012-03-12 20:32:41 -04:00
Stephen C. Gilardi
d423e77b8e shorten overlong line 2012-03-12 19:53:21 -04:00
Stephen C. Gilardi
642462ed53 fix stale-namespaces to work with (:source-paths project) 2012-03-12 19:52:45 -04:00
Phil Hagelberg
4e8f461381 Merge pull request #443 from scgilardi/master
javac: check .java vs. .class mod dates, only compile stale sources
2012-03-12 14:09:38 -07:00
Phil Hagelberg
6141fdca51 Deprecate conj-dependencies.
This scenario should be handled by task-specific profiles instead of a
function like this.
2012-03-12 12:06:01 -07:00
Phil Hagelberg
128b66dd52 Merge pull request #447 from michaelklishin/java-cmd
Respect :java-cmd in project (if given)
2012-03-12 10:56:11 -07:00
Michael S. Klishin
ece0304241 Ignore TAGS 2012-03-12 21:51:51 +04:00
Michael S. Klishin
712f1b9b84 Respect :java-cmd in project if it is given 2012-03-12 21:51:35 +04:00
Stephen C. Gilardi
a7d73d8bca file timestamp resolution can be coarse, compile if mod dates are equal 2012-03-12 08:36:55 -04:00
Stephen C. Gilardi
f34d92079a replaceAll -> replaceFirst (there is only one possible replacement) 2012-03-12 00:57:52 -04:00
Stephen C. Gilardi
1c938bc4d9 javac: check .java vs. .class mod dates, only compile stale sources 2012-03-12 00:45:57 -04:00
Phil Hagelberg
a3af7f5770 Merge pull request #442 from michaelklishin/one-more-test-for-the-new-task
One more test for the new task
2012-03-11 21:14:32 -07:00
Michael S. Klishin
c7b92d1b78 One more test case for the lein new task, includes artifact group in project name 2012-03-12 08:11:40 +04:00
Michael S. Klishin
b5372df434 Use lein-newnew 0.2.5 2012-03-12 08:11:09 +04:00
Phil Hagelberg
3353447696 Use lein-newnew 0.2.5. 2012-03-11 21:09:14 -07:00
Phil Hagelberg
245b036a4a Back to 2.0.0-SNAPSHOT. 2012-03-11 21:06:48 -07:00
Anthony Grimes
afda3c4929 Merge pull request #441 from scgilardi/master
improve error report in javac task when it fails to find the system java compiler
2012-03-11 14:30:40 -07:00
Stephen C. Gilardi
d1cb85d6e6 javac: improve error report when system java compiler is missing 2012-03-11 17:18:41 -04:00
Phil Hagelberg
e79f236426 Merge pull request #439 from jkk/master
fix broken test for search
2012-03-09 20:17:48 -08:00
Justin Kramer
31e053a8ee fix broken test for search 2012-03-09 23:07:17 -05:00
Phil Hagelberg
f237d00771 Merge pull request #438 from jkk/master
show % progress when downloading maven index
2012-03-09 19:19:51 -08:00
Justin Kramer
164cb0548a show progress when downloading maven index for search 2012-03-09 19:25:29 -05:00
Phil Hagelberg
d255672ac7 Update news and bash/zsh completion scripts. Fixes #437. 2012-03-09 09:55:47 -08:00
Phil Hagelberg
82bbd3b601 Release 2.0.0-preview2. 2012-03-08 20:33:47 -08:00
Phil Hagelberg
377904f6b8 Add :default profile in when loading plugins outside a project. 2012-03-08 10:26:02 -08:00
Phil Hagelberg
0a4d1c17d5 Merge pull request #436 from roman/patch-1
Fix documentation on add-repo-auth function
2012-03-07 21:30:27 -08:00
Roman Gonzalez
ec4f674e95 Fix documentation on add-repo-auth function
The documentation was after parameter list (checked out this issue via marginalia documentation).
2012-03-07 21:06:08 -08:00
Phil Hagelberg
bb381f9fd2 Handle nil :plugins key when running outside project dir. 2012-03-07 15:52:41 -08:00
Phil Hagelberg
245ba4c06b Merge pull request #435 from tobias/subtask-help
subtask-help-for expects a map, so let's give it one.
2012-03-07 15:36:42 -08:00
Phil Hagelberg
ee47831461 Quit using :use. 2012-03-07 14:54:20 -08:00
Phil Hagelberg
f7795cebd6 Update readme links to point to preview branch. 2012-03-07 14:27:26 -08:00
Phil Hagelberg
cc711200a4 Move version back to 2.0.0-SNAPSHOT. 2012-03-07 14:24:03 -08:00
Tobias Crawley
43bb201e24 subtask-help-for expects a map, so let's give it one. 2012-03-07 16:49:30 -05:00
Phil Hagelberg
efe16d5dee Release 2.0.0-preview1. 2012-03-07 12:06:48 -08:00
Phil Hagelberg
14ec91355b Load plugins when operating outside a project dir. 2012-03-07 11:58:12 -08:00
Phil Hagelberg
201afa4830 Do full AOT in Leiningen project itself.
Can't get it to boot in under a second otherwise.
2012-03-07 11:30:26 -08:00
Phil Hagelberg
6d05f4f1e9 Allow both :aot regexes and symbols to simultaneously work. 2012-03-07 11:30:26 -08:00
Phil Hagelberg
f6f46c267e Don't recursively prep project. 2012-03-07 11:30:26 -08:00