Commit graph

2106 commits

Author SHA1 Message Date
Craig McDaniel
3fbafc7b84 Proxy environment variables are now converted to -Dhttp.proxyHost and
-Dhttp.proxyPort JVM args for subprocesses. Fixes #594.
2012-05-22 23:34:38 -04:00
Bruce Adams
ac5f90243e Create path for jar file entries
I believe this fixes issue 590.
https://github.com/technomancy/leiningen/issues/590
2012-05-22 22:29:08 -05:00
Colin Jones
27d4845397 Bump REPL-y version for bugfixes 2012-05-21 17:48:54 -05:00
Phil Hagelberg
75c2508387 Fix uberjar exclusion for signature. Fixes #31. 2012-05-21 13:28:47 -07:00
Phil Hagelberg
aee8aaa4f4 Allow :replace/:displace metadata to work on :dependencies entries. 2012-05-21 11:54:48 -07:00
Phil Hagelberg
204c5cde7c Allow user-level :repl profile to override hard-coded repl profile. 2012-05-21 11:38:52 -07:00
Phil Hagelberg
572afa6c0f Ignore web directory where leiningen.org may be checked out. 2012-05-21 10:04:17 -07:00
Phil Hagelberg
a9c2f9effe Check :target-path before writing stale file. Fixes #589. 2012-05-18 08:52:23 -07:00
Michael S. Klishin
6d66921151 Don't break the line 2012-05-17 23:30:20 +04:00
Michael S. Klishin
efc8fb4424 Set default encoding for Lein's JVM to UTF-8, fixes #586
On OS X, JDK 6 uses MacRoman encoding otherwise and it messes
things up for REPL sessions that may have non-ASCII characters
2012-05-17 23:23:12 +04:00
Phil Hagelberg
9031cc51f6 Allow with-profile to run outside a project dir. 2012-05-14 18:46:41 -07:00
Phil Hagelberg
ad842b591e Skip checkouts that don't define a project. Fixes #580. 2012-05-14 18:46:34 -07:00
Michael Klishin
a4ea74a8b7 Merge pull request #576 from Borkdude/master
Quotes.
2012-05-12 09:03:16 -07:00
Michiel Borkent
af1aafda6c fixed another quote 2012-05-12 10:59:08 +02:00
Michiel Borkent
e2c874dca4 fixed another quote 2012-05-12 10:38:58 +02:00
Phil Hagelberg
93bb6a1e14 Bump back to 2.0.0-SNAPSHOT. 2012-05-11 18:46:25 -07:00
Phil Hagelberg
104726ee71 Release 2.0.0-preview4. 2012-05-11 18:07:07 -07:00
Phil Hagelberg
20a6cacdfc Use unmerge-profiles in jar and uberjar. 2012-05-11 18:03:52 -07:00
Phil Hagelberg
95e3863d3f Make in-project .lein-classpath work for specifying plugins. Fixes #508. 2012-05-11 16:24:31 -07:00
Phil Hagelberg
432bded456 More news.
[ci skip]
2012-05-11 16:24:31 -07:00
Phil Hagelberg
3595e9d899 Merge pull request #574 from Borkdude/master
fixed some quotes
2012-05-11 15:18:37 -07:00
Michiel Borkent
139e1014d5 Fixed some quotes. 2012-05-12 01:15:47 +03:00
Phil Hagelberg
625da9aa5c Apply tiered compilation to the project JVM, not just Leiningen's own. 2012-05-11 14:52:52 -07:00
Phil Hagelberg
0217536ffa Fix classpath test. 2012-05-11 14:20:20 -07:00
Phil Hagelberg
c918f53b0f Fix typo. 2012-05-11 14:14:19 -07:00
Phil Hagelberg
54cc378671 Move :checkout-deps-shares to default profile.
This will prevent checkout deps from being used when just the
production profile is active. Also, this may be the first legitimate
use of flatten I've ever seen.
2012-05-11 14:10:22 -07:00
Phil Hagelberg
893dbd4b82 Remove stray printing.
[ci skip]
2012-05-11 13:46:00 -07:00
Phil Hagelberg
342885b3f5 Merge pull request #572 from leonelag/master
Improvements to lein.bat
2012-05-11 13:29:05 -07:00
Phil Hagelberg
7d641026e4 Allow :checksum policy to be set at the top-level of project.clj as well. 2012-05-11 11:44:43 -07:00
Phil Hagelberg
3780bf6699 Ignore target-path from project reading test. 2012-05-11 11:44:43 -07:00
Phil Hagelberg
221ba6ff37 Move pom.xml file back to the root of the project. 2012-05-11 11:44:43 -07:00
Phil Hagelberg
2af8f1fcb8 Add :update profile and -U alias for applying it. 2012-05-11 11:44:42 -07:00
Phil Hagelberg
176bcf5e6d Add :update support at the top-level of the project map. 2012-05-11 11:44:42 -07:00
Leonel Gayard
ef11cb4480 Improvements in lein.bat.
Changed to look for file .lein-classpath only when running from source checkout.
  Fixed construction of variable CLASSPATH to avoid unnecessary quotes and semi colons.
  Removed option Xbootclasspath from command line.
