Commit graph

77 commits

Author SHA1 Message Date
Phil Hagelberg
7f5b8627a6 Ready for 1.4.0-SNAPSHOT. 2010-09-08 14:06:17 -07:00
Phil Hagelberg
5ff106e96b Auto-self-install on demand. 2010-09-02 20:17:40 -07:00
Phil Hagelberg
da5571ef60 NEWS for 1.3.1. 2010-08-23 21:40:07 -07:00
Phil Hagelberg
e9a7f03970 Documentation updates for 1.3.0. 2010-08-19 20:53:40 -07:00
Phil Hagelberg
77d8a5c4ef Document 1.3.0 features. 2010-08-17 22:21:53 -07:00
Phil Hagelberg
a920ab98e5 Added documentation TODOs. 2010-08-16 22:05:24 -07:00
Phil Hagelberg
56c6cb4077 Add initial hacking guide; still needs lots of work. 2010-08-08 11:11:48 -07:00
Phil Hagelberg
ae98527789 Add Building section to README. 2010-07-27 20:14:01 -07:00
Phil Hagelberg
5f5c0bad1a Use a banner image in the readme instead of the full logo. 2010-07-26 12:21:05 -07:00
Phil Hagelberg
6c36bbb0da Refactor clean task. Fixes #64. 2010-07-21 23:14:53 -07:00
Phil Hagelberg
dff976c9e3 Documentation update. 2010-07-18 13:30:35 -07:00
Phil Hagelberg
4a69976d25 Mention mvn invocation output in lein deps for non-hosted dependencies. 2010-06-29 12:58:41 -07:00
Phil Hagelberg
eea1ebb8a6 Misc documentation tweaks. 2010-06-21 19:21:13 -07:00
Phil Hagelberg
d2e016c498 Implemented documentation suggestions from readers. 2010-06-18 20:56:36 -07:00
Phil Hagelberg
3377dabc1f Finish compilation, publishing, and uberjar sections of tutorial. 2010-06-16 21:10:56 -07:00
Phil Hagelberg
d36318c0e4 Replace intro with tutorial. 2010-06-15 18:58:14 -07:00
Phil Hagelberg
3abb1b07a9 Spruce up the readme a bit.
Got some good tips from http://jacobian.org/writing/great-documentation/
2010-06-14 22:23:13 -07:00
Phil Hagelberg
1e89f0299d Snapshot versions now work with self-install.
Previously there was too much churn in the bin script to make this
feasible, but now that things have stabilized we should be able to use
self-install without breaking compatibility between the shell script
and the Clojure code.
2010-06-13 20:02:19 -07:00
Phil Hagelberg
915e61a830 Add sample.project.clj showing all honored project keys. 2010-06-05 13:27:04 -07:00
Phil Hagelberg
d67d7d7cb9 Allow :jvm-opts to be set in project.clj.
Note: this forces the project to run in a forked JVM, which increases
startup time. Use sparingly.
2010-05-18 15:24:30 -10:00
Phil Hagelberg
629d2a6384 Move lein-swank plugin to swank-clojure. 2010-05-14 20:41:33 -07:00
Phil Hagelberg
b9663abca6 Allow :aot as alternate way to list :namespaces. 2010-05-14 20:37:27 -07:00
Phil Hagelberg
cd4b56972c Keep dev-dependencies in lib/dev, out of the way of uberjar. 2010-04-16 22:24:01 -07:00
Phil Hagelberg
4a216d1fa8 Update known issues in readme. 2010-04-16 21:56:59 -07:00
Phil Hagelberg
f83bf739e7 Use rlwrap if detected. 2010-04-06 22:29:59 -07:00
Phil Hagelberg
479fbe9f2b Mention $RLWRAP environment var in readme in jline section. 2010-04-06 21:55:38 -07:00
dakrone
2cd3e0130e slight readme formatting fix. 2010-04-06 21:50:40 -07:00
dakrone
a726c4aad4 Add ability to specify jline usage with env variable.
Set LEIN_USE_JLINE=false and 'lein repl' will not use jline when
starting a REPL. Also updated the README's FAQ to add this.
2010-04-06 21:50:40 -07:00
Phil Hagelberg
417151eb6a Write ns->path and path->ns functions in core. 2010-04-06 21:41:23 -07:00
Phil Hagelberg
e535fe817c Added INTRO.md with concept background thanks to slyphon. 2010-03-12 21:04:11 -08:00
Phil Hagelberg
2337ea1569 Bump to 1.2.0-SNAPSHOT. 2010-02-26 16:10:30 -08:00
Phil Hagelberg
a960a1c4ef Switch to ant 1.6.5 so we can access the subclassloader's classpath.
It's bound to user/*classpath* when using eval-in-project.
2010-01-30 21:28:02 -08:00
Phil Hagelberg
8789acc130 TODOs and readme clarification. 2010-01-27 21:38:55 -08:00
Phil Hagelberg
f0220e6986 Fix some readme links. 2010-01-11 09:04:32 -08:00
Phil Hagelberg
c99bada107 Mention windows support in docs. 2010-01-02 15:52:14 -08:00
Phil Hagelberg
4fa7a13d2d Don't AOT namespaces by default. 2010-01-01 22:06:36 -08:00
Matt Revelle
c0df45a8c3 Extra space at end of question. 2009-12-21 16:37:38 -05:00
Matt Revelle
bea0cfa50a Added documentation about :exclusions in :dependencies to the README and deps docstring. 2009-12-21 16:28:19 -05:00
Phil Hagelberg
045e24d70e Minor readme tweaks. 2009-12-20 20:37:19 -08:00
Phil Hagelberg
d5eede19f9 Mention known issues, add readme to lein-swank. 2009-12-05 20:29:45 -08:00
Phil Hagelberg
19548745ed Add resources/ dir to the classpath and generated jars. 2009-12-02 21:07:14 -08:00
Phil Hagelberg
72ff86dbc4 Minor readme/todo tweaks. 2009-12-01 22:41:04 -08:00
Phil Hagelberg
f390c609aa Explain optional project.clj keys in readme. Note publishing deps on clojars. 2009-12-01 22:28:58 -08:00
Phil Hagelberg
4d4aa03983 Allow test task to take namespaces as an argument. 2009-11-29 14:20:09 -08:00
Phil Hagelberg
04f076dd36 Updated contribution notes. 2009-11-28 21:35:04 -08:00
Phil Hagelberg
ec2724120a The install task no longer shells out to maven.
Thanks to Alex for several functions taken from clojars.
2009-11-28 20:28:33 -08:00
Phil Hagelberg
61c27c7518 Bootstrap instructions, take 3. 2009-11-24 18:45:49 -08:00
Phil Hagelberg
3ada85bdbd Oops, bootstrap install is slightly more complicated than that. 2009-11-23 22:33:31 -08:00
Phil Hagelberg
a2f17c0d0b Update readme for easier dev installation; add some TODOs. 2009-11-23 21:26:47 -08:00
Phil Hagelberg
fe75bcb44a Update credits. Thanks, Alex and Dan! 2009-11-21 23:47:33 -08:00