Commit graph

1122 commits

Author SHA1 Message Date
Chas Emerick
bd6959c3a3 Add support for :deploy-repositories slot for deployment-only repositories; closes gh-273 2011-09-15 21:29:18 -04:00
Colin Jones
308cd90e0d Explain ordered map guarantee for repositories-for, refs #268 2011-09-01 22:33:33 -05:00
Colin Jones
9d7c8b52b0 Support ordering repositories, fixes #268 2011-09-01 22:22:05 -05:00
Colin Jones
ad39cec761 Add a test around disabling maven central 2011-09-01 22:20:29 -05:00
Phil Hagelberg
b3d9cec4dd Merge remote-tracking branch 'cemerick/211' into 1.x 2011-08-26 09:27:56 -07:00
Matjaz Gregoric
1942c465f0 Add resources to leiningen's classpath in lein.bat. 2011-08-25 16:14:45 +02:00
Chas Emerick
2c324b3003 Upgrade to maven-ant-tasks 2.1.3, explicitly add disabled "central" repository when :omit-default-repositories is true. Fixes #211. 2011-08-25 08:25:24 -04:00
Phil Hagelberg
6e0454f57d Re-enable execute permissions after last patch disabled it. 2011-08-18 19:15:03 -04:00
Phil Hagelberg
a85443d7fd Respect $LEIN_HOME when staving the standalone jar
Conflicts:

	bin/lein
2011-08-18 19:05:18 -04:00
Phil Hagelberg
21e1deeee5 Looks like github in-browser merge messed up that markdown. 2011-08-17 16:15:05 -04:00
Phil Hagelberg
aa0db3eb6b Merge pull request #258 from mwilliams/4dcd0cb718d302bd268b33b454630a7efee478d8
Adds syntax highlighting to the README
2011-08-17 13:11:33 -07:00
Matthew Williams
4dcd0cb718 Add syntax highlighting to Clojure code in the README 2011-08-17 22:00:12 -03:00
Phil Hagelberg
7dbeb03364 Add resources/ to Leiningen's own classpath. Fixes #248. 2011-08-16 18:04:13 -04:00
Phil Hagelberg
36af2aae43 Goals for 1.6.2. 2011-08-16 18:01:22 -04:00
Phil Hagelberg
3b47bfccf1 Fix native-deps test. 2011-08-16 16:42:35 -04:00
Phil Hagelberg
928a6e4f6a Extract native libs for all arch's into native/ dir.
Choose which to use at runtime.

I forgot it's not uncommon for users to switch architectures on the
same machine--switching from a 64-bit JVM to a 32-bit client hotspot
needs to be supported without re-running deps.
2011-08-16 16:29:39 -04: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
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