Commit graph

2672 commits

Author SHA1 Message Date
Phil Hagelberg
e048036469 Fix sample.project.clj documentation of :repl-options. 2010-11-27 13:46:55 -08:00
Phil Hagelberg
3926a0f1b5 Fix rlwrap detection on Solaris. 2010-11-26 14:41:11 -08:00
Phil Hagelberg
f3165d686d Conditionally exit after test runs only. 2010-11-26 14:39:33 -08:00
Phil Hagelberg
2ac42819c7 Revert *exit-when-done* addition. Too drastic. 2010-11-26 14:37:01 -08:00
Phil Hagelberg
ab0b885aab Mention :test-selectors in sample.project.clj. 2010-11-24 21:18:47 -08:00
Phil Hagelberg
c444d4e4e9 Recanting the error of my ways: import classes belong in (), not [].
See http://p.hagelb.org/import-indent.html for justification.
2010-11-24 20:59:16 -08:00
Phil Hagelberg
172adf89a2 Move try/catch from repl task to eval-in-project. 2010-11-24 20:46:54 -08:00
Phil Hagelberg
e93933730a Don't try to set ns in repl-server form. 2010-11-24 20:46:27 -08:00
Phil Hagelberg
2ccb502f9b Fix conditional for falling back to JLine. 2010-11-24 20:27:51 -08:00
Phil Hagelberg
2ac3825c36 Alias classpath to cp. 2010-11-24 20:26:11 -08:00
Phil Hagelberg
801ea2bdf0 Catch exceptions in tasks in interactive task. 2010-11-24 18:28:58 -08:00
Phil Hagelberg
aed1a4b0c2 Don't exit after eval in repl task either. 2010-11-24 18:26:17 -08:00
Phil Hagelberg
94790ce255 Exit after tasks finish when not in interactive task. 2010-11-24 13:11:44 -08:00
Phil Hagelberg
619262621a Turns out has-source-package is not a good enough keep-class? heuristic.
Fixes #139.
2010-11-23 20:28:54 -08:00
Phil Hagelberg
3c5fecfe98 Fix path issue in javac task. Fixes #138. 2010-11-23 20:11:58 -08:00
Phil Hagelberg
11d81c9092 Link to stable documentation instead of master. 2010-11-23 10:56:51 -08:00
Phil Hagelberg
b44bd14118 Use latest Hooke. 2010-11-23 10:56:12 -08:00
Phil Hagelberg
0d6aa48fc7 Update help task to use short summaries. 2010-11-23 10:55:39 -08:00
Phil Hagelberg
6f517d0af2 Fix test to reflect run task bugfix. 2010-11-21 20:59:25 -08:00
Phil Hagelberg
7a3054cb33 Mention interactive task and getting slimed in tutorial. 2010-11-20 22:22:56 -08:00
Phil Hagelberg
26d7631486 Release 1.4.0-RC2. 2010-11-20 20:42:32 -08:00
Phil Hagelberg
419a333f14 Mention interactive task speedup in faq. 2010-11-20 20:37:36 -08:00
Phil Hagelberg
c546aaf907 Prevent repl task from exiting lein interactive. 2010-11-20 20:27:19 -08:00
Phil Hagelberg
6d291da490 Fix zero-arg run task case. 2010-11-20 17:25:06 -08:00
Phil Hagelberg
9a57aa246a Nicer prompt interaction. 2010-11-20 17:12:00 -08:00
Phil Hagelberg
02fd437669 Better heuristic for when to close the socket in interactive tasks. 2010-11-20 17:12:00 -08:00
Colin Jones
9eecaf3fa0 Update plugin task's use of write-components to use new arity. 2010-11-20 15:01:45 -06:00
Phil Hagelberg
0c4e35c3dc Clean up a few bits of socket handling in repl and interactive tasks. 2010-11-20 12:22:30 -08:00
Phil Hagelberg
9093c2a6be Rebind clojure.test/*test-out* in test runs. 2010-11-20 12:22:30 -08:00
Phil Hagelberg
86da19e2b5 Fix bug in run task with no args. 2010-11-20 12:22:29 -08:00
Phil Hagelberg
7f96f5db8c Connect to repl socket inside interactive task. 2010-11-20 12:22:29 -08:00
Phil Hagelberg
2bda774edc Add :uberjar-exclusions to project.clj. 2010-11-20 12:22:29 -08:00
Colin Jones
d72f01b41a Make plugin paths platform-independent. 2010-11-20 13:34:55 -06:00
Colin Jones
08522f89e5 Test plugin installation and create plugins dir where necessary. 2010-11-20 13:34:50 -06:00
Phil Hagelberg
c749a497aa Update version numbers in tutorial, for kicks. 2010-11-20 10:12:52 -08:00
Phil Hagelberg
af787577f3 Factor out make-build function. 2010-11-20 10:11:31 -08:00
Phil Hagelberg
1cb4421874 Move copy-out-loop into repl-client. 2010-11-19 21:14:07 -08:00
Phil Hagelberg
96423b44b3 Use a platform dependent nullsink in test. 2010-11-19 20:12:29 -08:00
Matjaz Gregoric
f8974186e2 Don't install .bat files on Unix. 2010-11-19 20:12:29 -08:00
Matjaz Gregoric
da8f0858b5 Replace tabs with spaces. 2010-11-19 20:12:28 -08:00
Matjaz Gregoric
6b14ccd6bd Convert the original pwd to windows style when on cygwin. 2010-11-19 20:12:28 -08:00
Phil Hagelberg
cb51f6eb09 Support :repl-options in project.clj. 2010-11-19 19:21:30 -08:00
Phil Hagelberg
87753f890f Include :all test selector by default. 2010-11-18 21:53:09 -08:00
Phil Hagelberg
a6d0a174df I love reduce, but it's not appropriate here. 2010-11-18 21:40:02 -08:00
Phil Hagelberg
e85e3901ee Doco updates. 2010-11-18 21:39:44 -08:00
Phil Hagelberg
c85aaf83a5 Merge remote branch 'mtyaka/windows-updates'
Conflicts:
	src/leiningen/jar.clj
	test/test_jar.clj
2010-11-18 21:21:05 -08:00
Phil Hagelberg
69ee0273b8 Solaris compatibility; thanks Licenser. 2010-11-18 20:32:22 -08:00
Matjaz Gregoric
1b2e9703d3 Print an error message when plugin uninstall fails.
Windows is strict when it comes to file locking
and so doesn't let leiningen delete its own plugin jar files.
Print an error message when uninstallation fails.
2010-11-18 11:09:53 +01:00
Matjaz Gregoric
6b6a30a148 Use a platform dependent tmp folder. 2010-11-18 11:09:51 +01:00
Matjaz Gregoric
f227cd5d88 Modify script-template to be able to run on cygwin. 2010-11-18 11:09:49 +01:00