Commit graph

1729 commits

Author SHA1 Message Date
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
Tobias Crawley
158355303e leiningen.core.main/task-not-found needs to be marked as not needing a project to work properly. 2012-03-07 13:59:20 -05:00
Phil Hagelberg
c6939301a2 Docstring updates. 2012-03-06 20:26:13 -08:00
Phil Hagelberg
fe14bed743 Make "lein upgrade" look at preview branch. 2012-03-06 19:49:10 -08:00
Phil Hagelberg
15f0540c04 Use bootstrap classpath for Leiningen. 2012-03-06 19:49:04 -08:00
Phil Hagelberg
a62ff2539b Update sample, readme, todo.
[ci skip]
2012-03-06 18:06:21 -08:00
Phil Hagelberg
fc8aec4284 Update tutorial.
[ci skip]
2012-03-06 14:49:45 -08:00
Phil Hagelberg
32d722ab2d Make copy-to-jar into a reduction so duplicate roots aren't added. 2012-03-06 14:40:26 -08:00
Anthony Grimes
82df67b959 Add a failing test for overlapped sourcepaths. 2012-03-06 15:58:14 -06:00
Phil Hagelberg
d6fdc21648 Allow suppressing of leiningen.core.main/exit for IDEs/tools. 2012-03-06 11:07:52 -08:00
Phil Hagelberg
1370be9725 Drop user/settings in favour of checking :user profile directly. 2012-03-06 11:07:51 -08:00
Colin Jones
83062dcbd0 Bump reply to get fixes 2012-03-05 23:11:18 -06:00
Colin Jones
c4b4e62ede Extract function for ack-port 2012-03-05 23:11:18 -06:00
misfo
84e3c0bcb7 Documentation for lein repl :headless 2012-03-05 23:11:18 -06:00
misfo
58f427eb73 Add :headless flag to repl task
Allow LEIN_REPL_ACK_PORT to be specified for when running :headless, so
external programs can be notified when nREPL is done firing up.
2012-03-05 23:11:18 -06:00
Phil Hagelberg
4ef309b448 Update sample.project.clj for 2.0.0-preview. 2012-03-05 17:44:26 -08:00
Phil Hagelberg
bf1ab79052 Port :checkout-deps-shares to master branch. 2012-03-05 17:39:48 -08:00
Phil Hagelberg
5c61b41579 NEWS updates. 2012-03-05 17:01:16 -08:00
Phil Hagelberg
9607d2897c Merge branch 'master' of github.com:technomancy/leiningen 2012-03-05 10:53:14 -08:00
Phil Hagelberg
9add0f5aa5 Merge pull request #431 from misfo/patch-2
Revert a text change to README.md
2012-03-05 10:51:50 -08:00