Commit graph

2103 commits

Author SHA1 Message Date
Phil Hagelberg
98dff789e1 Todo updates. 2012-08-08 09:32:01 -07:00
Phil Hagelberg
9d2b7526b7 Fix pom signature filename. Fixes #722. 2012-08-08 09:06:03 -07:00
Michael S. Klishin
e165d3f8ab Because startup time is science 2012-08-07 05:13:53 +04:00
Michael S. Klishin
7e12617d6e Consolidate LEIN_JVM_OPTS defaults 2012-08-07 05:12:09 +04:00
Michael S. Klishin
262859b767 Don't set -Xms, it adds to the startup time and has no real benefit 2012-08-07 05:11:18 +04:00
Michael S. Klishin
f97f58ebf9 Add default value for LEIN_JVM_OPTS 2012-08-07 05:08:55 +04:00
Phil Hagelberg
aa311532a0 Fix typo in pom task. 2012-08-06 17:37:54 -07:00
Phil Hagelberg
6700322a8a Distinguish between false and nil when checking file existence. 2012-08-06 17:32:29 -07:00
Phil Hagelberg
09052b7deb Use when for side-effects, not return values.
Should really blog about this.
2012-08-06 16:09:43 -07:00
Phil Hagelberg
23d791d249 Document prep-tasks, :keyword task arg conventions, and l.c.m/abort. 2012-08-06 16:09:39 -07:00
Phil Hagelberg
a4d87094ff Temporarily honor numeric exit codes and warn of deprecation. 2012-08-06 12:40:51 -07:00
Phil Hagelberg
cdb7be698d Fix pom schemaLocation URL. Fixes #714. 2012-08-01 20:56:10 -07:00
Phil Hagelberg
40e28a7208 Merge pull request #712 from pgdad/master
Pull request for adding xml content to generated pom file.
2012-08-01 10:21:22 -07:00
Esa Laine
b08c7c5f1e add :pom-addtion example 2012-08-01 13:16:39 -04:00
Phil Hagelberg
e5f87083f2 Write repl port to file in target. Fixes #682. 2012-08-01 09:47:35 -07:00
Phil Hagelberg
e7dadcd7b9 Remove commented-out shell wrapper remainders. 2012-08-01 09:42:20 -07:00
Phil Hagelberg
c2565d2455 Improve abort messages. Fixes #684. 2012-08-01 09:30:49 -07:00
Esa Laine
f6ea9031a3 Add ability to add arbitary content to generated pom file
Example:

Add to the project.clj file:

  :pom-addition [:developers [:developer [:name "My Name"]]]

The above will add an element to the generated pom file:

<developers> <developer> <name>My Name</name> </developer> </developers>
2012-08-01 10:41:20 -04:00
Phil Hagelberg
97ea257186 Make repl task only bind to localhost by default. 2012-07-31 17:34:44 -07:00
Michael S. Klishin
f66c7474a0 Mention :gen-class, references #710 2012-07-31 19:02:31 +04:00
Michael S. Klishin
ecfbac67b2 Minor improvements to sample.project.clj, closes #710 2012-07-31 19:00:59 +04:00
Michael Klishin
f4cfb8bb5d Merge pull request #709 from oliyh/master
Issue #706 - adding non-proxy-hosts
2012-07-31 04:44:28 -07:00
Oliver Hine
06259b6948 merging http proxy changes 2012-07-31 11:58:35 +01:00
Oliver Hine
af9aeff3ef making http.nonProxyHosts more optional 2012-07-31 11:49:41 +01:00
Phil Hagelberg
23d53695db Remove profiles before checking for snapshot deps in pom. 2012-07-30 14:52:22 -07:00
Oliver Hine
e4e044cc0e propagating non-proxy-hosts to sub processes too 2012-07-30 15:19:51 +01:00
Michael Klishin
5f6db9db30 merging in pitherjo\'s change 2012-07-30 14:03:35 +01:00
oliyh
9604ce9732 Honouring http_no_proxy to complement http_proxy for apache httpcomponents client compatible libraries 2012-07-30 13:47:54 +01:00
Phil Hagelberg
8d3cd95c45 Give nicer messages instead of ex-info subprocess failed traces. 2012-07-27 16:44:49 -07:00
oliyh
ca1de526fe Honouring http_no_proxy to complement http_proxy for apache httpcomponents client compatible libraries 2012-07-27 15:05:26 -07:00
Michael Klishin
6ffbae2099 Merge pull request #705 from joegallo/alias-example
Alias example
2012-07-27 12:44:46 -07:00
Joe Gallo
a6a8695a9d Document how commas are treated. 2012-07-27 15:21:17 -04:00
Joe Gallo
96507dc9e2 Add test! back as an example alias. 2012-07-27 15:20:50 -04:00
Phil Hagelberg
efdbf06bcb Clean up l.c.eval namespace. 2012-07-27 09:31:54 -07:00
Phil Hagelberg
10723b2043 Move "already compiled all namespaces" message to debug. 2012-07-27 09:31:42 -07:00
Phil Hagelberg
e7474a8488 Update env var reference. 2012-07-27 09:31:21 -07:00
Michael Klishin
6eec250e86 Merge pull request #704 from jonpither/master
Changing http_nonProxyHosts to http_no_proxy and updating FAQ proxy section.
2012-07-27 03:27:03 -07:00
Jon Pither
f1355caa14 sorting out quoting of proxy section in faq 2012-07-27 10:55:20 +01:00
Jon Pither
5b5f769c30 sorting out quoting of proxy section in faq 2012-07-27 10:54:30 +01:00
Jon Pither
dd7232f988 update faq for http_no_proxy 2012-07-27 10:50:33 +01:00
Jon Pither
c89a497e62 using http_no_proxy instead of httpNoProxyHost 2012-07-27 10:34:07 +01:00
Jon Pither
732b7c4fbd using http_no_proxy instead of clunky httpNoProxyHost 2012-07-27 10:29:53 +01:00
Michael Klishin
f7391cf34f Merge pull request #703 from kenrestivo/hostfix
Typo fix
2012-07-27 01:29:07 -07:00
ken restivo
b5fb19a77e i think you meant host not port 2012-07-26 22:27:41 -07:00
Anthony Grimes
3e13947c22 Don't depend on cd-client in a headless nrepl server. 2012-07-26 19:25:31 -05:00
Michael S. Klishin
f637e5def1 Merge branch 'master' of github.com:technomancy/leiningen 2012-07-27 02:46:44 +04:00
Michael S. Klishin
b889a8b50b A better default/example 2012-07-27 02:46:16 +04:00
Michael S. Klishin
60a4279fd2 Make it clear how to use :checksum setting that is applicable to all repositories 2012-07-27 02:44:51 +04:00
Phil Hagelberg
5d40f19cec Add environment variables reference to the bottom of sample.project.clj. 2012-07-26 14:09:54 -07:00
Phil Hagelberg
cc9ba8609a Only use leiningen-core/lib for bootstrapping lein's own classpath.
Works around http://dev.clojure.org/jira/browse/CLJ-1034 and is just
generally cleaner.
2012-07-26 14:09:38 -07:00