Commit graph

202 commits

Author SHA1 Message Date
Matjaz Gregoric
171808aa7e Update README to point to the latest Windows release. 2011-03-27 19:21:34 +02:00
Phil Hagelberg
55f2b80821 Readme and NEWS updates. 2011-03-21 21:07:10 -07:00
Phil Hagelberg
dcfed474d5 FAQ updates. 2011-03-15 18:44:53 -07:00
Phil Hagelberg
cc740d04e0 Mention ant stdin bug. 2011-02-18 20:43:29 -08:00
Phil Hagelberg
cda3806ca6 21st century, mate. 2011-02-10 19:26:15 -08:00
Phil Hagelberg
15ff6b1170 A few doc changes. 2011-01-24 19:42:38 -08:00
Phil Hagelberg
bf7685b4d3 Update copyright year in readme. 2011-01-12 18:59:39 -05:00
Matjaz Gregoric
f95b4b1e12 Update README to point to the latest Windows release. 2011-01-01 22:55:56 +01:00
Matjaz Gregoric
a7240bf625 Update README to point to the latest windows release. 2010-12-17 09:07:38 +01:00
Matjaz Gregoric
1dd6b7f72e Point to the fixed windows zip file in README. 2010-12-14 09:04:04 +01:00
Matjaz Gregoric
dba3a51bdc Update README to point to the latest windows distribution. 2010-12-09 21:18:37 +01:00
Phil Hagelberg
b3fe397891 Switching all Github URLs to https. 2010-12-02 18:16:25 -08:00
Phil Hagelberg
10ef6f7323 Clarify checkout dependency FAQ. 2010-12-02 18:10:17 -08:00
Phil Hagelberg
11d81c9092 Link to stable documentation instead of master. 2010-11-23 10:56:51 -08:00
Phil Hagelberg
419a333f14 Mention interactive task speedup in faq. 2010-11-20 20:37:36 -08:00
Phil Hagelberg
e85e3901ee Doco updates. 2010-11-18 21:39:44 -08:00
Phil Hagelberg
a50cef373d bin/lein placement notes. 2010-11-10 20:49:45 -08:00
Phil Hagelberg
a53e419f4c Expand on bootstrap instructions. 2010-11-10 14:05:59 -08:00
Phil Hagelberg
89f2a77a7a Documentation updates in preparation for 1.4 release. 2010-11-07 15:51:44 -08:00
Phil Hagelberg
d900c662e3 Documentation updates. Mention JAVA_CMD, contribution guidelines. 2010-11-03 19:46:13 -07:00
Michael D. Ivey
4be3d03c48 Merge Colin Jones' lein-plugin plugin for managing plugins
This is Colin's plugin.clj plus a few tests.
2010-10-25 18:09:11 -07:00
Phil Hagelberg
72270396a4 Mostly todos. 2010-10-16 09:35:35 -07:00
Phil Hagelberg
a29b20c04a Clarify bootstrap process. 2010-10-05 20:23:01 -07:00
Phil Hagelberg
6d27faf9af Readme formatting. 2010-10-01 22:57:29 -07:00
Phil Hagelberg
575fd09647 README updates for Windows 2010-09-10 10:02:26 -07:00
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
Phil Hagelberg
960296c69c Yes, we are picky about whitespace, too. 2009-11-21 22:51:12 -08:00
Phil Hagelberg
ab37c75fed Make uberjar create a $PROJECT-standalone.jar file. 2009-11-20 17:30:54 -08:00
Phil Hagelberg
bda58abe04 Add new task for generating project skeletons. 2009-11-19 17:50:33 -08:00
Phil Hagelberg
d99675466b Mention clojars in the readme. 2009-11-19 17:25:38 -08:00
Phil Hagelberg
70a6d19546 Bump version to 1.0.0-SNAPSHOT 2009-11-19 17:22:52 -08:00
Phil Hagelberg
d31b5d673d Add help command and summaries for each command. 2009-11-17 22:29:54 -08:00
Phil Hagelberg
4b65172b39 Prompt to overwrite if pom.xml exists already. 2009-11-16 20:24:36 -08:00
Phil Hagelberg
74d3709a85 Added first-pass implementation of install command.
Since the API for re-using pom objects is a bit nutty, this
implementation simply shells out to mvn. Future versions will fix this
shortcoming.
2009-11-15 21:08:23 -08:00
Phil Hagelberg
6dfa557c11 Add pom task. 2009-11-15 15:11:01 -08:00
Phil Hagelberg
be8904b6f3 Move the remnants of swank out of lein proper. 2009-11-15 14:41:45 -08:00
Phil Hagelberg
c5ba551500 Add motivation to README 2009-11-14 20:56:52 -08:00
Phil Hagelberg
ddf403dedb Spin off swank into a subproject. 2009-11-14 20:47:48 -08:00
Phil Hagelberg
3ad2025db6 Clarify installation instructions. 2009-11-14 17:18:56 -08:00
Phil Hagelberg
1d4aace377 Oops; forgot to update dependency notation in readme. 2009-11-14 15:36:10 -08:00
Phil Hagelberg
fc931d8747 Added a note about bootstrapping. 2009-11-14 15:06:21 -08:00
Phil Hagelberg
42cdf1f622 Version is no longer optional in defproject. 2009-11-14 14:24:36 -08:00
Phil Hagelberg
410b4e7568 This is not 1.0-level material... yet. 2009-11-11 21:25:16 -08:00
Phil Hagelberg
4d83663882 Add swank command. 2009-11-08 22:23:00 -08:00
Phil Hagelberg
91f5d54891 Add jar and uberjar commands. 2009-11-08 22:11:31 -08:00
Phil Hagelberg
c558fe9e17 Add clean command. 2009-11-08 22:09:39 -08:00
Phil Hagelberg
79b969b425 Move away from build.clj to project.clj. 2009-11-05 20:36:27 -08:00
Phil Hagelberg
08025038c0 Fix markdown in readme. 2009-11-05 20:34:14 -08:00
Phil Hagelberg
b3e0233a25 Added FAQ, License. 2009-11-04 20:25:13 -08:00
Phil Hagelberg
d678f25aef Remove stub namespaces for now. 2009-11-02 21:22:33 -08:00
Phil Hagelberg
b62c7c0190 Added temporary install note.
...in case anyone wants to try it before it's self-hosting.
2009-11-01 23:02:16 -08:00
Phil Hagelberg
73115a5765 Added test namespace/task. 2009-11-01 22:47:27 -08:00
Phil Hagelberg
88b53602f7 Initial commit. 2009-10-31 21:48:57 -07:00