2012-05-11 14:20:13 -03:00
Phil Hagelberg
65460a35f7 Merge pull request #570 from jszakmeister/fix-help-symlink
Update the news symlink to point at NEWS.md
2012-05-11 09:38:56 -07:00
John Szakmeister
cdd79b2906 Update the news symlink to point at NEWS.md 2012-05-11 08:25:44 -04:00
Phil Hagelberg
0386485b87 Quote lein-newnew in default profile. 2012-05-10 12:05:09 -07:00
Phil Hagelberg
bf7256ad94 Untabify bin/lein. 2012-05-10 11:45:03 -07:00
Phil Hagelberg
af2bcd1f0f Move lein-newnew plugin to default profile. Fixes #540. 2012-05-10 11:45:02 -07:00
Phil Hagelberg
3ec53df722 Fix tests to not spew out "stale" directories in root. 2012-05-10 11:45:02 -07:00
Phil Hagelberg
809519d05a Remove unused script templates. 2012-05-10 11:45:02 -07:00
Phil Hagelberg
df6e39b38a Fix JVM_OPTS with spaces, mostly. Closes #565.
Spaces in opts will still break when a space is followed by a dash.
Use :jvm-opts in profiles if you can.
2012-05-10 11:45:02 -07:00
Phil Hagelberg
2a0b36700d Merge pull request #568 from juergenhoetzel/master
Performance improvement for bash namespace completion
2012-05-10 11:35:09 -07:00
Phil Hagelberg
1311a43b8f Merge pull request #567 from leonelag/master
Changed lein.bat to find whether it's running from a source checkout.
2012-05-10 11:34:13 -07:00
Leonel Gayard
9af28dfe83 Changed launcher lein.bat to determine whether it's a source checkout by looking for directory 'src' 2012-05-10 10:30:16 -03:00
Juergen Hoetzel
edb1745f32 Improve namespace completion performance
Dont execute a grep command for each single Clojure file: Use exec '+'
variant to search all Clojure files via sed only once.
2012-05-10 11:27:26 +02:00
Phil Hagelberg
2df87f3dda Reword a few things in READMEs, todo tweaks. 2012-05-09 19:22:04 -07:00
Phil Hagelberg
e8ec94cfcd Update NEWS for preview4. 2012-05-09 19:21:32 -07:00
Phil Hagelberg
3afbbb8bcd Make sure cygpath affects LEIN_JAR. 2012-05-09 19:17:37 -07:00
Phil Hagelberg
37460dc32c Remove --update argument to search task.
Deleting your clojars index is something you would want to do often;
deleting your central index is something you never want to do. So
having one command to do both doesn't make sense.
2012-05-09 19:17:14 -07:00