Commit graph

1105 commits

Author SHA1 Message Date
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
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
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
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
Phil Hagelberg
e610248926 Merge pull request #229 from paraseba/master
Added :checkout-deps-shares option
2011-07-05 19:04:36 -07:00
Sebastián Bernardo Galkin
0681d1f962 Added :checkout-deps-shares option
Used to specify other directories added to the classpath from the checked out projects.
2011-07-05 20:21:05 -03:00
Phil Hagelberg
81ba0dd025 Add deprecation warning for second arg to deps. 2011-07-03 21:04:02 -07:00
Phil Hagelberg
cc609ef6c9 Don't clear out lib/dev when jarring. Fixes #221. 2011-07-03 15:22:27 -07:00
Phil Hagelberg
f2b4a71e33 Block in repl-server to avoid triggering shutdown-agents. Fixes #227
http://p.hagelb.org/shutdown-agents.jpg
2011-07-03 15:16:12 -07:00
Phil Hagelberg
ad2e2111bf Support :project-init in project.clj to allow :repl-options to use pprint. 2011-07-03 15:12:38 -07:00
Phil Hagelberg
9bfc582ab6 Bump to hooke 1.1.2 to fix compatibility with Clojure 1.3. 2011-07-03 14:55:13 -07:00
Micah
7b42e09785 added docs for context specific classpath 2011-07-03 14:53:00 -07:00
Phil Hagelberg
a9910e81d5 Add a man page. 2011-07-01 10:48:29 -07:00
Phil Hagelberg
d90affdd6f Move docs to doc/ directory. 2011-07-01 10:32:38 -07:00
Micah
2fe610a9ee added support for .classpath files 2011-07-01 07:25:31 -07:00
Phil Hagelberg
0a301ae611 Bump version to 1.6.1-SNAPSHOT. 2011-07-01 07:24:41 -07:00
Matjaz Gregoric
c96c74f5eb Bump lein.bat to 1.6.0. 2011-06-30 23:43:17 +02:00
Matjaz Gregoric
70bc19d5bb Fix typos. 2011-06-30 18:27:30 +02:00