Commit graph

4064 commits

Author SHA1 Message Date
Jean Niklas L'orange
4bc49ec5bf Stringify run args by default, closes #1835.
You can bypass this by using the escape hatch `--quote-args`, which will
quote the arguments before passing them in.
2015-02-21 17:38:48 +01:00
Baruch Sadogursky
df2efe20a6 Added Artifactory to the list of repository managers 2015-02-19 15:37:51 +02:00
Jean Niklas L'orange
e8369af8ec Merge pull request #1837.
Normalize most sequence arguments to vectors
2015-02-18 23:47:47 +01:00
Jean Niklas L'orange
2eebb63463 Merge pull request #1836 from JonathanHayward/patch-1
Add link to Lein vs. Ants.
2015-02-18 18:12:00 +01:00
JonathanHayward
b8d4d00cd3 Update README.md
Added link to "Leiningen vs. the Ants"
2015-02-18 10:16:27 -06:00
arrdem
079ee51e32 Normalize most sequence arguments to vectors
This allows the use of sequence result alias arguments like
:project/source-paths which otherwise serialize to list expressions and
fail on the evaluation side. Attempts to not vec invocation list forms
by ignoring lists which either start with a symbol or recursively start
with an invocation. Not sure if this is a good idea, but it's possible
so I'll try to allow it.

technomancy/leiningen#1835
2015-02-17 20:31:47 -06:00
Jean Niklas L'orange
a920ddbb77 Fix some typos, warn about lack of security.
[ci skip]
2015-02-12 20:56:56 +01:00
Jean Niklas L'orange
3327eeb9f1 Merge pull request #1832 from winks/issue-1815
Fix .hgignore in new with regex. Fixes #1815
2015-02-12 20:44:26 +01:00
Jean Niklas L'orange
20a59d4f80 Merge pull request #1831 from fgiasson/master
Reorder download programs in lein.bat
2015-02-12 20:42:08 +01:00
Florian Anderiasch
32788425e5 Fix .hgignore in new with regex. Fixes #1815 2015-02-12 19:26:53 +01:00
Frederick Giasson
9b60ea0332 Second iteration to get the "failed to download" behavior right. 2015-02-12 11:56:49 -05:00
Frederick Giasson
af55842853 Adding a better description of what may be the issue with a failed download. Also adding some possible fixes options. 2015-02-11 14:47:04 -05:00
Frederick Giasson
5addbbf863 Reorder the possible HTTP proxies to use to download Leiningen from GitHub. The new sequence is: PowerShell, Curl and then Wget.
Fixes issue #1800 as experienced by multiple users.
2015-02-11 14:02:59 -05:00
Florian Anderiasch
8a1078b030 Fixes #1420
Under the assumption that .lein-classpath contains only one line.
2015-02-10 23:33:07 +01:00
Jean Niklas L'orange
772d38342f Clarify how to build Lein from source, ref #1828.
[ci skip]
2015-02-10 23:21:07 +01:00
Jean Niklas L'orange
18d546878e Merge pull request #1822 from mydoghasworms/mydoghasworms-patch-1
Fixes technomancy/leiningen/#1308
2015-02-10 21:22:54 +01:00
Jean Niklas L'orange
6b8e74eaee Bump nrepl version, fixes #1829. 2015-02-10 20:40:33 +01:00
Martin Ceronio
fa4c542970 Fixes technomancy/leiningen/#1308
Change the powershell option to use the default system proxy in Windows using solution from here: http://stackoverflow.com/a/25082595/274354
2015-02-05 12:11:45 +02:00
Jean Niklas L'orange
6afdab37f8 Merge pull request #1818 from kul/master
Add example for artifact classifiers. Closes #1589

[ci skip]
2015-01-30 13:02:03 +01:00
kul
55607a18c0 Add example for artifact classifiers. Closes #1589 2015-01-30 16:47:07 +05:30
Jean Niklas L'orange
320d86f03f Remove "Main-Class" if :main is nil, closes #1814. 2015-01-29 20:05:20 +01:00
Jean Niklas L'orange
be24caad67 Merge pull request #1810 from MichaelBlume/no-dupes
avoid duplicate entries in manifest
2015-01-29 18:51:18 +01:00
Phil Hagelberg
3b61cac020 Merge pull request #1817 from ragnard/typehint-reflector-invokestaticmethod
Add typehint to `class` param passed to Reflector/invokeStaticMethod
2015-01-29 20:47:47 +07:00
Ragnar Dahlén
54fd206600 Add typehint to class param passed to Reflector/invokeStaticMethod
Eliminates reflection warnings like:

   Reflection warning, /tmp/form-init6919407174722938138.clj:1:991 -
   call to static method invokeStaticMethod on clojure.lang.Reflector
   can't be resolved

