Commit graph

3619 commits

Author SHA1 Message Date
Phil Hagelberg
9cf2c0a3d6 Merge pull request #255 from kennystone/master
fix broken link in TUTORIAL.md
2011-08-12 10:55:40 -07:00
Kenny Stone
2b278909a6 fix broken link 2011-08-11 20:11:18 -05:00
Phil Hagelberg
b631a47dd8 Drop version number to 1.6.2-SNAPSHOT. 2011-08-07 14:46:56 -07:00
Phil Hagelberg
0e299f0a17 Honor :jar-exclusions in copy-to-jar :bytes method. 2011-08-07 14:46:03 -07:00
Phil Hagelberg
8b808a79a3 Don't include all of user-settings in new project.clj files. 2011-08-07 14:09:42 -07:00
Phil Hagelberg
c9ab63ac1e Keep already-packaged lein off the classpath in bin/pkg-lein. 2011-07-31 18:24:59 -07:00
Matjaz Gregoric
64343d221f Use LEIN_JVM_OPTS in lein.bat. 2011-07-31 07:44:13 +02:00
Matjaz Gregoric
61cbfc6162 Fix readable form escaping on windows. 2011-07-31 05:48:42 +02:00
Matjaz Gregoric
43eaf9c85d Use LEIN_JVM_OPTS in lein.bat. 2011-07-31 05:34:25 +02:00
Matjaz Gregoric
75dd8df236 Bump lein.bat to 1.7.0-SNAPSHOT. 2011-07-31 05:33:38 +02:00
Phil Hagelberg
3611a5f0f0 arrowed! 2011-07-25 20:29:37 -07:00
Phil Hagelberg
9e65bde887 Fix search page count. Fixes #237.
Can't believe I let this slip into 1.6.1. I am disappoint.
2011-07-25 20:24:23 -07:00
Phil Hagelberg
e036aeb246 Move "deploy" help to "deploying" to avoid collision. 2011-07-25 20:03:33 -07:00
Phil Hagelberg
ccd98857fb Stream output from eval-in-subprocess. 2011-07-25 17:41:54 -07:00
Phil Hagelberg
f00dd92ed0 Fix a bug where "lein plugin install" skipped deps. 2011-07-25 16:35:27 -07:00
Phil Hagelberg
cdf05ed2eb Added warning for downloading maven search indices. It's slow. 2011-07-25 16:35:11 -07:00
Phil Hagelberg
53141eab86 Run eval-in-project using clojure.java.shell. Fixes #239. 2011-07-25 13:37:07 -07:00
Phil Hagelberg
69bdaa3a71 Separate JVM_OPTS and LEIN_JVM_OPTS. Fixes #233. 2011-07-24 21:05:44 -07:00
Phil Hagelberg
32ffd7818d Separate JVM_OPTS and LEIN_JVM_OPTS. Fixes #233. 2011-07-24 21:04:07 -07:00
Phil Hagelberg
2940df02db Replace .lein_classpath with .lein-classpath for consistency.
Conflicts:

	doc/PLUGINS.md
2011-07-21 10:40:09 -07:00
Phil Hagelberg
16020e8320 Replace .lein_classpath with .lein-classpath for consistency. 2011-07-21 10:38:52 -07:00
Phil Hagelberg
9316449d21 Todo updates. 2011-07-19 19:14:43 -07:00
Phil Hagelberg
6de97841b1 Clarify license of images. 2011-07-19 19:04:15 -07:00
Phil Hagelberg
251d770ea0 Move "deploy" help to "deploying" to avoid collision. 2011-07-19 19:03:47 -07:00
Phil Hagelberg
5286d922ae Update PLUGINS documentation. 2011-07-17 21:47:55 -07:00
Phil Hagelberg
aa05891fd6 Fix typo in jar name in lein-pkg. 2011-07-17 14:09:01 -07:00
Phil Hagelberg
b6f43007e2 renamed .classpath to .lein_classpath so that it doesn't conflict with other tools like Eclipse that use .classpath
Conflicts:

	bin/lein.bat
2011-07-16 14:51:35 -07:00
Phil Hagelberg
f3547d5dd1 Bump version to 2.0.0-SNAPSHOT. 2011-07-16 14:50:16 -07:00
Phil Hagelberg
4b369a3a02 renamed .classpath to .lein_classpath so that it doesn't conflict with other tools like Eclipse that use .classpath
Conflicts:

	bin/lein.bat
2011-07-16 14:47:29 -07:00
Phil Hagelberg
86e602e6c0 Bump to 1.7.0-SNAPSHOT. 2011-07-16 14:38:45 -07:00
Phil Hagelberg
d9fd35e36c Add missing jar to bin/lein-pkg. 2011-07-14 12:32:26 -07:00
Matjaz Gregoric
ed42411976 Merge pull request #231 from bitsai/master
Fixed test for empty CONTEXT_CP
2011-07-10 20:40:32 -07:00
Benny Tsai
25a1b65a98 better fix for lein.bat, as per mtyaka's suggestion 2011-07-10 21:32:39 -06:00
Phil Hagelberg
daec042535 Add bin/lein-pkg for downstream packagers. 2011-07-10 14:25:36 -07:00
Phil Hagelberg
031a9c54bf Add tutorial redirect to keep links from breaking. 2011-07-10 14:05:32 -07:00
Benny Tsai
98574d966c fix test for empty CONTEXT_CP 2011-07-10 13:06:38 -06:00
Matjaz Gregoric
a6762b75ca Remove useless x characters. 2011-07-10 09:37:13 +02:00
Matjaz Gregoric
ea5fbaf859 Implement trampoline command on Windows.
Implement trampoline command in lein.bat and
fix bugs when running trampoline under cygwin.
2011-07-10 09:32:29 +02:00
Matjaz Gregoric
42d26253fc Use a consistent style with goto statements. 2011-07-07 00:08:35 +02:00
Matjaz Gregoric
d474253dc6 Switch from rem commands to double colons for improved readability. 2011-07-07 00:07:09 +02:00
Matjaz Gregoric
56a0906b02 Bump lein.bat to 1.6.1. 2011-07-07 00:03:52 +02:00
Matjaz Gregoric
5cb765686b Disable user plugin when the same artifact is a dev dependency in lein.bat. 2011-07-07 00:02:28 +02:00
Phil Hagelberg
bd466d751a Release 1.6.1. 2011-07-06 09:05:09 -07:00
Phil Hagelberg
2cb7ec9af4 Update paths of documentation files. 2011-07-06 09:03:03 -07:00
Phil Hagelberg
7988e56b50 NEWS updates. 2011-07-05 21:35:22 -07:00
Phil Hagelberg
4bdd63b0a1 Suppress "repl started" message in interactive task. 2011-07-05 21:26:09 -07:00
Phil Hagelberg
9a4cefc8c3 Mention HTTP proxying issues in the FAQ. 2011-07-05 21:25:46 -07:00
Phil Hagelberg
e41608357d Add uberjar task argument to specify alternate main ns. 2011-07-05 21:13:20 -07:00
Phil Hagelberg
44994c9d53 Re-word docs in favour of the term "project automation". 2011-07-05 20:43:25 -07:00
Phil Hagelberg
60a8ed82d6 Clarify :checkout-deps-shares in sample.project.clj. 2011-07-05 20:29:35 -07:00