Commit graph

323 commits

Author SHA1 Message Date
Trevor Wennblom
8aed31b3e6 update links to docs rc->stable 2013-02-11 19:19:20 -06:00
Gabriel Horner
cd3338fcaa update tutorial to correctly reference app template
closes #959
2013-01-31 00:57:44 -05:00
Jean Niklas L'orange
273544db08 Document profiles.d functionality. 2013-01-23 19:53:28 +01:00
Michael Klishin
0ef01ba38b a typo 2013-01-23 16:54:21 +04:00
Phil Hagelberg
f1b42bbde9 Remove swank from examples in profiles doc. Fixes #947.
[ci skip]
2013-01-21 20:41:19 -08:00
MerelyAPseudonym
f5492b9c2c Update URL to Tim Pope's "vim-foreplay"
Apparently he renamed the project at some point.
2013-01-21 09:44:52 -05:00
Phil Hagelberg
3b539495a4 Remove mention of preview from docs; use stable branch. 2013-01-19 20:39:43 -08:00
Phil Hagelberg
01e6c953c3 News and FAQ about implicit repl deps.
[ci skip]
2013-01-19 15:25:45 -08:00
Phil Hagelberg
9b91dc9dad Add a faq entry about implicit repl deps. 2013-01-18 17:18:31 -08:00
Phil Hagelberg
2e852fb563 Doc rewording for checkout deps. 2013-01-18 17:18:04 -08:00
Phil Hagelberg
6e42ceea19 Clarify wording of checkout dependencies in tutorial. 2013-01-17 11:47:25 -08:00
Phil Hagelberg
03151e1af9 Docs for new. 2013-01-11 11:04:26 -08:00
Phil Hagelberg
adab79df77 Todos and news. 2013-01-10 11:35:18 -08:00
Michael Hanson
f1b7365556 Use find . instead of tree in the tutorial
`find` is more universal than `tree`.

