Commit graph

1614 commits

Author SHA1 Message Date
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
Tim Dysinger
5458e6595b Make the sample file match the code 2012-03-24 10:50:12 -10:00
Colin Jones
82eeed1a4e Destroy subprocesses on shutdown
This prevents orphaned processes from shelling out via
eval-in :subprocess. The song-and-dance around sh/
sh-without-orphans is to keep the public fn `sh` the same.

refs #455
2012-03-24 11:06:08 -05:00
Andrew Kondratovich
9afede1820 fixed normal/trampoline statement and arguments 2012-03-23 13:33:59 +03:00
Nelson Morris
d633fad0b6 Let deps :tree print a dependency tree 2012-03-22 22:27:16 -05:00
Andrew Kondratovich
f28018a075 fixed lein self-install on windows 2012-03-21 20:32:30 +03:00
Phil Hagelberg
d04bc76a1b Set :jvm-opts during eval-in :leiningen. 2012-03-20 13:53:25 -07:00
Phil Hagelberg
b3e3f04bc4 Fix example in tutorial. Fixes #449. 2012-03-20 13:53:09 -07:00
Phil Hagelberg
fb3ffbed0d Fix help task to call tasks function. 2012-03-20 13:52:37 -07:00
Phil Hagelberg
352e8d3f05 Fix target/classes vs classes mismatch in bin/lein.
In conclusion, freaking protocols.
2012-03-19 15:37:40 -07:00
Phil Hagelberg
933328bbb7 Merge pull request #459 from leadVisionary/patch-1
update README.md to add example of getting dependencies in place for 1.x...
2012-03-19 10:25:17 -07:00
Nicholas Vaidyanathan
53dd9bbaa4 update README.md to add example of getting dependencies in place for 1.x branch 2012-03-19 05:07:06 -07:00
Phil Hagelberg
556f4b87e6 Switch from :busted test tagging to :post-preview. 2012-03-16 12:14:01 -07:00
Phil Hagelberg
37483b487b Add :offline test selector. 2012-03-16 11:57:35 -07:00
Phil Hagelberg
32c1a21b6a Don't use abort as a side-effect. 2012-03-16 11:57:34 -07:00
Phil Hagelberg
6d28f3c152 Privatize anything that's not an explicit API. 2012-03-16 11:54:42 -07:00
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