when using `lein run` and friends.
2015-01-29 12:22:29 +00:00
Jean Niklas L'orange
de06302d28 Merge pull request #1813 from yogthos/patch-1
fixed formatting for renderer
2015-01-27 10:54:02 +01:00
Phil Hagelberg
62385866c9 Merge pull request #1808 from mavbozo/gpg-agent-docs
Docs to fix gpg: can't query passphrase in batch mode in debian
2015-01-27 09:32:48 +07:00
Dmitri Sotnikov
7a88ff9000 fixed formatting for renderer 2015-01-26 13:50:42 -05:00
Jean Niklas L'orange
c652068fc8 Merge pull request #1812 from yogthos/master
provide ability to supply a custom rendering function
2015-01-26 19:14:53 +01:00
Dmitri Sotnikov
4c3faa9abe updated doc string to describe render-fn 2015-01-26 12:39:18 -05:00
Yogthos
df5cf771f5 provide ability to supply a custom rendering function 2015-01-26 10:57:40 -05:00
Avicenna
fe2ee5d5aa remove solution from DEPLOY.md and specifically mention gpg 1.4.12 in
GPG.md.

I only write the solution in GPG.md because there is a leiningen message

    See `lein help gpg` for how to install gpg.

reading troubleshooting section in GPG.md should be enough to find the solution.
2015-01-26 17:36:31 +07:00
Mike Blume
89e434e9c9 avoid duplicate entries in manifest 2015-01-25 15:02:41 -08:00
mavbozo
61e81c212e improve formatting 2015-01-24 18:22:42 +07:00
mavbozo
20cbacb3f4 add writings in the docs to solve gpg: can't query passphrase in batch
mode error.
2015-01-24 18:15:15 +07:00
Jean Niklas L'orange
f4cb405781 Merge pull request #1807 from brandonbloom/into-strings
Be explicit about array type.
2015-01-23 19:53:30 +01:00
Brandon Bloom
3282434f19 Be explicit about array type. 2015-01-23 13:29:25 -05:00
Jean Niklas L'orange
263c1701fd Merge pull request #1804 from tpope/drawbridge-port
Don't require port for drawbridge URLs
2015-01-22 21:26:17 +01:00
Jean Niklas L'orange
20abfc0462 Merge pull request #1801 from kephale/uberjarname
Fix for retaining :uberjar-name from profiles.
2015-01-22 16:18:50 +01:00
Kyle Harrington
de3df01567 reverting to previous jar.clj 2015-01-22 08:31:36 -05:00
Tim Pope
6ff23a922b Don't require port for drawbridge URLs 2015-01-20 19:13:01 -05:00
Gary Fredericks
0000b97826 Consistent capitalization of "Leiningen" 2015-01-17 19:38:49 -06:00
Kyle Harrington
77bd159038 Fix for retaining :uberjar-name from profiles. 2015-01-15 10:38:23 -05:00
Jean Niklas L'orange
24052b9652 Sorry 1.x, but we've moved on.
[ci skip]
2015-01-14 18:20:34 +01:00
Jean Niklas L'orange
d8f472d6d3 Merge pull request #1794 from k2n/plugin_doc_ja_translation
Translated Plugin page to Japanese. [ci skip]
2015-01-13 14:13:13 +01:00
Phil Hagelberg
7aef5c3cfc Bump version to 2.5.2-SNAPSHOT.
[ci skip]
2015-01-09 09:55:40 -08:00
Phil Hagelberg
27e5e20902 Update self-install URL in bat file too. 2015-01-09 09:51:32 -08:00
Phil Hagelberg
b630fa37b8 Release 2.5.1 2015-01-09 09:47:16 -08:00
Phil Hagelberg
f48846ff3c Github is being dumb and disallowing .jar uploads.
"Unfortunately, we don't support that file type. Try zipping it."

It's already a zip file, genius.
2015-01-09 09:43:34 -08:00
Jean Niklas L'orange
e3dd2ad881 Update NEWS. 2015-01-09 09:27:34 -08:00
Phil Hagelberg
d63b2fa40f Don't skip the certificate checking in lein.bat, geeeeeeeeez.
Fixes #1733.
2015-01-07 15:52:06 -08:00