Fixes #892.
2013-01-09 20:07:58 -08:00
Trevor Wennblom
496f1352a1 No tabs
:)
2013-01-08 09:57:56 -06:00
Phil Hagelberg
0d69412db6 Move contributing guidelines into their own file. 2013-01-02 22:32:07 -08:00
François Bernier
296653e8f6 Fix deploy link in tutorial 2012-12-27 20:45:31 -05:00
Phil Hagelberg
83d23e3a18 FAQ clarification around classpathy things and repos. 2012-12-14 14:45:30 -08:00
Kevin Griffin
e457fc901e Update doc/TUTORIAL.md 2012-12-07 08:55:20 -05:00
Phil Hagelberg
f0b20c6201 Merge pull request #868 from hugoduncan/feature/add-profile
Add add-profile task, which adds profiles to the default
2012-11-26 12:00:58 -08:00
Hugo Duncan
3f08092d02 Update with-profile to accept +/- prefixes
Allow the profiles to be used to be specified as a delta from the default
profile list.
2012-11-26 14:54:08 -05:00
John Gabriele
9ec66a8b56 clarify maven repository terminology. Also,
added an oxford comma or two for good measure. :)
2012-11-26 12:17:41 -05:00
Phil Hagelberg
d4d6548dd3 Fix link in DEPLOY.md to use preview branch. Fixes #862. 2012-11-25 09:11:49 -08:00
Ben Mabey
4814b4adbb fixes code fence in plugin tutorial markdown 2012-11-19 11:36:45 -07:00
Phil Hagelberg
2973d99652 Check Clojars releases repository instead of classic. Fixes #241. 2012-11-14 12:45:34 -08:00
Phil Hagelberg
a418818a0a Typo in profiles doc; resource is actually singular.
[ci skip]
2012-10-23 15:56:07 -07:00
Colin Jones
0e8a8b9e18 Fix profiles doc example
fixes #825
2012-10-23 14:16:43 -05:00
Phil Hagelberg
ecdc783f2d repl task needs to disable pumping *in*. 2012-10-23 10:44:43 -07:00
Phil Hagelberg
eab8276a96 Clarify that project-level tasks are usually unnecessary. 2012-10-23 08:22:13 -07:00
John Gabriele
fafcdb7f47 remove mention of github as typ values for :url 2012-10-15 15:09:20 -03:00
John Gabriele
15c8850006 changed to keep preferred tag-line 2012-10-15 15:05:19 -03:00
John Gabriele
ad1f92555c doc/tut: various minor updates
Some wording tweaks at the top, formatting and addition to the list of things lein does.
2012-10-15 14:48:08 -03:00
Phil Hagelberg
94c2c15a84 The name of the directory is irrelevant in checkouts. 2012-10-10 11:28:30 -07:00
Michael S. Klishin
590a4e1b51 A typo 2012-10-10 22:16:25 +04:00
Michael S. Klishin
12856b5c19 Move checkout deps documentation to the tutorial, expand it with examples, change wording 2012-10-10 22:16:16 +04:00
Phil Hagelberg
329b4b7fa6 Un-deprecate :auth profile since full-disk encryption is a good use case for it. 2012-10-10 10:04:30 -07:00
Phil Hagelberg
bf50b253ec Mention other languages in mixed-projects. 2012-10-10 09:28:24 -07:00
Phil Hagelberg
67bbd4b97b There's nothing wrong with re-using :source-paths for java. 2012-10-10 09:26:44 -07:00
Michael S. Klishin
cf4c049970 New documentation guide: mixed Clojure/Java projects 2012-10-10 04:33:16 +04:00
Michael S. Klishin
c5de124677 Minor tutorial improvements 2012-10-07 02:16:40 +04:00
Tobias Crawley
6998dd6929 Support subtask specific help via 'lein help task subtask'
The help task will first look for static help under
'leiningen/help/task-subtask', then for a function name 'help-subtask' in the
subtask's namespace, then a docstring on the subtask function. For the latter
two options, the arglists are also printed.
2012-10-05 14:37:58 -04:00
Chas Emerick
102dcadf9f docs update for changes to resolution of repository credentials (gh-768) 2012-10-05 06:26:50 -04:00
Phil Hagelberg
72e6908778 Add a warning under project-specific tasks. 2012-09-11 10:43:28 -07:00
Charles Parker
11e6864e1b Plugin -> Task 2012-09-07 10:56:33 -07:00
Charles Parker
cee3d972e3 Little addition to plugins doc 2012-09-07 09:53:01 -07:00
Phil Hagelberg
b2a50ffe97 Clarify usage of .lein-classpath during plugin development. Fixes #750. 2012-08-28 11:22:11 -07:00
Marshall T. Vandegrift
be6f571104 Document :provided profile. 2012-08-24 08:34:22 -04:00
Phil Hagelberg
b5a193d331 Switch :repositories to vector format to preserve ordering.
See http://librelist.com/browser/leiningen/2012/8/17/ordering-issues-with-repositories/
for motivation.
2012-08-23 14:34:58 -07:00
Justin Balthrop
ff5524bdf1 support disabling autoload of plugin hooks and middleware 2012-08-23 13:29:37 -07:00
Justin Balthrop
69d3f80150 documentation for automatic plugin hooks and middleware 2012-08-22 15:35:21 -07:00
Phil Hagelberg
65a574d09a Document LEIN_FAST_TRAMPOLINE. 2012-08-17 14:32:29 -07:00
Phil Hagelberg
d9eba790de News updates. 2012-08-16 10:57:06 -07:00
Phil Hagelberg
b84da7b214 Mention :offline? and :local-repo for production deploys in tutorial. 2012-08-16 10:41:12 -07:00
Chas Emerick
8e0fe8e108 add recipe for Maven Central deployment to DEPLOY.md 2012-08-16 07:33:01 -04:00
Phil Hagelberg
50e14e06e6 Document gpg key generation in deployment guide. Fixes #721. 2012-08-10 18:55:15 -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
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
Justin Balthrop
b41db4d03c use composite profiles for :default
You can now overide :default in your project.clj to change what profiles are
active when none are specified. As part of this change, default is no longer
used to for built-in settings; these are now stored in the :base profile.
This makes it possible to override :default while still including the :base
profile.
2012-07-18 17:37:19 -07:00
Justin Balthrop
cadfe5c92c add support for composite-profiles
if a profile value is a vector, then combine the values using
combine-profiles. this allows you to remove duplication by putting
shared configuration in "base" profiles.
2012-07-18 17:37:19 -07:00
Kevin J. Lynagh
2e7a709066 Clarify "checkouts" feature. 2012-07-16 12:25:53 -07:00
Phil Hagelberg
980c55ad5a Fix profile merge explanation. 2012-07-11 22:07:08 -07:00
John Chijioke
2d0072fe49 some semantic changes, not sure I fully get what you mean in some cases like the last :default change. 2012-07-11 22:06:15 -07:00
Phil Hagelberg
f6976823b8 Tweaks to the tutorial.
[ci skip]
2012-07-11 22:05:19 -07:00
Phil Hagelberg
a6659e15fa Documentation, news, todo updates. 2012-06-27 16:06:48 -07:00
Phil Hagelberg
b3d84b207b Link to namespace documentation in tutorial. 2012-06-14 16:26:52 -07:00
Phil Hagelberg
a145841b8e Clarify that profiles.clj is just a map.
[ci skip]
2012-06-13 19:37:29 -07:00
Phil Hagelberg
eaa6935891 Mention keychain for handling gpg passphrases. Fixes #615.
[ci skip]
2012-06-10 15:02:21 -07:00
Phil Hagelberg
aeb6a46883 Document do task. 2012-06-09 21:58:42 -07:00
Phil Hagelberg
0eff5d80d7 Document using .lein-classpath for developing plugins. Fixes #508.
[ci skip]
2012-06-09 21:08:58 -07:00
Phil Hagelberg
f3a12fa68a Mention bug in gpg that prevents gpg from prompting for passphrase. 2012-05-31 20:58:15 -07:00
Phil Hagelberg
4050d441fd Update tutorial and deploy guide for HTTP deploy and credential storage. 2012-05-30 20:31:15 -07:00
Phil Hagelberg
599279cacf Explain in FAQ how hard version ranges win and how to avoid them. 2012-05-27 22:00:21 -07:00
Alex Osborne
6c94392262 Tiny typo fix in tutorial 2012-05-27 19:12:04 +10:00
Phil Hagelberg
ff6bf8ae9b Add "Running code" section to tutorial. 2012-05-24 18:27:04 -07:00
Phil Hagelberg
dff9a6cf24 Spin off separate profile guide from readme/tutorial. 2012-05-24 18:26:46 -07:00
Phil Hagelberg
cd9a496002 Apply feedback from Steve Losh on tutorial. 2012-05-23 22:31:08 -07:00
Phil Hagelberg
14f566bd57 Spin FAQ off into its own page. 2012-05-23 21:27:17 -07:00
Phil Hagelberg
5d5f5c13de Clarify group-id in tutorial. 2012-05-03 10:45:41 -07:00
Michael S. Klishin
908c20597e Clarify that group ids are used for namespacing and are optional
But it is not a bad idea to use them, especially for non-OSS libraries
2012-05-01 23:44:36 +04:00
Brian Marick
3c2bf423b5 Fix typo 2012-05-01 14:12:07 -05:00
Brian Marick
80bc331ed0 Example of group id 2012-04-29 16:56:54 -05:00
Daniel Solano Gómez
1f25c46907 Add references to leinjacker and its eval-in-project 2012-04-24 12:14:24 -05:00
Phil Hagelberg
b99b57a3d5 Clarify that :password and :passphrase are used by different repositories.
[ci skip]
2012-04-17 22:14:53 -07:00
ken restivo
ce788c9341 maven wants password not passphrase 2012-04-16 22:32:44 -07:00
Phil Hagelberg
15e1213ce3 Bump lein-newnew version. Fixes #507. 2012-04-10 12:12:41 -07:00
Phil Hagelberg
0babb90b05 Translate nonzero exit codes into exceptions. Fixes #493. 2012-04-02 11:12:36 -07:00
Eric Hanchrow
596446b164 Note that "lein search" can be slow 2012-03-30 13:12:26 -07:00
Phil Hagelberg
b3e3f04bc4 Fix example in tutorial. Fixes #449. 2012-03-20 13:53:09 -07:00
Phil Hagelberg
fc8aec4284 Update tutorial.
[ci skip]
2012-03-06 14:49:45 -08:00
Phil Hagelberg
c34c912c09 Update plugin guide to mention plural path keys. 2012-02-22 16:56:11 -08:00
Phil Hagelberg
9a4c5f6a74 Fix hooks example in plugin guide. 2012-02-16 13:37:05 -08:00
Phil Hagelberg
4cce496b36 Lock to data.xml timestamped snapshot, update todos. 2012-02-13 21:02:18 -08:00
Phil Hagelberg
295b1e0cf7 Mention running outside the context of projects in plugin guide.
[ci skip]
2012-02-09 08:54:46 -08:00
Phil Hagelberg
85f0d80fe6 Add "Upgrading Existing Plugins" section to plugin guide. 2012-02-08 23:32:09 -08:00
Phil Hagelberg
f3ebb953c3 Rewrite explanation of profiles in readme. 2012-02-07 21:00:02 -08:00
Phil Hagelberg
205c58695b Move HACKING.md into leiningen-core README.md. 2012-01-15 20:43:12 -08:00
Phil Hagelberg
b1046bc834 General cleanup.
Sneaking in just under 1000 LOC modulo lein-newnew.
2012-01-13 11:05:49 -08:00
Phil Hagelberg
34e119266f Update hacking guide. 2012-01-12 23:39:38 -08:00
Phil Hagelberg
0cfd006f9b Update tutorial for Leiningen 2. 2012-01-12 22:48:44 -08:00
Phil Hagelberg
e7c91fbbfa Add sample lein-pprint plugin. 2012-01-12 19:16:19 -08:00
Phil Hagelberg
b2cbf4d363 Update plugin guide; remove deprecations from sample. 2012-01-12 19:15:02 -08:00
Phil Hagelberg
042ec19404 Update readme for lein2. 2012-01-12 16:10:32 -08:00
Phil Hagelberg
0a0f8ad43c Expand HACKING.md a bit. 2011-12-04 19:43:14 -08:00
Adam Getchell
61f6455db9 Test selectors were mentioned earlier, and they go in project.clj, so should be reflected later on. 2011-12-01 00:15:31 -08:00
Phil Hagelberg
98d8aa8f97 Better marginalia-friendly docs for leiningen-core. 2011-11-21 12:31:05 -08:00
Phil Hagelberg
3b02d41e83 Merge branch '1.x'
Conflicts:
	README.md
	bin/lein
	bin/lein-pkg
	bin/lein.bat
	doc/PLUGINS.md
	pom.xml
	project.clj
	src/leiningen/compile.clj
	src/leiningen/trampoline.clj
	todo.org
2011-11-12 13:46:59 -08:00
Phil Hagelberg
1ba201f447 Explain eval-in-project with dummy project arg in plugin docs. 2011-11-11 14:59:06 -08:00
Phil Hagelberg
dee34faee6 Split out find-jars and find-deps-jars. 2011-11-10 09:37:07 -08:00
Michał Marczyk
17e4cbfdf0 Mention ((user-settings) :deploy-repositories) in DEPLOY.md 2011-10-25 10:37:59 +02:00
Wolodja Wentland
878c9c1644 Fix manpage 2011-10-07 17:58:49 -07:00
Chas Emerick
bd6959c3a3 Add support for :deploy-repositories slot for deployment-only repositories; closes gh-273 2011-09-15 21:29:18 -04: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
16020e8320 Replace .lein_classpath with .lein-classpath for consistency. 2011-07-21 10:38:52 -07:00
Phil Hagelberg
5286d922ae Update PLUGINS documentation. 2011-07-17 21:47:55 -07:00
Phil Hagelberg
b6f43007e2 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:51:35 -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
2cb7ec9af4 Update paths of documentation files. 2011-07-06 09:03:03 -07:00
Phil Hagelberg
44994c9d53 Re-word docs in favour of the term "project automation". 2011-07-05 20:43:25 -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